]> git.ipfire.org Git - thirdparty/openssl.git/commit
Document expected BIO operations for libssl
authorDavid Benjamin <davidben@google.com>
Mon, 25 Nov 2024 16:01:17 +0000 (11:01 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 27 Nov 2024 12:03:42 +0000 (13:03 +0100)
commitb3a380fb2d81a115453272d5298a6c7bcd03ea1f
tree066902c928bbebe8618e9e5043dfb963effa009c
parent4a1bc5e920811e9316935b68776553d9a6bcc8d6
Document expected BIO operations for libssl

If your custom BIO does not implement BIO_CTRL_FLUSH, it won't work, but
this is not document anywhere.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26060)

(cherry picked from commit 847a23757f7cbebaa882e15087efb926113a0670)
doc/man3/SSL_set_bio.pod