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.

Parameter
Description
SSLParams
Set the value in this SSL parameter object.
ciphers
Specify the cipher suites that the client can use.
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.


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