summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-18/+24
* Bump syn from 1.0.81 to 1.0.82 in /src/rust (#6656)dependabot[bot]2021-11-251-2/+2
* Bump libc from 0.2.107 to 0.2.108 in /src/rust (#6647)dependabot[bot]2021-11-221-2/+2
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-1/+3
* support negative serials in certificate parsing (#6626)Paul Kehrer2021-11-206-24/+49
* fixes #6404 -- attempt to treat OCSP Nonce as being an octet string (#6625)Alex Gaynor2021-11-203-7/+9
* Bump pyo3 from 0.15.0 to 0.15.1 in /src/rust (#6623)dependabot[bot]2021-11-192-9/+9
* Bump asn1 from 0.8.6 to 0.8.7 in /src/rust (#6622)dependabot[bot]2021-11-182-5/+5
* raise warning on encoded default value in csr (#6615)Paul Kehrer2021-11-171-0/+15
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-141-0/+35
* Allow parsing CSR extensions with the critical bit having an explicitly encod...Alex Gaynor2021-11-141-3/+33
* handle unused bits in distribution point reasons as well (#6594)Paul Kehrer2021-11-121-1/+2
* encode KeyUsage with unused bits (#6593)Paul Kehrer2021-11-121-1/+5
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+27
* Move extension encoding code to new crate x509::extensions (#6571)Felix Fontein2021-11-1111-596/+564
* Bump libc from 0.2.106 to 0.2.107 in /src/rust (#6566)dependabot[bot]2021-11-081-2/+2
* allow multiple identical pem blocks (#6551)Paul Kehrer2021-11-054-12/+2
* fix nightly clippy warnings (#6552)Paul Kehrer2021-11-053-6/+3
* Bump pyo3 and fix warnings (#6542)Alex Gaynor2021-11-044-11/+11
* support BMPString in explicitText parsing for legacy certificates (#6516)Paul Kehrer2021-11-021-6/+19
* 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-312-91/+133
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-313-30/+101
* 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-294-163/+283
* 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
* 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
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-257-30/+350
* 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-214-32/+172
* 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
* Complete the migration of extension serialization to Rust! (#6439)Alex Gaynor2021-10-192-8/+65
* Port encoding of IssuingDistributionPoint to Rust (#6436)Alex Gaynor2021-10-193-30/+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-173-9/+55
* implement AIA/SIA in rust (#6428)Paul Kehrer2021-10-173-7/+49
* rust nameconstraints (#6427)Paul Kehrer2021-10-172-10/+49
* Use asn1::SimpleAsn1Readable for Asn1ReadableOrWritable (#6426)Alex Gaynor2021-10-171-7/+6
* port some crl extensions, refactor a bit (#6425)Paul Kehrer2021-10-174-66/+73
* Encode general names in rust (#6423)Paul Kehrer2021-10-163-5/+78