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