tibemsSSL_OpenSSLVersion
Function
Purpose
Get a string representing the OpenSSL version number.
C Declaration
const char* tibemsSSL_OpenSSLVersion( char* buffer, tibems_int buf_size );
IBM Systems
This function is not supported on z/OS and IBM i systems. For more information, see TLS Implementation on IBM EBCDIC Systems.
Parameters
Parameter | Description |
---|---|
buffer
|
The function copies the version string in this buffer. |
buf_size
|
Length (in bytes) of the buffer. |
Remarks
The versions string has the format major.minor.update.
A null character terminates the version string.