]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add FIPS indicators to evp_test 24848/head
authorslontis <shane.lontis@oracle.com>
Wed, 3 Jul 2024 01:12:39 +0000 (11:12 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 10 Jul 2024 22:29:54 +0000 (08:29 +1000)
commit06da14737369e7c90899aed4bb21cce9a0910d29
tree3890be24d06b9574e92701df85f4ddbdb1a73bf0
parentc13ddf0a6c71efac8ef546f0d3632341afab3f07
Add FIPS indicators to evp_test

evp_test code needed to be modified to defer setting algorithm contexts
until the run phase. The parse functions also defer setting into the context
until the run phase, which allows the context to initialize in a controlled order.
This allows params to be passed into the algorithm init function.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24623)
12 files changed:
test/evp_test.c
test/recipes/30-test_evp_data/evpkdf_tls12_prf.txt
test/recipes/30-test_evp_data/evppkey_dsa.txt
test/recipes/30-test_evp_data/evppkey_ecc.txt
test/recipes/30-test_evp_data/evppkey_ecdh.txt
test/recipes/30-test_evp_data/evppkey_ecdsa.txt
test/recipes/30-test_evp_data/evppkey_ffdhe.txt
test/recipes/30-test_evp_data/evppkey_kas.txt
test/recipes/30-test_evp_data/evppkey_rsa.txt
test/recipes/30-test_evp_data/evppkey_rsa_common.txt
test/recipes/30-test_evp_data/evprand.txt
util/libcrypto.num