summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* benchmark both enc and dec (#7600)Paul Kehrer2022-09-111-5/+51
* add more benchmarks for AEAD for upcoming optimizations (#7599)Paul Kehrer2022-09-111-1/+39
* implement __deepcopy__() for ObjectIdentifier (fixes #7587) (#7597)Mathias Ertl2022-09-111-0/+10
* Remove pyOpenSSL fallback. (#7590)Alex Gaynor2022-09-111-54/+0
* fix parsing for CRLs with TLVs > 65535 bytes (#7575)Paul Kehrer2022-09-071-0/+8
* Remove deprecated support for x.509 signing with SHA1 and MD5 (#7573)Alex Gaynor2022-09-071-68/+1
* fixes #7179 -- remove deprecated from_encoded_point (#7572)Alex Gaynor2022-09-071-69/+1
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-052-0/+182
* Add a benchmark of loading a certificate (#7551)Alex Gaynor2022-08-311-0/+14
* add AES128/AES256 classes (#7542)Paul Kehrer2022-08-262-0/+44
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-221-6/+41
* Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs...Alexandre Machado2022-08-161-24/+45
* KBKDF: add CounterLocation.MiddleFixed (#7489)Jean Paul Galea2022-08-153-11/+321
* Resolve new flake8 errors (#7462)Alex Gaynor2022-07-301-18/+42
* feat: drop max password length of 72 characters from 'serialize_ssh_private_k...Andrew Pantuso2022-07-201-8/+35
* Added a benchmark for ChaCha20 AEAD (#7427)Alex Gaynor2022-07-162-0/+21
* fix typo in test name (#7426)Alex Gaynor2022-07-161-1/+1
* Added FixedPool abstraction for use in optimizing various types (#7303)Alex Gaynor2022-07-161-0/+71
* Added OCB vectors from openssl (#7401)Alex Gaynor2022-07-051-0/+1
* Bump to rust-asn1 0.10 (#7395)Alex Gaynor2022-07-051-0/+20
* Use standard function for checking for UnsupportedAlgorithm in tests (#7342)Alex Gaynor2022-06-204-21/+25
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-311-0/+45
* lazily initialize blinding (#7292)Paul Kehrer2022-05-311-0/+26
* Remove register_interface, which was basically unused (#7234)Alex Gaynor2022-05-271-5/+2
* Added more assertions to backend tests (#7251)Alex Gaynor2022-05-231-3/+14
* Enforce that CRL and CSR versions must be valid. (#7249)Alex Gaynor2022-05-221-0/+16
* update comment now that we dropped 1.0.2 (#7242)Alex Gaynor2022-05-211-3/+3
* CT: `extensions` -> `extension_bytes` (#7238)William Woodruff2022-05-191-1/+1
* CT: add `SignedCertificateTimestamp.extensions` (#7237)William Woodruff2022-05-201-0/+1
* x509/CT: expose more SCT internals (#7207)William Woodruff2022-05-131-0/+35
* Fix test CRLs and CSRs with invalid versions (#7216)David Benjamin2022-05-121-1/+1
* allocate our hash algorithms in a better spot (#7188)Paul Kehrer2022-05-031-8/+8
* fix recover prime factors test to not repeatedly test the same keys (#7186)Paul Kehrer2022-05-031-12/+16
* Remove test that became duplicative at some point (#7182)Alex Gaynor2022-05-031-9/+1
* Allow loading of RSA-PSS public keys (#7162)Paul Kehrer2022-04-302-0/+51
* Fixes #7127 -- added attr_name_overrides on from_rfc4514_string (#7160)Alex Gaynor2022-04-301-0/+18
* Fixes #6602 -- restore the behavior of strict DER parsing for CSRs (#7159)Alex Gaynor2022-04-301-12/+2
* Migrate ObjectIdentifier to Rust (#7153)Alex Gaynor2022-04-301-26/+10
* added a benchmark for the OID constructor (#7152)Alex Gaynor2022-04-301-0/+4
* Allow Fernet decryption to accept string tokens (#7116)Robert Coup2022-04-291-6/+48
* Fix parsing of priv keys via pub key APIs to error properly in ossl3 (#7132)Paul Kehrer2022-04-271-0/+15
* Load RSA PSS keys as regular RSA keys (#7112)Paul Kehrer2022-04-261-0/+62
* Refs #7079 -- added basic scaffholding for benchmarks (#7087)Alex Gaynor2022-04-181-0/+15
* fixes #7081 -- correctly handle escape sequences in RFC4514 strings (#7083)Alex Gaynor2022-04-161-0/+13
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-161-0/+113
* check for invalid keys that RSA_check_key misses (#7080)Paul Kehrer2022-04-161-0/+11
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-162-0/+175
* Added Ubuntu Jammy to CI (#7047)Alex Gaynor2022-04-071-0/+3
* Added a non-public API for setting the tag on an attribute (#7038)Alex Gaynor2022-04-051-0/+30
* serialize certs to pkcs7 (#7034)Paul Kehrer2022-04-041-2/+84