summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-6/+21
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-297-17/+33
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-282-0/+18
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-263-36/+14
* Finally remove deprecated int_from_bytes (#6652)Alex Gaynor2021-11-251-9/+0
* Reopen main for the 37.0.0 release (#6645)Alex Gaynor2021-11-211-1/+1
* Bump for 36.0.0 release (#6643)36.0.0Alex Gaynor2021-11-221-1/+1
* Final polish on removing backends from places they aren't required (#6644)Alex Gaynor2021-11-222-28/+8
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-2/+15
* 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
* more typing (#6616)Paul Kehrer2021-11-171-3/+13
* OCB3 support (#6607)Paul Kehrer2021-11-142-3/+82
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-143-2/+77
* 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-122-0/+96
* 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-072-5/+22
* 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-034-79/+37
* 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
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-10/+25
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-315-284/+6
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-314-104/+10
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-294-102/+12
* 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-253-126/+18
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-213-30/+7
* 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-172-56/+10
* port some crl extensions, refactor a bit (#6425)Paul Kehrer2021-10-172-19/+2
* Encode general names in rust (#6423)Paul Kehrer2021-10-162-46/+17