summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_keylog_callback.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_tb2024-05-161-3/+3
|
* tweak previous: properly mark up function pointer typedefschwarze2021-10-231-6/+18
| | | | plus .Dv NULL, SEE ALSO, HISTORY
* Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callbackbeck2021-10-231-0/+44
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@