..
__init__.py
Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap ( #4310 )
2018-07-16 20:48:33 +05:30
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
Stop validating keys in ECDH exchange ( #8490 )
2023-03-11 12:14:27 +08:00
test_ecdsa.py
cache ECDH values in wycheproof too ( #8487 )
2023-03-10 07:31:10 -05: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
cache ECDH values in wycheproof too ( #8487 )
2023-03-10 07:31:10 -05: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