My Project
|
Go to the source code of this file.
Functions | |
int | wolfSSL_SetLoggingCb (wolfSSL_Logging_cb log_function) |
This function registers a logging callback that will be used to handle the wolfSSL log message. By default, if the system supports it fprintf() to stderr is used but by using this function anything can be done by the user. More... | |
int | wolfSSL_Debugging_ON (void) |
If logging has been enabled at build time this function turns on logging at runtime. To enable logging at build time use –enable-debug or define DEBUG_WOLFSSL. More... | |
void | wolfSSL_Debugging_OFF (void) |
This function turns off runtime logging messages. If they’re already off, no action is taken. More... | |