]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES entry
authorPauli <ppzgs1@gmail.com>
Wed, 25 Sep 2024 22:11:30 +0000 (08:11 +1000)
committerPauli <ppzgs1@gmail.com>
Mon, 30 Sep 2024 07:58:23 +0000 (17:58 +1000)
To match changes in #25526

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25536)

CHANGES.md

index 305296ac3edcd9aa0a9ce72c493b1281e881a71d..cc6baa6934cd414cb0d4e51420b16740975d5ad8 100644 (file)
@@ -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*