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 EBCDIC Systems : tibemsSSL_System_Version

tibemsSSL_System_Version
Function
Purpose
Get a string representing the IBM System SSL version number.
C Declaration
const char* tibemsSSL_System_Version(
    char* buffer,
    tibems_int buf_size );
COBOL Call
MOVE LENGTH OF buffer TO buf-size.
 
CALL "tibemsSSL_System_Version"
     USING BY REFERENCE buffer,
           BY VALUE buf-size,
           RETURNING value-Pointer
END-CALL.
 
buffer has usage pointer.
Parameters
 
Remarks
On z/OS, the version string has the format major.minor.update.
On IBM i, version number information is not available. A string representing the underlying System SSL programming interface is copied to the buffer.
A null character terminates the version string.
See Also
tibemsSSL_OpenSSLVersion on page 237

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