]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SLH_DSA to the FIPS provider.
authorslontis <shane.lontis@oracle.com>
Thu, 7 Nov 2024 06:43:19 +0000 (17:43 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:13:53 +0000 (10:13 +0100)
commit5901ca87baf59ae966ee6cc4bee17b652b359898
tree007f3c733a9ac3d9082522bc0130fe3801927468
parente8457ce07737c53bbc8d5f0abd81b687f12cceaf
Add SLH_DSA to the FIPS provider.

The keygen tests required "entropy" to be added via an additional
parameter for ACVP testing. This is required because TEST_RAND cant be
used to pass entropy to the FIPS provider, due to it not knowing the
lib ctx of the FIPS provider.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25882)
12 files changed:
crypto/slh_dsa/build.info
crypto/slh_dsa/slh_dsa.c
crypto/slh_dsa/slh_dsa_key.c
crypto/slh_dsa/slh_xmss.c
include/crypto/slh_dsa.h
providers/fips/fipsprov.c
providers/implementations/keymgmt/build.info
providers/implementations/keymgmt/slh_dsa_kmgmt.c
providers/implementations/signature/build.info
test/recipes/30-test_slh_dsa.t
test/slh_dsa_test.c
util/perl/OpenSSL/paramnames.pm