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 z/OS : tibemsSSLParams_System_SetEnableTLS1

tibemsSSLParams_System_SetEnableTLS1
Function
Purpose
Enable or disable the TLSV1 protocol.
C Declaration
tibems_status tibemsSystemSSLParams_SetEnableTLS1(
    tibemsSSLParams params,
    tibems_bool TLS1enabled)
COBOL Call
CALL "tibemsSystemSSLParams_SetEnableTLS1"
     USING BY VALUE params,
           BY VALUE TLS1enabled,
           RETURNING tibems_status
END-CALL.
 
params has usage pointer.
Parameters
 
Specify TIBEMS_TRUE or TIBEMS_FALSE to enable or disable the TLSV1 protocol.
Remarks
Note that by default the SSLV3 and TLSV1 protocols are enabled. Disabing both of them will result in a "No SSL cipher specifications" error mesage (if tracing is enabled).
This parameter is connection-specific and can be specified for each connection.
Returns TIBEMS_OK if it succeeds, otherwise TIBEMS_SSL_ERROR.

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