Skip to content

Commit

Permalink
Skip newly added blocked OAEP SHAKE testcases with old fips providers
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#24529)
  • Loading branch information
t8m committed May 31, 2024
1 parent 9fcf57b commit 0285160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/recipes/30-test_evp_data/evppkey_rsa_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ Output = "Hello World"

# Decrypt OAEP SHAKE MGF1
Availablein = fips
FIPSversion = >=3.4.0
Decrypt = RSA-2048
Ctrl = rsa_padding_mode:oaep
Ctrl = rsa_mgf1_md:shake128
Expand All @@ -338,6 +339,7 @@ Result = KEYOP_ERROR

# Decrypt OAEP SHAKE MD
Availablein = fips
FIPSversion = >=3.4.0
Decrypt = RSA-2048
Ctrl = rsa_padding_mode:oaep
Ctrl = rsa_oaep_md:shake128
Expand Down

0 comments on commit 0285160

Please sign in to comment.