tibemsSSLParams_SetCiphers

Function

Purpose

Set the cipher suites for SSL 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 SSL Implementation on IBM EBCDIC Systems.

Parameters

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.