]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a NEWS entry covering the FIPS related changes.
authorPauli <pauli@openssl.org>
Fri, 7 Jul 2023 08:37:08 +0000 (18:37 +1000)
committerPauli <pauli@openssl.org>
Thu, 13 Jul 2023 23:53:42 +0000 (09:53 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/21386)

(cherry picked from commit dfc4b6c93b99f6666cd958c5643a24bb6edff7b7)

CHANGES.md
NEWS.md

index bb4b410ae64bb6ed368ca462676222d5be42fc48..9c9c259da55d339895a84e5607d0bda07d591dbe 100644 (file)
@@ -284,7 +284,16 @@ OpenSSL 3.2
 OpenSSL 3.1
 -----------
 
-### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx]
+### Changes between 3.1.1 and 3.1.2 [xx XXX xxxx]
+
+ * When building with the `enable-fips` option and using the resulting
+   FIPS provider, TLS 1.2 will, by default, mandate the use of an extended
+   master secret (FIPS 140-3 IG G.Q) and the Hash and HMAC DRBGs will
+   not operate with truncated digests (FIPS 140-3 IG G.R).
+
+   *Paul Dale*
+
+### Changes between 3.1.0 and 3.1.1 [30 May 2023]
 
  * Mitigate for the time it takes for `OBJ_obj2txt` to translate gigantic
    OBJECT IDENTIFIER sub-identifiers to canonical numeric text form.
diff --git a/NEWS.md b/NEWS.md
index f537762483f304f7fdb04c20be05b3e95e4a5614..519c691c821370201146a9030171f15f7f84afab 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -37,7 +37,14 @@ OpenSSL 3.2
 OpenSSL 3.1
 -----------
 
-### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [under development]
+### Major changes between OpenSSL 3.1.1 and OpenSSL 3.1.2 [under development]
+
+ * When building with the `enable-fips` option and using the resulting
+   FIPS provider, TLS 1.2 will, by default, mandate the use of an
+   extended master secret and the Hash and HMAC DRBGs will not operate
+   with truncated digests.
+
+### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [30 May 2023]
 
   * Mitigate for very slow `OBJ_obj2txt()` performance with gigantic OBJECT
     IDENTIFIER sub-identities.  ([CVE-2023-2650])