]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
changes: add no_short_mac entry
authorPauli <ppzgs1@gmail.com>
Wed, 24 Jul 2024 01:45:51 +0000 (11:45 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 26 Jul 2024 00:10:14 +0000 (10:10 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)

CHANGES.md

index 7b3ec56fc851e5eb453b9cdf8cd5be8aba9011de..594efc44de8e7aa93e9d2a100f9c0199b7ba6ab0 100644 (file)
@@ -29,6 +29,12 @@ OpenSSL 3.4
 
 ### Changes between 3.3 and 3.4 [xx XXX xxxx]
 
+ * Add FIPS provider configuration option to enforce the a minimal
+   MAC length check.  The option '-no_short_mac' can optionally be
+   supplied to 'openssl fipsinstall'.
+
+   *Paul Dale*
+
  * Redesigned Windows use of OPENSSLDIR/ENGINESDIR/MODULESDIR such that
    what were formerly build time locations can now be defined at run time
    with registry keys. See NOTES-WINDOWS.md
@@ -1108,7 +1114,7 @@ OpenSSL 3.1
 
  * Add FIPS provider configuration option to enforce the
    Extended Master Secret (EMS) check during the TLS1_PRF KDF.
-   The option '-ems-check' can optionally be supplied to
+   The option '-ems_check' can optionally be supplied to
    'openssl fipsinstall'.
 
    *Shane Lontis*