From 81da5f7f12eb1da9d9e8f4508d76681f527ad57c Mon Sep 17 00:00:00 2001 From: Wim Lewis Date: Tue, 17 Jan 2017 22:55:16 -0800 Subject: Remove the RSA-1024 test case. If the underlying library is in FIPS mode, it'll refuse to generate keys shorter than 2048 bits. --- lib/crypto/test/crypto_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/test') diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl index fbee0ad9b7..1d7037d003 100644 --- a/lib/crypto/test/crypto_SUITE.erl +++ b/lib/crypto/test/crypto_SUITE.erl @@ -1027,7 +1027,7 @@ group_config(rsa = Type, Config) -> rsa_oaep(), no_padding() ], - Generate = [{rsa, 1024, 3}, {rsa, 2048, 17}, {rsa, 3072, 65537}], + Generate = [{rsa, 2048, 3}, {rsa, 3072, 65537}], [{sign_verify, SignVerify}, {pub_priv_encrypt, PubPrivEnc}, {generate, Generate} | Config]; group_config(dss = Type, Config) -> Msg = dss_plain(), -- cgit v1.2.3