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 );
IBM z/OS
This function is not supported on IBM z/OS systems. For more information, see SSL Implementation on IBM z/OS.
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