summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat
Commit message (Expand)AuthorAgeFilesLines
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-296-13/+33
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-281-0/+17
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-263-36/+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
* Remove unused attributes (#6631)Alex Gaynor2021-11-211-2/+0
* OCB3 support (#6607)Paul Kehrer2021-11-142-3/+82
* add one more engine binding (#6599)Paul Kehrer2021-11-121-0/+1
* skip pkcs7 tests on boring (#6591)Paul Kehrer2021-11-121-0/+3
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+1
* 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-122-2/+14
* Simplify how we test boring, in a way that'll be extensible to the future (#6...Alex Gaynor2021-11-101-5/+11
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-0/+11
* Begin building with BoringSSL in our CI, no tests yet (#6554)Alex Gaynor2021-11-071-0/+39
* Check for BoringSSL in the SSL bindings (#6553)Alex Gaynor2021-11-061-0/+6
* deprecate backend part 14 of...probably 15? (#6534)Paul Kehrer2021-11-034-68/+32
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-031-14/+7
* deprecate backend part 9 of n (#6528)Paul Kehrer2021-11-033-59/+68
* deprecate backend part 10 of n (#6529)Paul Kehrer2021-11-034-64/+65
* deprecate backend part 8 of n (#6527)Paul Kehrer2021-11-031-21/+15
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-033-63/+0
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-036-121/+43
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-25/+6
* 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-314-282/+5
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-313-102/+9
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-293-101/+11
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-1/+4
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-261-0/+2
* Remove unused SSL bindings (#6473)Alex Gaynor2021-10-251-8/+0
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-252-120/+16
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-212-27/+6
* 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-164-25/+7
* 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-063-6/+167
* remove non-real type declaration in x509.pyi (#6381)Alex Gaynor2021-10-061-3/+0
* Convert a few more simple extensions to Rust encoding (#6376)Alex Gaynor2021-10-051-22/+0