aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-07-07 18:37:08 +1000
committerPauli <pauli@openssl.org>2023-07-14 09:53:42 +1000
commit7a3d32ae4602eb4d09c6d998b2b1ba4b81ec1f54 (patch)
treeecdf185f5bbf762cf597eec3543b37cee8846602 /CHANGES.md
parent15e041b751c96ecf668a701d09a373d517610eae (diff)
downloadopenssl-7a3d32ae4602eb4d09c6d998b2b1ba4b81ec1f54.tar.gz
Add a NEWS entry covering the FIPS related changes.
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)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bb4b410ae6..9c9c259da5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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.