From: Pauli Date: Wed, 25 Sep 2024 22:11:30 +0000 (+1000) Subject: Add CHANGES entry X-Git-Tag: openssl-3.5.0-alpha1~1074 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c788f1c6be92d63ae4ec71776bc17e3e7b0b912f;p=thirdparty%2Fopenssl.git Add CHANGES entry To match changes in #25526 Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25536) --- diff --git a/CHANGES.md b/CHANGES.md index 305296ac3ed..cc6baa6934c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -37,6 +37,11 @@ OpenSSL 3.4 ### Changes between 3.3 and 3.4 [xx XXX xxxx] + * For the FIPS provider only, replaced the primary DRBG with a continuous + health check module. This also removes the now forbidden DRBG chaining. + + *Paul Dale* + * Improved base64 BIO correctness and error reporting. *Viktor Dukhovni*