mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
f95abfeb61
commit
c8c78bb4c5
1 changed files with 4 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue