cryptography/tests/wycheproof
Paul Kehrer 50df392f3b
add support for centos9-fips (#8216)
* add support for centos9-fips

Requires a variety of new FIPS constraints on our tests, including the
addition of rsa_encryption_supported

* review comments
2023-02-06 16:42:54 +00:00
..
__init__.py
test_aes.py Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
test_chacha20poly1305.py Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
test_cmac.py Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_dsa.py don't run dsa wycheproof without dsa (#8201) 2023-02-02 22:14:35 -08:00
test_ecdh.py Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
test_ecdsa.py Use the ruff 'pyupgrade' checks (#8104) 2023-01-20 05:36:01 +08:00
test_eddsa.py Update formatting for new ruff (#7937) 2022-12-26 22:08:28 +07:00
test_hkdf.py Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
test_hmac.py Use the ruff 'pyupgrade' checks (#8104) 2023-01-20 05:36:01 +08:00
test_keywrap.py Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_rsa.py add support for centos9-fips (#8216) 2023-02-06 16:42:54 +00:00
test_utils.py Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
test_x448.py fixes #5611 -- use subtests for wycheproof tests for speed (#5616) 2020-12-09 10:04:47 -06:00
test_x25519.py fixes #5611 -- use subtests for wycheproof tests for speed (#5616) 2020-12-09 10:04:47 -06:00
utils.py add unsafe_skip_rsa_key_validation (#7667) 2022-10-03 14:29:45 +00:00