提交 9015ee18 编写于 作者: D Dr. Stephen Henson

Enable rsa-pss0 for non-v2 tests.

上级 1f59a843
...@@ -616,6 +616,7 @@ if (!$fips_enabled{"v2"}) { ...@@ -616,6 +616,7 @@ if (!$fips_enabled{"v2"}) {
foreach (keys %fips_enabled) { foreach (keys %fips_enabled) {
$fips_enabled{$_} = 0 if $fips_enabled{$_} == 2; $fips_enabled{$_} = 0 if $fips_enabled{$_} == 2;
} }
$fips_enabled{"rsa-pss0"} = 1;
} }
push @fips_test_list, @fips_dsa_test_list if $fips_enabled{"dsa"}; push @fips_test_list, @fips_dsa_test_list if $fips_enabled{"dsa"};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册