summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update libressl to 3.4.1 in CI (#6455)Alex Gaynor2021-10-231-1/+1
* Bump asn1 from 0.8.2 to 0.8.3 in /src/rust (#6452)dependabot[bot]2021-10-222-5/+5
* Move to PyPy 3.8 (#6450)Alex Gaynor2021-10-212-7/+7
* 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
* Revert "Ban cffi version that makes CI sad (#6418)" (#6441)Alex Gaynor2021-10-194-25/+27
* shrink bindings now that we have oxidized all extensions (#6442)Paul Kehrer2021-10-192-153/+3
* Make memleak test assertion more precise (#6440)Alex Gaynor2021-10-191-1/+1
* 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
* continued optimization of zuul builds (#6432)Paul Kehrer2021-10-171-26/+0
* split up arm64 wheel build jobs for speed (#6431)Paul Kehrer2021-10-172-6/+22
* less builds on zuul (#6430)Paul Kehrer2021-10-171-19/+0
* 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
* Use asn1::SimpleAsn1Readable for Asn1ReadableOrWritable (#6426)Alex Gaynor2021-10-171-7/+6
* port some crl extensions, refactor a bit (#6425)Paul Kehrer2021-10-177-86/+91
* Encode general names in rust (#6423)Paul Kehrer2021-10-166-52/+97
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-169-32/+84
* Prep x509::Name for being encoded (#6421)Alex Gaynor2021-10-172-5/+56
* parse othernames correctly (#6422)Paul Kehrer2021-10-161-2/+9
* Bump libc from 0.2.103 to 0.2.104 in /src/rust (#6419)dependabot[bot]2021-10-161-2/+2
* Bump asn1 from 0.7.0 to 0.8.0 in /src/rust (#6420)dependabot[bot]2021-10-162-5/+5
* Simplify the implementation of Asn1ReadableOrWritable for our use case (#6417)Alex Gaynor2021-10-171-19/+14
* Ban cffi version that makes CI sad (#6418)Alex Gaynor2021-10-174-6/+6
* Bump proc-macro2 from 1.0.29 to 1.0.30 in /src/rust (#6412)dependabot[bot]2021-10-131-2/+2
* remove unused error constant (#6409)Alex Gaynor2021-10-122-6/+0
* remove family of unused bindings (#6408)Alex Gaynor2021-10-121-8/+0
* Remove a ton of unused bindings (#6407)Alex Gaynor2021-10-122-62/+0
* Convert CertificatePolicies to Rust (#6400)Alex Gaynor2021-10-128-113/+263
* Added debian bookworm to CI (#6406)Alex Gaynor2021-10-121-0/+1
* Specify the out length when obtaining the tag for poly1305 (#6403)Alex Gaynor2021-10-121-1/+1
* Bump ouroboros from 0.12.0 to 0.13.0 in /src/rust (#6402)dependabot[bot]2021-10-112-5/+5
* Bump to rust-asn1 0.7.0 (#6401)Alex Gaynor2021-10-113-7/+7
* remove low level aes bindings that are no longer necessary (#6399)Paul Kehrer2021-10-102-23/+0
* Remove unused binding (#6398)Alex Gaynor2021-10-101-2/+0
* Port InvalidityDate and KeyUsage serialization to Rust (#6397)Alex Gaynor2021-10-106-51/+89
* Bump asn1 from 0.6.4 to 0.6.5 in /src/rust (#6396)dependabot[bot]2021-10-092-5/+5
* fixes #6391 -- link AWS's lamba docs (#6394)Alex Gaynor2021-10-101-0/+9
* fixes #6386 -- clarified invalid x509 parsing in docs (#6389)Alex Gaynor2021-10-081-3/+3
* Port EKU, PC, and CRL reason extensions to Rust (#6388)Alex Gaynor2021-10-075-60/+50
* Bump syn from 1.0.78 to 1.0.80 in /src/rust (#6387)dependabot[bot]2021-10-061-2/+2
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-066-8/+554