From: Pauli Date: Mon, 3 Mar 2025 00:45:48 +0000 (+1100) Subject: evp_test: fully test RSA X-Git-Tag: openssl-3.5.0-alpha1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2f415e0a4148e7cd852330a196fd380bb32a42f;p=thirdparty%2Fopenssl.git evp_test: fully test RSA The evppkey_rsa.txt data were only tested against the default provider. Change this so that they are tested against the FIPS provider too. Also add the RSA KEM tests. Reviewed-by: Tim Hudson Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26946) --- diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index 018d4aa37e8..d87bb223732 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -65,7 +65,9 @@ my @files = qw( evpmd_sha.txt evppbe_pbkdf2.txt evppkey_kdf_hkdf.txt + evppkey_rsa.txt evppkey_rsa_common.txt + evppkey_rsa_kem.txt evppkey_rsa_sigalg.txt evprand.txt ); @@ -160,7 +162,6 @@ my @defltfiles = qw( evppbe_pkcs12.txt evppkey_kdf_scrypt.txt evppkey_kdf_tls1_prf.txt - evppkey_rsa.txt ); push @defltfiles, qw(evppkey_brainpool.txt) unless $no_ec; push @defltfiles, qw(evppkey_ecdsa_rfc6979.txt) unless $no_ec;