cryptography/tests/wycheproof
Paul Kehrer 27374c62c7
FIPS 3.0.0 support (#6012)
* FIPS 3.0.0 support

* comments

* remove unneeded error clear

* review comments

* small refactor

* black

* flake8 too

* review feedback

* oops

* fix
2021-08-29 10:05:32 -04:00
..
__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 Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_chacha20poly1305.py Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06: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 Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_ecdh.py Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_ecdsa.py Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
test_eddsa.py fixes #5611 -- use subtests for wycheproof tests for speed (#5616) 2020-12-09 10:04:47 -06:00
test_hkdf.py fixes #5611 -- use subtests for wycheproof tests for speed (#5616) 2020-12-09 10:04:47 -06:00
test_hmac.py FIPS 3.0.0 support (#6012) 2021-08-29 10:05:32 -04: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 FIPS 3.0.0 support (#6012) 2021-08-29 10:05:32 -04: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 Speed up RSA tests in 3.0.0 (#6206) 2021-08-11 22:47:25 -04:00