[openssl-commits] [openssl] OpenSSL-fips-2_0-stable update

Steve Marquess stevem at openssl.org
Tue Nov 15 14:40:13 UTC 2016


The branch OpenSSL-fips-2_0-stable has been updated
       via  e1a9268d81238aa12acfb9725a13c858c8937cd7 (commit)
      from  2e691f8fa8f2ccc31f49bed51cbe6cad9393bad5 (commit)


- Log -----------------------------------------------------------------
commit e1a9268d81238aa12acfb9725a13c858c8937cd7
Author: Steve Marquess <marquess at openssl.com>
Date:   Mon Nov 14 17:00:41 2016 -0500

    Update to match latest CAVS
    
    Reviewed-by: Stephen Henson <steve at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 fips/fipsalgtest.pl | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/fips/fipsalgtest.pl b/fips/fipsalgtest.pl
index 3009521..504379b 100644
--- a/fips/fipsalgtest.pl
+++ b/fips/fipsalgtest.pl
@@ -130,21 +130,6 @@ my @fips_cmac_test_list = (
 
 );
 
-# RAND tests, AES version
-
-my @fips_rand_aes_test_list = (
-
-    "RAND (AES)",
-
-    [ "ANSI931_AES128MCT", "fips_rngvs mct" ],
-    [ "ANSI931_AES192MCT", "fips_rngvs mct" ],
-    [ "ANSI931_AES256MCT", "fips_rngvs mct" ],
-    [ "ANSI931_AES128VST", "fips_rngvs vst" ],
-    [ "ANSI931_AES192VST", "fips_rngvs vst" ],
-    [ "ANSI931_AES256VST", "fips_rngvs vst" ]
-
-);
-
 # RAND tests, DES2 version
 
 my @fips_rand_des2_test_list = (
@@ -626,7 +611,6 @@ push @fips_test_list, @fips_sha_test_list       if $fips_enabled{"sha"};
 push @fips_test_list, @fips_drbg_test_list	if $fips_enabled{"drbg"};
 push @fips_test_list, @fips_hmac_test_list      if $fips_enabled{"hmac"};
 push @fips_test_list, @fips_cmac_test_list      if $fips_enabled{"cmac"};
-push @fips_test_list, @fips_rand_aes_test_list  if $fips_enabled{"rand-aes"};
 push @fips_test_list, @fips_rand_des2_test_list if $fips_enabled{"rand-des2"};
 push @fips_test_list, @fips_aes_test_list       if $fips_enabled{"aes"};
 push @fips_test_list, @fips_aes_cfb1_test_list  if $fips_enabled{"aes-cfb1"};


More information about the openssl-commits mailing list