summaryrefslogtreecommitdiff
path: root/tests/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-241-32/+1
* drop libressl 3.5.x support (#8741)Paul Kehrer2023-04-161-2/+1
* Remove unused parameter (#8707)Alex Gaynor2023-04-111-10/+0
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-241-155/+0
* fix logic for this skip (#8542)Alex Gaynor2023-03-181-1/+1
* skip memleak tests on pypy (#8540)Alex Gaynor2023-03-181-2/+4
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-22/+32
* speed up RSA key loading in tests a bit more (#8486)Paul Kehrer2023-03-091-7/+9
* remove memleak tests for x509 paths that no longer use openssl (#8461)Paul Kehrer2023-03-061-162/+0
* fix some pytest warnings (#8245)Paul Kehrer2023-02-081-2/+2
* add support for centos9-fips (#8216)Paul Kehrer2023-02-061-2/+8
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-1/+1
* Use the more modern OpenSSL incantation in tests (#8005)Alex Gaynor2023-01-081-1/+1
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-261-1/+1
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-212-2/+1
* Clear out some dead code from the OS random engine, now that macOS 10.12 is o...Alex Gaynor2022-11-161-1/+1
* Test against OpenSSL master in CI (#7770)Alex Gaynor2022-11-041-1/+1
* remove memleak tests that no longer exercise openssl code (#7740)Alex Gaynor2022-10-231-46/+0
* In memleak test, track reallocs of startup pointers (#7379) (#7739)Peter Williams2022-10-231-5/+25
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-031-2/+6
* Remove pyOpenSSL fallback. (#7590)Alex Gaynor2022-09-111-54/+0
* Added more assertions to backend tests (#7251)Alex Gaynor2022-05-231-3/+14
* Remove test that became duplicative at some point (#7182)Alex Gaynor2022-05-031-9/+1
* Added Ubuntu Jammy to CI (#7047)Alex Gaynor2022-04-071-0/+3
* Update skip string that's no longer accurate (#6947)Alex Gaynor2022-03-131-1/+1
* Add types for padding.PSS class. (#6882)Jonathan Slenders2022-02-231-2/+3
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-302-13/+13
* Format for new black (#6828)Alex Gaynor2022-01-291-2/+2
* Improve type coverage on some backend internals (#6776)Alex Gaynor2022-01-021-1/+1
* improve typing for internal cmac code (#6757)Paul Kehrer2021-12-261-1/+2
* more internal typing. supported methods, hash, hmac (#6728)Paul Kehrer2021-12-221-1/+4
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-36/+0
* Final polish on removing backends from places they aren't required (#6644)Alex Gaynor2021-11-222-15/+4
* more typing (#6616)Paul Kehrer2021-11-171-3/+3
* Run tests/hazmat/backends/ under BoringSSL (#6588)Alex Gaynor2021-11-121-1/+5
* Simplify backed name check in tests (#6558)Alex Gaynor2021-11-071-2/+2
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-031-7/+7
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-031-8/+0
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-12/+0
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-12/+0
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-23/+0
* Revert "Ban cffi version that makes CI sad (#6418)" (#6441)Alex Gaynor2021-10-191-21/+23
* Make memleak test assertion more precise (#6440)Alex Gaynor2021-10-191-1/+1
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-281-0/+18
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-11/+18
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-25/+17
* oxidize certificate policies (#6119)Paul Kehrer2021-06-161-0/+11
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-1/+5
* typehint x509.base (#5899)Mathias Ertl2021-03-151-4/+25
* more typing (#5887)Paul Kehrer2021-03-021-1/+1