Return the TLS key‐logging callback previously set on an SSL context.
Synopsis
Declared in <openssl/ssl.h>
SSL_CTX_keylog_cb_func
SSL_CTX_get_keylog_callback(SSL_CTX const* ctx);
Return Value
Callback installed by SSL_CTX_set_keylog_callback(), or NULL if none.
Parameters
Name |
Description |
ctx |
SSL context to query. |
Created with MrDocs