summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
...
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-163-1/+71
* 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
* Bump proc-macro2 from 1.0.29 to 1.0.30 in /src/rust (#6412)dependabot[bot]2021-10-131-2/+2
* Convert CertificatePolicies to Rust (#6400)Alex Gaynor2021-10-123-14/+174
* 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
* Port InvalidityDate and KeyUsage serialization to Rust (#6397)Alex Gaynor2021-10-104-3/+89
* Bump asn1 from 0.6.4 to 0.6.5 in /src/rust (#6396)dependabot[bot]2021-10-092-5/+5
* Port EKU, PC, and CRL reason extensions to Rust (#6388)Alex Gaynor2021-10-072-6/+50
* Bump syn from 1.0.78 to 1.0.80 in /src/rust (#6387)dependabot[bot]2021-10-061-2/+2
* Split Rust x.509 support into multiple files for readability (#6382)Alex Gaynor2021-10-0611-2582/+2687
* Bump quote from 1.0.9 to 1.0.10 in /src/rust (#6379)dependabot[bot]2021-10-051-2/+2
* Convert a few more simple extensions to Rust encoding (#6376)Alex Gaynor2021-10-051-5/+42
* Migrate nonce and basic constraint extensions to Rust (#6375)Alex Gaynor2021-10-052-13/+43
* Structure X.509 code to start moving extension encoding to Rust (#6369)Alex Gaynor2021-10-053-47/+90
* Bump syn from 1.0.77 to 1.0.78 in /src/rust (#6367)dependabot[bot]2021-10-041-2/+2
* fixes #6363 - restores cert repr to its pre-oxidized form (#6364)Alex Gaynor2021-10-041-12/+6
* Accept combined PEM files with multiple sections (#6365)Maximilian Hils2021-10-031-20/+42
* support legacy PEM headers for certificate and CSR (#6356)Paul Kehrer2021-10-021-2/+6
* Bump pem from 0.8.3 to 1.0.0 in /src/rust (#6354)dependabot[bot]2021-10-012-3/+3
* Bump ouroboros from 0.11.1 to 0.12.0 in /src/rust (#6341)dependabot[bot]2021-09-302-5/+5
* Require asn1 >= 0.6.4 (#6338)Christian Heimes2021-09-301-1/+1
* Bump smallvec from 1.6.1 to 1.7.0 in /src/rust (#6329)dependabot[bot]2021-09-291-2/+2
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-281-0/+22
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-159/+306
* Bump asn1 from 0.6.3 to 0.6.4 in /src/rust (#6318)dependabot[bot]2021-09-271-4/+4
* separate cert extension parsing into its own function (#6319)Paul Kehrer2021-09-271-154/+155
* Bump libc from 0.2.102 to 0.2.103 in /src/rust (#6317)dependabot[bot]2021-09-271-2/+2
* Bump ouroboros from 0.10.1 to 0.11.1 in /src/rust (#6315)dependabot[bot]2021-09-272-5/+5
* Use shorter pyo3 exported names (#6308)Alex Gaynor2021-09-272-23/+15
* Simplify pyo3 import path (#6305)Alex Gaynor2021-09-262-18/+14
* Convert OCSPResponse to be Rust (#6297)Alex Gaynor2021-09-252-65/+544
* Bump syn from 1.0.76 to 1.0.77 in /src/rust (#6304)dependabot[bot]2021-09-241-2/+2
* Bump instant from 0.1.10 to 0.1.11 in /src/rust (#6299)dependabot[bot]2021-09-231-2/+2
* Bump asn1 from 0.6.2 to 0.6.3 in /src/rust (#6296)dependabot[bot]2021-09-221-4/+4
* Use Arc for storing data contents in self-referential structs (#6294)Alex Gaynor2021-09-222-6/+7
* Simplify code by using newish rust-asn1 API (#6293)Alex Gaynor2021-09-221-1/+1
* simplify code (#6291)Alex Gaynor2021-09-201-1/+1
* better exception text for public_bytes on cert/crl (#6288)Paul Kehrer2021-09-191-2/+2
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-203-89/+532
* Bump libc from 0.2.101 to 0.2.102 in /src/rust (#6274)dependabot[bot]2021-09-151-2/+2
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-121-1/+1
* Bump pyo3 from 0.14.4 to 0.14.5 in /src/rust (#6261)dependabot[bot]2021-09-062-9/+9
* Bump syn from 1.0.75 to 1.0.76 in /src/rust (#6259)dependabot[bot]2021-09-041-2/+2
* Bump asn1 from 0.6.1 to 0.6.2 in /src/rust (#6258)dependabot[bot]2021-09-041-4/+4
* Bump proc-macro2 from 1.0.28 to 1.0.29 in /src/rust (#6252)dependabot[bot]2021-08-301-2/+2