]> 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:19 +0000 (13:03 +0100)
commit1f97b41446f9cc5d04036f596225e5a83130eaf3
tree2cc83efc8de9d44023deab2dc30475db558795ed
parente0021d1f39adc4c0aa1bcb5b352176407956a828
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