• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révisione1a9268d81238aa12acfb9725a13c858c8937cd7 (tree)
l'heure2016-11-15 07:00:41
AuteurSteve Marquess <marquess@open...>
CommiterSteve Marquess

Message de Log

Update to match latest CAVS

Reviewed-by: Stephen Henson <steve@openssl.org>

Change Summary

Modification

--- a/fips/fipsalgtest.pl
+++ b/fips/fipsalgtest.pl
@@ -130,21 +130,6 @@ my @fips_cmac_test_list = (
130130
131131 );
132132
133-# RAND tests, AES version
134-
135-my @fips_rand_aes_test_list = (
136-
137- "RAND (AES)",
138-
139- [ "ANSI931_AES128MCT", "fips_rngvs mct" ],
140- [ "ANSI931_AES192MCT", "fips_rngvs mct" ],
141- [ "ANSI931_AES256MCT", "fips_rngvs mct" ],
142- [ "ANSI931_AES128VST", "fips_rngvs vst" ],
143- [ "ANSI931_AES192VST", "fips_rngvs vst" ],
144- [ "ANSI931_AES256VST", "fips_rngvs vst" ]
145-
146-);
147-
148133 # RAND tests, DES2 version
149134
150135 my @fips_rand_des2_test_list = (
@@ -626,7 +611,6 @@ push @fips_test_list, @fips_sha_test_list if $fips_enabled{"sha"};
626611 push @fips_test_list, @fips_drbg_test_list if $fips_enabled{"drbg"};
627612 push @fips_test_list, @fips_hmac_test_list if $fips_enabled{"hmac"};
628613 push @fips_test_list, @fips_cmac_test_list if $fips_enabled{"cmac"};
629-push @fips_test_list, @fips_rand_aes_test_list if $fips_enabled{"rand-aes"};
630614 push @fips_test_list, @fips_rand_des2_test_list if $fips_enabled{"rand-des2"};
631615 push @fips_test_list, @fips_aes_test_list if $fips_enabled{"aes"};
632616 push @fips_test_list, @fips_aes_cfb1_test_list if $fips_enabled{"aes-cfb1"};