In bio.h rev. 1.54, jsing@ and tb@ provided BIO_callback_fn_ex(3),
authorschwarze <schwarze@openbsd.org>
Fri, 16 Dec 2022 23:56:57 +0000 (23:56 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 16 Dec 2022 23:56:57 +0000 (23:56 +0000)
commit8c14bd7ad0cd92040029c00d523fc12b0019039f
tree3c9ebe7e65bbf738e1ce0f3b9456f163f33738bf
parent6533953ebe6c077dc97a322fb4f8e9616b521941
In bio.h rev. 1.54, jsing@ and tb@ provided BIO_callback_fn_ex(3),
BIO_set_callback_ex(3), BIO_get_callback_ex(3), and BIO_callback_fn(3).
Document them, in part by merging from the OpenSSL 1.1.1 branch,
which is still under a free license,
but heavily tweaked by me, in particular:
* mention that BIO_set_callback_arg(3) is misnamed;
* keep our more detailed explanation of the "ret" argument;
* make the list of callback invocations more readable;
* and update the HISTORY section.
lib/libcrypto/man/BIO_set_callback.3