From 29464b4c15db4c4063633743254986a91b91dd33 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 17 Apr 2025 12:45:31 +0100 Subject: [PATCH] Fix a typo in evpciph_des3_common.txt Reviewed-by: Viktor Dukhovni Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27408) --- test/recipes/30-test_evp_data/evpciph_des3_common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/30-test_evp_data/evpciph_des3_common.txt b/test/recipes/30-test_evp_data/evpciph_des3_common.txt index 1947e21f748..6de0c7dc3cc 100644 --- a/test/recipes/30-test_evp_data/evpciph_des3_common.txt +++ b/test/recipes/30-test_evp_data/evpciph_des3_common.txt @@ -74,7 +74,7 @@ Plaintext = 37363534333231204E6F77206973207468652074696D6520666F722000000000 Ciphertext = 3FE301C962AC01D02213763C1CBD4CDC799657C064ECF5D41C673812CFDE9675 # Test that DES3 ECB mode encryption is not FIPS approved -Availablein = fipss +Availablein = fips FIPSversion = >=3.4.0 Cipher = DES-EDE3-ECB Operation = ENCRYPT -- 2.47.2