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


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM EBCDIC Systems : tibemsSSLParams_System_SetCiphers

tibemsSSLParams_System_SetCiphers
Function
Purpose
Set the cipher suites for IBM System SSL connections.
C Declaration
tibems_status tibemsSSLParams_System_SetCiphers(
    tibemsSSLParams SSLParams,
    const char* ciphers );
COBOL Call
CALL "tibemsSSLParams_System_SetCiphers"
     USING BY VALUE SSLParams,
           BY REFERENCE ciphers,
           RETURNING tibems-status
END-CALL.
 
SSLParams has usage pointer.
Parameters
 
Remarks
This parameter is connection-specific and can be specified for each connection. On z/OS, only the indicated CIPHERS are allowed in FIPS mode.
Table 17 below list the supported ciphers.
 
These ciphers are specified in a string with no spaces or other delimiters. For example "333539".
See Also
tibemsSSLParams_SetCiphers on page 247

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