[openssl/openssl] 4a002f: evp_test: check MAC FIPS approved flag
Pauli
noreply at github.com
Fri Jul 26 00:14:58 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 4a002f51f0e7e75b3b31b5e11df641bdbf4fcb4b
https://github.com/openssl/openssl/commit/4a002f51f0e7e75b3b31b5e11df641bdbf4fcb4b
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M test/evp_test.c
Log Message:
-----------
evp_test: check MAC FIPS approved flag
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 00231a6ae9dfe806bdc1107f2c5ae86015a2a9e0
https://github.com/openssl/openssl/commit/00231a6ae9dfe806bdc1107f2c5ae86015a2a9e0
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M apps/fipsinstall.c
M util/mk-fipsmodule-cnf.pl
Log Message:
-----------
fipsinstall: add no_short_mac option
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: fc98a2f6ad8f8afe5f0e32d2ae66d09d39b1ff9d
https://github.com/openssl/openssl/commit/fc98a2f6ad8f8afe5f0e32d2ae66d09d39b1ff9d
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M doc/man1/openssl-fipsinstall.pod.in
Log Message:
-----------
doc: document no_short_mac option to fipsinstall
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 3f15ec76a4e3947ff25f28852e272992f55c7be7
https://github.com/openssl/openssl/commit/3f15ec76a4e3947ff25f28852e272992f55c7be7
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M util/perl/OpenSSL/paramnames.pm
Log Message:
-----------
paramnames: add params for no-short-mac option
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 3440a9a0e263b4d9a0d328bc79d0f50912e970f0
https://github.com/openssl/openssl/commit/3440a9a0e263b4d9a0d328bc79d0f50912e970f0
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M doc/man7/EVP_MAC-KMAC.pod
M doc/man7/provider-mac.pod
Log Message:
-----------
doc: document no-short-mac param
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: d791c2c486aa7d14c7ac5e2da08e3a303bbc4f07
https://github.com/openssl/openssl/commit/d791c2c486aa7d14c7ac5e2da08e3a303bbc4f07
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M include/openssl/fips_names.h
M providers/common/include/prov/fipscommon.h
M providers/fips/fipsprov.c
Log Message:
-----------
fips: wire in the no-short-mac option
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 98fbe6792458f767617e4a96b09215427d61ee4b
https://github.com/openssl/openssl/commit/98fbe6792458f767617e4a96b09215427d61ee4b
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M providers/implementations/macs/kmac_prov.c
Log Message:
-----------
prov: add no-short-mac code to KMAC
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 3762a56b872b4346cbfa23bfc10507e654094abb
https://github.com/openssl/openssl/commit/3762a56b872b4346cbfa23bfc10507e654094abb
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M test/recipes/30-test_evp_data/evpmac_common.txt
Log Message:
-----------
test: add unit tests for no-short-mac
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 50a91de440f05e369f02e10c34aaf16fca4dbc62
https://github.com/openssl/openssl/commit/50a91de440f05e369f02e10c34aaf16fca4dbc62
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M CHANGES.md
Log Message:
-----------
changes: add no_short_mac entry
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Commit: 8fe150cce805aa538a8d51d9f9fb932d23db9c90
https://github.com/openssl/openssl/commit/8fe150cce805aa538a8d51d9f9fb932d23db9c90
Author: Pauli <ppzgs1 at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M test/recipes/30-test_evp_data/evpkdf_ssh.txt
M test/recipes/30-test_evp_data/evpkdf_tls12_prf.txt
M test/recipes/30-test_evp_data/evpkdf_tls13_kdf.txt
M test/recipes/30-test_evp_data/evpkdf_x963.txt
Log Message:
-----------
test: fix failing KDF tests with changed behaviour
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24917)
Compare: https://github.com/openssl/openssl/compare/85caa417e091...8fe150cce805
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list