GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SSL_CTX_SET_KEYLOG_CALLBACK(3) FreeBSD Library Functions Manual SSL_CTX_SET_KEYLOG_CALLBACK(3)

SSL_CTX_set_keylog_callback, SSL_CTX_get_keylog_callbackset and get the unused key logging callback

#include <openssl/ssl.h>

typedef void
(*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line);

void
SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);

SSL_CTX_keylog_cb_func
SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);

() sets the TLS key logging callback. This callback is never called in LibreSSL.

() retrieves the previously set TLS key logging callback.

These functions are provided only for compatibility with OpenSSL.

SSL_CTX_get_keylog_callback() returns the previously set TLS key logging callback, or NULL if no callback has been set.

ssl(3), SSL_CTX_new(3)

These function first appeared in OpenSSL 1.1.1 and have been available since OpenBSD 7.1.

May 16, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.