aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_rsa.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Alex Gaynor2020-04-251-11/+1
| | | | supported) (#5231)
* 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
| | | | | | * Refs #5075 -- use rsa_signature_*.json from wycheproof * for azure
* Run wycheproof RSA tests on LibreSSL>=2.8 (#4737)Alex Gaynor2019-01-241-6/+6
| | | | | | | | * Run wycheproof RSA tests on LibreSSL>=2.8 * Define it this way * These are errors on libressl
* 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, ↵Alex Gaynor2018-07-161-0/+85
rsa, and keywrap (#4310) * Refs #3331 -- added initial wycheproof integration, starting with x25519 tests