summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support BMPString in explicitText parsing for legacy certificates (#6516)Paul Kehrer2021-11-021-6/+19
* 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
* Check for BoringSSL in err.py (#6510)Alex Gaynor2021-10-311-1/+1
* Check for BoringSSL in the engine bindings (#6509)Alex Gaynor2021-10-311-2/+10
* Check for BoringSSL in the crypto bindings (#6508)Alex Gaynor2021-10-311-5/+4
* Check for BoringSSL in ssl.py (#6507)Alex Gaynor2021-10-311-4/+4
* BoringSSL is like LibreSSL in bio.py (#6506)Alex Gaynor2021-10-311-1/+1
* Add a constant for when we're compiling on BoringSSL (#6505)Alex Gaynor2021-10-311-0/+7
* Bump asn1 from 0.8.5 to 0.8.6 in /src/rust (#6500)dependabot[bot]2021-10-312-5/+5
* Bump libc from 0.2.105 to 0.2.106 in /src/rust (#6502)dependabot[bot]2021-10-311-2/+2
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-317-375/+139
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-317-134/+111
* support bmpstring and universalstring decoding in name (#6492)Paul Kehrer2021-10-291-2/+18
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-298-265/+295
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-1/+4
* Bump syn from 1.0.80 to 1.0.81 in /src/rust (#6489)dependabot[bot]2021-10-281-2/+2
* Bump proc-macro2 from 1.0.30 to 1.0.32 in /src/rust (#6484)dependabot[bot]2021-10-271-2/+2
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-261-0/+2
* Bump asn1 from 0.8.4 to 0.8.5 in /src/rust (#6478)dependabot[bot]2021-10-252-5/+5
* Bump pem from 1.0.0 to 1.0.1 in /src/rust (#6476)dependabot[bot]2021-10-251-2/+2
* fixed type of tbs certificate's signature algorithm (#6474)Alex Gaynor2021-10-261-1/+1
* Remove unused SSL bindings (#6473)Alex Gaynor2021-10-252-23/+0
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-2512-197/+368
* Bump libc from 0.2.104 to 0.2.105 in /src/rust (#6463)dependabot[bot]2021-10-231-2/+2
* Bump asn1 from 0.8.3 to 0.8.4 in /src/rust (#6461)dependabot[bot]2021-10-232-5/+5
* Refactor OCSP code for reuse in OCSP response serialization (#6459)Alex Gaynor2021-10-232-28/+42
* Bump asn1 from 0.8.2 to 0.8.3 in /src/rust (#6452)dependabot[bot]2021-10-222-5/+5
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-218-69/+179
* Bump asn1 from 0.8.1 to 0.8.2 in /src/rust (#6449)dependabot[bot]2021-10-202-5/+5
* fix spki type (#6447)Alex Gaynor2021-10-201-1/+7
* Uncomment line in OCSPRequest (#6445)Alex Gaynor2021-10-201-4/+2
* Remove unused asn1.h bindings (#6444)Alex Gaynor2021-10-201-5/+0
* Slim down GENERAL_NAME declaration (#6443)Alex Gaynor2021-10-201-19/+1
* shrink bindings now that we have oxidized all extensions (#6442)Paul Kehrer2021-10-192-153/+3
* Complete the migration of extension serialization to Rust! (#6439)Alex Gaynor2021-10-195-167/+70
* Port encoding of IssuingDistributionPoint to Rust (#6436)Alex Gaynor2021-10-194-53/+109
* Bump asn1 from 0.8.0 to 0.8.1 in /src/rust (#6437)dependabot[bot]2021-10-182-5/+5
* Bump instant from 0.1.11 to 0.1.12 in /src/rust (#6435)dependabot[bot]2021-10-181-2/+2
* rust authoritykeyidentifier support (#6429)Paul Kehrer2021-10-174-34/+55
* implement AIA/SIA in rust (#6428)Paul Kehrer2021-10-174-52/+57
* rust nameconstraints (#6427)Paul Kehrer2021-10-174-66/+59