Callback that logs a single line of TLS key material for debugging.
Synopsis
Declared in <openssl/ssl.h>
typedef void(* SSL_CTX_keylog_cb_func)(SSL const*, char const*);
Parameters
Name |
Description |
ssl |
SSL connection whose keys are being logged. |
line |
NUL‐terminated key‐log line (without trailing newline). |
Created with MrDocs