Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_CTX_set_keylog_callback, SSL_CTX_get_keylog_callback — set and get the unused key logging callbackSYNOPSIS
#include <openssl/ssl.h>(*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line);
SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);