Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)
authorschwarze <schwarze@openbsd.org>
Thu, 6 Apr 2023 19:06:51 +0000 (19:06 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 6 Apr 2023 19:06:51 +0000 (19:06 +0000)
commitc36edd32f0d011b99b942dc8e809dfeff7ac2a99
tree64e631284e0620a44ee7a6850017b7bc55e923a9
parent5dc1ca133fbf7ba215773c7137edc24326fbdca8
Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)
which where mentioned below SYNOPSIS and HISTORY but not described.
Also document the command constant BIO_CTRL_SET_CALLBACK
and the deprecated function type name bio_info_cb(3).
Mention that callbacks installed using BIO_set_callback_ex(3)
and BIO_set_callback(3) can tamper with *all* the return values.
lib/libcrypto/man/BIO_ctrl.3