]> git.ipfire.org Git - thirdparty/openssl.git/commit
BIO_FLAGS_BASE64_NO_NL ignored by b64_write() in OpenSSL 4.0.0
authorAlexandr Nedvedicky <sashan@openssl.org>
Tue, 13 Jan 2026 17:08:58 +0000 (18:08 +0100)
committerNikola Pajkovsky <nikolap@openssl.org>
Thu, 15 Jan 2026 10:06:27 +0000 (11:06 +0100)
commitc478df55d50d5e5b97ae730a54dc324fd3263d90
tree28eb82e04d3e8d474bd52a79c680d7fa2a1f1be8
parent7e535fe6b16f3551252b336f911cee190ff4a4a6
BIO_FLAGS_BASE64_NO_NL ignored by b64_write() in OpenSSL 4.0.0

Fixes #29618

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29629)
crypto/evp/bio_b64.c
test/bio_base64_test.c