tibemsSSLParams_SetCiphers
Function
Purpose
Set the cipher suites for TLS connections.
C Declaration
tibems_status tibemsSSLParams_SetCiphers( tibemsSSLParams SSLParams, const char* ciphers );
IBM Systems
This function is not supported on z/OS and IBM i systems. For more information, see TLS Implementation on IBM EBCDIC Systems.
Parameters
Parameter | Description |
---|---|
SSLParams
|
Set the value in this TLS 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. |