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 : tibemsSSL_System_SetFipsMode

tibemsSSL_System_SetFipsMode
Function
Purpose
Enable or disable FIPS 140-2 mode.
C Declaration
tibems_status tibemsSSL_System_SetFipsMode(
    tibems_bool enabled)
COBOL Call
CALL "tibemsSSLParams_System_SetFipsMode"
     USING BY VALUE fipsEnabled,
           RETURNING tibems-status
END-CALL.
Parameters
 
When TIBEMS_TRUE, FIPS mode is enabled. When TIBEMS_FALSE, FIPS mode is disabled.
Remarks
This call, while closely associated with the SSL 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 an SSL connection factory.
Returns TIBEMS_OK if it succeeds, otherwise TIBEMS_SSL_ERROR.

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