summaryrefslogtreecommitdiff
path: root/tests/hazmat
Commit message (Expand)AuthorAgeFilesLines
* more typing (#6616)Paul Kehrer2021-11-171-3/+3
* type some more things in the tests (#6614)Paul Kehrer2021-11-175-13/+26
* OCB3 support (#6607)Paul Kehrer2021-11-141-0/+132
* Run tests/hazmat/bindings/test_openssl.py on BoringSSL (#6592)Alex Gaynor2021-11-121-9/+20
* skip pkcs7 tests on boring (#6591)Paul Kehrer2021-11-121-19/+27
* Run tests/primitives/test_{dh,serialization}.py on BoringSSL (#6589)Alex Gaynor2021-11-122-0/+20
* Run tests/hazmat/backends/ under BoringSSL (#6588)Alex Gaynor2021-11-121-1/+5
* Run tests/primitives/ (minus a few files) on BoringSSL (#6584)Alex Gaynor2021-11-111-1/+1
* Simplify backed name check in tests (#6558)Alex Gaynor2021-11-071-2/+2
* deprecate backend part 14 of...probably 15? (#6534)Paul Kehrer2021-11-033-26/+0
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-032-18/+7
* deprecate backend part 8 of n (#6527)Paul Kehrer2021-11-031-9/+0
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-031-8/+0
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-036-119/+14
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-30/+0
* handle case where private_value is the point at infinity (#6515)Paul Kehrer2021-11-021-0/+9
* Take backend as a parameter so skips work (#6504)Alex Gaynor2021-11-011-1/+1
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-12/+0
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-12/+0
* Check for CCM support in their tests (#6497)Alex Gaynor2021-10-311-0/+4
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-23/+0
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-0/+9
* 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
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-061-2/+321
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-281-0/+18
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-11/+18
* Ensure there's nothing on the error stack after tests (#5997)Alex Gaynor2021-09-261-0/+4
* raise a ValueError if the AEAD tag is too long (#6246)Paul Kehrer2021-09-043-2/+18
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-032-22/+441
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-293-4/+3
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-294-4/+36
* Speed up RSA tests in 3.0.0 (#6206)Paul Kehrer2021-08-111-3/+7
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-252-26/+22
* 3.0.0 deprecated func and it isn't useful to us in general (#6148)Paul Kehrer2021-06-301-3/+2
* oxidize certificate policies (#6119)Paul Kehrer2021-06-161-0/+11
* Added handling for OpenSSL "xts duplicated keys" error. (#6085)Angus Gratton2021-06-091-0/+13
* update RSA tests with larger key sizes, better hash funcs (#6010)Paul Kehrer2021-04-252-133/+84
* correct type mistake in DSA skip logic (#6009)Paul Kehrer2021-04-241-8/+17
* update the tests to use sha2 in more places (#6008)Paul Kehrer2021-04-241-4/+4
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-223-3/+31
* Delete _der.py (#5992)Alex Gaynor2021-04-211-232/+0
* Convert encode/decode of DSS signatures to Rust (#5965)Alex Gaynor2021-04-141-5/+7
* switch to using EVP_PKEY_derive instead of DH_compute_key in DH (#5972)Paul Kehrer2021-04-141-9/+10
* fix XTS less than one block length. fixes #5885 (#5925)Paul Kehrer2021-03-211-0/+8
* typehint x509.base (#5899)Mathias Ertl2021-03-151-4/+25
* more typing (#5887)Paul Kehrer2021-03-0215-24/+75
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-0138-237/+0
* changes to support typing backend (#5882)Paul Kehrer2021-02-281-0/+4
* fix pkcs12 parse ordering. fixes #5872 (#5879)Paul Kehrer2021-02-281-1/+57