summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
* Bump version_check from 0.9.3 to 0.9.4 in /src/rust (#6770)dependabot[bot]2021-12-291-2/+2
* Bump quote from 1.0.10 to 1.0.14 in /src/rust (#6769)dependabot[bot]2021-12-281-2/+2
* Bump proc-macro2 from 1.0.34 to 1.0.36 in /src/rust (#6766)dependabot[bot]2021-12-271-2/+2
* Bump syn from 1.0.83 to 1.0.84 in /src/rust (#6764)dependabot[bot]2021-12-271-2/+2
* Bump syn from 1.0.82 to 1.0.83 in /src/rust (#6752)dependabot[bot]2021-12-231-2/+2
* Handle large OIDs cleanly (#6742)Alex Gaynor2021-12-234-59/+23
* Bump proc-macro2 from 1.0.33 to 1.0.34 in /src/rust (#6708)dependabot[bot]2021-12-151-2/+2
* Bump once_cell from 1.8.0 to 1.9.0 in /src/rust (#6707)dependabot[bot]2021-12-151-2/+2
* Bump libc from 0.2.111 to 0.2.112 in /src/rust (#6701)dependabot[bot]2021-12-141-2/+2
* Bump libc from 0.2.110 to 0.2.111 in /src/rust (#6698)dependabot[bot]2021-12-131-2/+2
* Bump libc from 0.2.109 to 0.2.110 in /src/rust (#6690)dependabot[bot]2021-12-101-2/+2
* use canonical url in this error message (#6685)Alex Gaynor2021-12-091-1/+1
* Bump proc-macro2 from 1.0.32 to 1.0.33 in /src/rust (#6678)dependabot[bot]2021-12-061-2/+2
* Bump libc from 0.2.108 to 0.2.109 in /src/rust (#6677)dependabot[bot]2021-12-061-2/+2
* 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