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_SetKeyRingFile

tibemsSSLParams_System_SetKeyRingFile
Function
Purpose
Set the SAF key ring to be used by this application.
C Declaration
tibems_status tibemsSystemSSLParams_SetKeyRingFile(
tibemsSSLParams params,
const char* keyring_file)
COBOL Call
CALL "tibemsSSLParams_System_SetKeyRingFile"
     USING BY VALUE params,
           BY REFERENCE keyring_file,
           RETURNING tibems-status
END-CALL.
 
params and keyring_file have usage pointer.
Parameters
 
Remarks
This is a global parameter which means that the first connection made by the application will establish the key ring to be used by all other connections within this address space. Any attempt to specify a different key ring for subsequent connections will be ignored. This parameter is required to make a connection.
Returns TIBEMS_OK if it succeeds, otherwise TIBEMS_SSL_ERROR.
See Also
tibemsSSLParams_System_SetLabel on page 559

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