New keys and test cases for RSA key format variants like RSAPublicKey

This commit is contained in:
Scott Kitterman
2019-11-08 21:21:35 -05:00
parent 2973852fbb
commit 5893862e31
8 changed files with 155 additions and 0 deletions
+2
View File
@@ -30,6 +30,7 @@ def test_suite():
test_crypto,
test_dkim,
test_dkim_ed25519,
test_dkim_rsavariants,
test_dkim_tlsrpt,
test_util,
test_arc,
@@ -40,6 +41,7 @@ def test_suite():
test_crypto,
test_dkim,
test_dkim_ed25519,
test_dkim_rsavariants,
test_dkim_tlsrpt,
test_util,
test_arc,