]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add FIPS DSA Keygen tests
authorslontis <shane.lontis@oracle.com>
Wed, 24 Jul 2024 07:24:33 +0000 (17:24 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Aug 2024 09:01:13 +0000 (11:01 +0200)
commitf98e49b326fe1fda5efadc10e7905b09a394591c
tree44da2bd6352fb2e2a19634ef45fd39d1810e5d6e
parent49a35f0f9283d13495941c47bb27ed1a0c32b109
Add FIPS DSA Keygen tests

Adjust the existing tests to disable DSA keygen in FIPS mode.

Allow evp_test to load DSA 'KeyParams' that can then be used to
perform a DSA KeyGen.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24978)
test/acvp_test.c
test/dsatest.c
test/evp_libctx_test.c
test/evp_test.c
test/recipes/15-test_gendsa.t
test/recipes/30-test_evp_data/evppkey_dsa.txt
test/testutil/stanza.c