From: Pauli Date: Wed, 25 Sep 2024 22:10:57 +0000 (+1000) Subject: Add CHANGES entry X-Git-Tag: openssl-3.4.0-beta1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d2fd06655d41a6b1d000f86e942ead9e3297ca;p=thirdparty%2Fopenssl.git Add CHANGES entry Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25526) --- diff --git a/CHANGES.md b/CHANGES.md index 3d8a99490b2..45c83209a94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,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*