cryptography/tests
Alex Gaynor 5e3061c05e
Stop validating keys in ECDH exchange (#8490)
The theory here is that we're already doing sufficient validation key loading, and this is purely duplicative.

Note that there's at least _some_ validationg that was previously occurring only ECDH, the LowOrderPublic check that can be seen in wycheproof.
2023-03-11 12:14:27 +08:00
..
bench add EC key load benchmark (#8473) 2023-03-08 05:27:14 +00:00
hazmat speed up RSA key loading in tests a bit more (#8486) 2023-03-09 21:07:34 -05:00
hypothesis Implement a parser for RFC4514 strings (#7055) 2022-04-16 10:21:45 +02:00
wycheproof Stop validating keys in ECDH exchange (#8490) 2023-03-11 12:14:27 +08:00
x509 Small cleanups: (#8476) 2023-03-09 13:26:14 +00:00
__init__.py Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
conftest.py update to latest pytest-subtests and add the new flag (#8301) 2023-02-16 03:24:35 +00:00
deprecated_module.py refactor utils.deprecated to be more mypy friendly (#6923) 2022-03-03 03:46:30 +08:00
doubles.py type a test double (#6723) 2021-12-21 21:10:54 -05:00
test_cryptography_utils.py Update CI for py3.11 release (#7743) 2022-10-26 14:44:03 +09:00
test_fernet.py Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
test_meta.py add some more mypy flags (#6751) 2021-12-23 07:55:23 -05:00
test_rust_utils.py Remove destroy from FixedPool (#7602) 2022-09-11 17:45:22 -05:00
test_utils.py Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
test_warnings.py refactor utils.deprecated to be more mypy friendly (#6923) 2022-03-03 03:46:30 +08:00
utils.py cache ECDH values in wycheproof too (#8487) 2023-03-10 07:31:10 -05:00