tibemsSSLParams_SetCRLPath


Function

Purpose

Set the certificate revocation list (CRL) path.

C Declaration

tibems_status tibemsSSLParams_SetCRLPath( 
    tibemsSSLParams SSLParams, 
    const char* crl_path ); 

COBOL Call

CALL "tibemsSSLParams_SetCRLPath" 
     USING BY VALUE SSLParams, 
           BY REFERENCE crl-path, 
           RETURNING tibems-status 
END-CALL. 

SSLParams has usage pointer.

Parameter
Description
SSLParams
Set the value in this SSL parameter object.
crl_path
The program reads CRL files from this directory.
A non-null value for this parameter activates the certificate revocation list (CRL) feature. Specify a directory pathname.
Null disables certificate revocation. If your program does not set a value, this is the default behavior.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com