History log of /openbsd-src/lib/libssl/man/SSL_CTX_set_keylog_callback.3 (Results 1 – 3 of 3)
Revision Date Author Comments
# fe29efde 16-May-2024 tb <tb@openbsd.org>

SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_


# 052d4ffd 23-Oct-2021 schwarze <schwarze@openbsd.org>

tweak previous: properly mark up function pointer typedef
plus .Dv NULL, SEE ALSO, HISTORY


# d1ec7c35 23-Oct-2021 beck <beck@openbsd.org>

Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback

Some things in ports care about calling these functions. Since we will
not provide private key logging functionality they are document

Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback

Some things in ports care about calling these functions. Since we will
not provide private key logging functionality they are documented
as being for compatibility and that they don't do anything.

ok tb@

show more ...