summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-295-10/+22
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-262-22/+14
* Final polish on removing backends from places they aren't required (#6644)Alex Gaynor2021-11-221-18/+2
* remind people we're going to remove verifier/signer (#6640)Paul Kehrer2021-11-211-2/+3
* OCB3 support (#6607)Paul Kehrer2021-11-141-3/+13
* skip pkcs7 tests on boring (#6591)Paul Kehrer2021-11-121-0/+3
* x509 tests for boring (#6590)Paul Kehrer2021-11-122-6/+7
* Run tests/hazmat/backends/ under BoringSSL (#6588)Alex Gaynor2021-11-121-0/+3
* Run tests/primitives/ (minus a few files) on BoringSSL (#6584)Alex Gaynor2021-11-111-2/+7
* Run tests/wycheproof/ on BoringSSL (#6583)Alex Gaynor2021-11-121-2/+8
* Simplify how we test boring, in a way that'll be extensible to the future (#6...Alex Gaynor2021-11-101-5/+11
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-033-63/+0
* handle case where private_value is the point at infinity (#6515)Paul Kehrer2021-11-021-1/+3
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-313-280/+0
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-312-101/+4
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-292-100/+3
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-1/+4
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-251-119/+4
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-211-25/+0
* Complete the migration of extension serialization to Rust! (#6439)Alex Gaynor2021-10-193-159/+5
* Port encoding of IssuingDistributionPoint to Rust (#6436)Alex Gaynor2021-10-191-23/+0
* rust authoritykeyidentifier support (#6429)Paul Kehrer2021-10-171-25/+0
* implement AIA/SIA in rust (#6428)Paul Kehrer2021-10-171-45/+8
* rust nameconstraints (#6427)Paul Kehrer2021-10-171-52/+3
* port some crl extensions, refactor a bit (#6425)Paul Kehrer2021-10-172-19/+2
* Encode general names in rust (#6423)Paul Kehrer2021-10-161-46/+10
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-163-25/+6
* Convert CertificatePolicies to Rust (#6400)Alex Gaynor2021-10-121-83/+0
* Specify the out length when obtaining the tag for poly1305 (#6403)Alex Gaynor2021-10-121-1/+1
* Port InvalidityDate and KeyUsage serialization to Rust (#6397)Alex Gaynor2021-10-101-46/+0
* Port EKU, PC, and CRL reason extensions to Rust (#6388)Alex Gaynor2021-10-071-44/+0
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-062-3/+32
* Convert a few more simple extensions to Rust encoding (#6376)Alex Gaynor2021-10-051-22/+0
* Migrate nonce and basic constraint extensions to Rust (#6375)Alex Gaynor2021-10-052-42/+3
* Structure X.509 code to start moving extension encoding to Rust (#6369)Alex Gaynor2021-10-051-38/+25
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-282-10/+31
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-284-331/+40
* Ensure there's nothing on the error stack after tests (#5997)Alex Gaynor2021-09-261-0/+10
* Remove some unused constants (#6307)Alex Gaynor2021-09-261-14/+0
* Convert OCSPResponse to be Rust (#6297)Alex Gaynor2021-09-253-391/+6
* fixes #6287 - made naming of _create_asn1_time consistent (#6303)Alex Gaynor2021-09-241-7/+7
* Added additional OCSP response tests (#6300)Alex Gaynor2021-09-241-2/+6
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-204-316/+86
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-191-2/+3
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-122-3/+5
* raise a ValueError if the AEAD tag is too long (#6246)Paul Kehrer2021-09-041-1/+8
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-291-8/+59
* Speed up RSA tests in 3.0.0 (#6206)Paul Kehrer2021-08-112-8/+21
* Fixes #6158 -- added more type annotations (#6185)Alex Gaynor2021-07-311-3/+3
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-255-209/+61