tibemsSSL_System_SetFipsMode
Function
COBOL Call
CALL "tibemsSSLParams_System_SetFipsMode" USING BY VALUE fipsEnabled, RETURNING tibems-status END-CALL.
Remarks
This call, while closely associated with the TLS parameters calls, does not actually set or reset a parameter value. Rather, it enables at an application-wide scope the use (or disuse) of FIPS mode.
This call must be made before any other System SSL related calls and before instantiating a TLS connection factory.
Returns TIBEMS_OK if it succeeds, otherwise TIBEMS_SSL_ERROR.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.