]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES entry
authorPauli <ppzgs1@gmail.com>
Wed, 25 Sep 2024 22:10:57 +0000 (08:10 +1000)
committerTomas Mraz <tomas@openssl.org>
Mon, 30 Sep 2024 08:43:19 +0000 (10:43 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25526)

CHANGES.md

index 3d8a99490b2f991299e4b1e8bed0a600d7ba9edc..45c83209a94df82bb7e1205780ee880b3c1b783e 100644 (file)
@@ -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*