From c8c78bb4c57b3be68b3779c2ad5bab0c7122fbf2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 12 Jan 2020 20:33:25 -0600 Subject: Refs #5075 -- use dsa_*.json from wycheproof (#5098) --- tests/wycheproof/test_dsa.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/wycheproof/test_dsa.py b/tests/wycheproof/test_dsa.py index 3dc3056e..5019dc6a 100644 --- a/tests/wycheproof/test_dsa.py +++ b/tests/wycheproof/test_dsa.py @@ -23,6 +23,10 @@ _DIGESTS = { @pytest.mark.requires_backend_interface(interface=DSABackend) @pytest.mark.wycheproof_tests( "dsa_test.json", + "dsa_2048_224_sha224_test.json", + "dsa_2048_224_sha256_test.json", + "dsa_2048_256_sha256_test.json", + "dsa_3072_256_sha256_test.json", ) def test_dsa_signature(backend, wycheproof): key = serialization.load_der_public_key( -- cgit v1.2.3