summaryrefslogtreecommitdiff
path: root/tests/wycheproof/test_rsa.py
Commit message (Expand)AuthorAgeFilesLines
* cache ECDH values in wycheproof too (#8487)Paul Kehrer2023-03-101-15/+15
* Cache some keys that are reused in wycheproof tests (#8479)Alex Gaynor2023-03-101-19/+34
* add support for centos9-fips (#8216)Paul Kehrer2023-02-061-10/+26
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+0
* Bump OpenSSL/BoringSSL and adapt for OpenSSL RSA bleichenbacher mitigation (#...Alex Gaynor2022-12-141-5/+15
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-031-0/+3
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-8/+0
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-291-0/+7
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-4/+0
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-041-0/+2
* rsa type hinting (#5733)Paul Kehrer2021-02-011-0/+1
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-1/+6
* fixes #5611 -- use subtests for wycheproof tests for speed (#5616)Alex Gaynor2020-12-091-5/+7
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-16/+1
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-2/+4
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-22/+15
* Refs #5075 -- added the remainder of the wycheproof rsa tests (#5237)Alex Gaynor2020-04-261-0/+28
* Added wycheproof RSA PKCSv1 encryption tests (#5234)Alex Gaynor2020-04-261-2/+34
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-11/+1
* Refs #5075 -- use rsa_oaep_*.json from wycheproof (#5100)Alex Gaynor2020-04-111-0/+63
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-1/+1
* Refs #5075 -- use rsa_signature_*.json from wycheproof (#5078)Alex Gaynor2020-01-121-0/+22
* Run wycheproof RSA tests on LibreSSL>=2.8 (#4737)Alex Gaynor2019-01-241-6/+6
* Refs #4375 -- added RSA PSS wycheproof tests (#4381)Alex Gaynor2018-08-031-1/+41
* Update comment (#4371)Alex Gaynor2018-07-261-2/+2
* Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...Alex Gaynor2018-07-161-0/+85