Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_SetCiphers

tibemsSSLParams_SetCiphers
Function
Purpose
Set the cipher suites for SSL connections.
C Declaration
tibems_status tibemsSSLParams_SetCiphers(
    tibemsSSLParams SSLParams,
    const char* ciphers );
COBOL Call
CALL "tibemsSSLParams_SetCiphers"
     USING BY VALUE SSLParams,
           BY REFERENCE ciphers,
           RETURNING tibems-status
END-CALL.
 
SSLParams has usage pointer.
Parameters
 
Supply a colon-separated list of cipher names. Names may be either OpenSSL names, or longer descriptive names.
For a list of supported cipher suites, see Supported Cipher Suites in TIBCO Enterprise Message Service User’s Guide.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved