summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* don't use a set (#8931)Paul Kehrer2023-05-161-0/+41
* support PSS signatures in verify_directly_issued_by (#8908)Paul Kehrer2023-05-141-0/+44
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-101-0/+163
* certificate: add a `get_extension` helper (#8892)William Woodruff2023-05-101-0/+14
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-071-9/+83
* invalid visible string support (#8884)Paul Kehrer2023-05-071-0/+19
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-247-41/+49
* Use pyo3's facilities for exceptions (#8785)Alex Gaynor2023-04-221-1/+1
* Convert HMAC to Rust (#8781)Alex Gaynor2023-04-222-1/+5
* Added a benchmark for hmac (#8776)Alex Gaynor2023-04-211-0/+14
* Convert hashes to Rust (#8775)Alex Gaynor2023-04-211-1/+0
* Added a benchmark for hashing (#8774)Alex Gaynor2023-04-211-0/+14
* drop libressl 3.5.x support (#8741)Paul Kehrer2023-04-161-2/+1
* add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)Paul Kehrer2023-04-151-1/+44
* Remove unused parameter (#8707)Alex Gaynor2023-04-111-10/+0
* Convert ed448 to Rust (#8705)Alex Gaynor2023-04-111-0/+3
* Convert ed25519 to Rust (#8697)Alex Gaynor2023-04-101-0/+3
* Added extra test cases for Ed25519 serialization (#8703)Alex Gaynor2023-04-101-0/+12
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-108-1/+136
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-102-0/+99
* Remove coverage workaround that might not be required anymore (#8690)Alex Gaynor2023-04-101-3/+0
* Switch from pytest-subtests to a mini-version that's faster (#8613)Alex Gaynor2023-03-291-0/+19
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-272-0/+79
* Add benchmark for loading DER certificates (#8597)Alex Gaynor2023-03-241-0/+10
* Upgrade to pyo3 0.18 (#6935)Alex Gaynor2023-03-241-1/+1
* remove a test dep (#8446)Paul Kehrer2023-03-241-5/+4
* drop python 3.6 support (#8448)Paul Kehrer2023-03-241-6/+0
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-243-175/+1
* Migrate x25519 to use rust-openssl (#7933)Alex Gaynor2023-03-241-1/+46
* remove hypothesis from our test suite (#8560)Paul Kehrer2023-03-214-75/+0
* Added support for handling python buffers in Rust code (#8556)Alex Gaynor2023-03-211-0/+25
* Simplify/unify Rust and Python OpenSSL error handling (#8552)Alex Gaynor2023-03-202-4/+3
* fix logic for this skip (#8542)Alex Gaynor2023-03-181-1/+1
* skip memleak tests on pypy (#8540)Alex Gaynor2023-03-181-2/+4
* Support handling OpenSSL errors from Rust code (#8530)Alex Gaynor2023-03-161-1/+25
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-22/+32
* Stop validating keys in ECDH exchange (#8490)Alex Gaynor2023-03-111-7/+1
* cache ECDH values in wycheproof too (#8487)Paul Kehrer2023-03-104-25/+32
* speed up RSA key loading in tests a bit more (#8486)Paul Kehrer2023-03-093-20/+38
* Cache some keys that are reused in wycheproof tests (#8479)Alex Gaynor2023-03-103-25/+50
* Small cleanups: (#8476)Alex Gaynor2023-03-091-10/+4
* add EC key load benchmark (#8473)Paul Kehrer2023-03-081-0/+13
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-2/+2
* refactor PBKDF2HMAC test vectors and skip one test (#8467)Paul Kehrer2023-03-062-32/+20
* Remove a zillion pointless backenda args in x509 tests (#8466)Alex Gaynor2023-03-073-272/+12
* remove memleak tests for x509 paths that no longer use openssl (#8461)Paul Kehrer2023-03-061-162/+0
* use the rsa fixtures in x509 too (#8460)Paul Kehrer2023-03-063-150/+271
* double the speed of our rsa tests (#8458)Paul Kehrer2023-03-061-121/+243
* remove pytz test dependency (#8447)Paul Kehrer2023-03-053-18/+10
* Update to the new wycheproof (#8403)Alex Gaynor2023-02-282-1/+25