mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-15 20:40:20 +00:00
don't run dsa wycheproof without dsa (#8201)
This commit is contained in:
parent
af8dfba935
commit
e7fc8abe98
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ _DIGESTS = {
|
|||
}
|
||||
|
||||
|
||||
@pytest.mark.supported(
|
||||
only_if=lambda backend: backend.dsa_supported(),
|
||||
skip_message="Requires OpenSSL with DSA support",
|
||||
)
|
||||
@wycheproof_tests(
|
||||
"dsa_test.json",
|
||||
"dsa_2048_224_sha224_test.json",
|
||||
|
|
|
|||
Loading…
Reference in a new issue