]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the converters between the old and new BIO_read functions to handle
authorIgor Ustinov <igus68@gmail.com>
Fri, 12 Dec 2025 15:26:58 +0000 (16:26 +0100)
committerNorbert Pocs <norbertp@openssl.org>
Thu, 12 Feb 2026 08:34:25 +0000 (09:34 +0100)
commitbe42447469dcccc68b7e115c7947e3c25124f3f2
tree70e718c2808d8ab13f353ea8c3a3efa60631bc0f
parent86105fbf2680c732f71aeebbb0bf682057f94b7c
Fix the converters between the old and new BIO_read functions to handle
end-of-file state properly.

Related to openssl/project#1745

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
MergeDate: Thu Feb 12 08:34:31 2026
(Merged from https://github.com/openssl/openssl/pull/29290)
12 files changed:
crypto/bio/bio_lib.c
crypto/bio/bio_meth.c
doc/man3/BIO_meth_new.pod
doc/man3/BIO_read.pod
doc/man3/BIO_set_flags.pod
include/internal/bio.h
include/openssl/bio.h.in
test/bio_callback_test.c
test/bio_eof_test.c [new file with mode: 0644]
test/build.info
test/recipes/61-test_bio_eof.t [new file with mode: 0644]
util/libcrypto.num