tibemsSSL_GetTrace
Function
Purpose
Determine whether TLS tracing is enabled.
C Declaration
tibems_bool tibemsSSL_GetTrace(void); tibems_bool tibemsSSL_GetDebugTrace(void);
IBM Systems
This function is not supported on z/OS and IBM i systems. For more information, see TLS Implementation on IBM EBCDIC Systems.
Remarks
Two levels of TLS tracing are available—regular tracing and debug tracing (more detailed).
If tracing is enabled, these calls return
TIBEMS_TRUE
.
If tracing is disabled, they return
TIBEMS_FALSE
.