summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
...
* Bump parking_lot from 0.11.1 to 0.11.2 in /src/rust (#6249)dependabot[bot]2021-08-301-4/+4
* Bump lock_api from 0.4.4 to 0.4.5 in /src/rust (#6247)dependabot[bot]2021-08-301-2/+2
* Bump pyo3 from 0.14.3 to 0.14.4 in /src/rust (#6251)dependabot[bot]2021-08-302-9/+9
* Bump libc from 0.2.100 to 0.2.101 in /src/rust (#6231)dependabot[bot]2021-08-261-2/+2
* Bump libc from 0.2.99 to 0.2.100 in /src/rust (#6218)dependabot[bot]2021-08-231-2/+2
* Bump syn from 1.0.74 to 1.0.75 in /src/rust (#6217)dependabot[bot]2021-08-231-2/+2
* Bump pyo3 from 0.14.2 to 0.14.3 in /src/rust (#6216)dependabot[bot]2021-08-232-9/+9
* Bump bitflags from 1.3.1 to 1.3.2 in /src/rust (#6211)dependabot[bot]2021-08-161-2/+2
* Bump bitflags from 1.2.1 to 1.3.1 in /src/rust (#6208)dependabot[bot]2021-08-121-2/+2
* Bump libc from 0.2.98 to 0.2.99 in /src/rust (#6205)dependabot[bot]2021-08-101-2/+2
* Bump asn1 from 0.6.0 to 0.6.1 in /src/rust (#6202)dependabot[bot]2021-08-091-4/+4
* Bump pyo3 from 0.14.1 to 0.14.2 in /src/rust (#6200)dependabot[bot]2021-08-092-9/+9
* Bump redox_syscall from 0.2.9 to 0.2.10 in /src/rust (#6198)dependabot[bot]2021-08-091-2/+2
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-254-21/+546
* Bump proc-macro2 from 1.0.27 to 1.0.28 in /src/rust (#6177)dependabot[bot]2021-07-231-2/+2
* Bump syn from 1.0.73 to 1.0.74 in /src/rust (#6176)dependabot[bot]2021-07-221-2/+2
* Bump to rust-asn1 0.6.0 (#6175)Alex Gaynor2021-07-173-10/+10
* Bump instant from 0.1.9 to 0.1.10 in /src/rust (#6170)dependabot[bot]2021-07-141-2/+2
* Bump libc from 0.2.97 to 0.2.98 in /src/rust (#6162)dependabot[bot]2021-07-141-2/+2
* Bump ouroboros from 0.9.5 to 0.10.1 in /src/rust (#6172)dependabot[bot]2021-07-142-5/+12
* [hack] see if putting this on one line fixes coverage (#6173)Alex Gaynor2021-07-143-36/+21
* pyo3: bump to version 0.14.1 (#6154)James Hilliard2021-07-044-134/+124
* Bump ouroboros from 0.9.3 to 0.9.5 in /src/rust (#6143)dependabot[bot]2021-06-261-4/+4
* Simplify public_bytes (#6141)Alex Gaynor2021-06-261-3/+3
* Various cleanups and refactorings from my CRL work (#6140)Alex Gaynor2021-06-262-40/+41
* Bump asn1 from 0.5.2 to 0.5.3 in /src/rust (#6132)dependabot[bot]2021-06-202-5/+5
* Move some X.509 types from the OCSP module (#6128)Alex Gaynor2021-06-182-72/+73
* Bump redox_syscall from 0.2.8 to 0.2.9 in /src/rust (#6126)dependabot[bot]2021-06-171-2/+2
* oxidize certificate policies (#6119)Paul Kehrer2021-06-161-0/+136
* Bump asn1 from 0.5.1 to 0.5.2 in /src/rust (#6121)dependabot[bot]2021-06-162-5/+5
* Bump libc from 0.2.96 to 0.2.97 in /src/rust (#6117)dependabot[bot]2021-06-141-2/+2
* oxidize nameconstraints (#6113)Paul Kehrer2021-06-121-4/+109
* oxidize CRLDP and FreshestCRL (#6109)Paul Kehrer2021-06-121-17/+86
* oxidize issuing distribution point (#6108)Paul Kehrer2021-06-111-8/+96
* Move SCT encoding/decoding to Rust (#6098)Alex Gaynor2021-06-102-1/+204
* Bump syn from 1.0.72 to 1.0.73 in /src/rust (#6105)dependabot[bot]2021-06-101-2/+2
* Bump libc from 0.2.95 to 0.2.96 in /src/rust (#6102)dependabot[bot]2021-06-091-2/+2
* oxidize invaliditydate (#6101)Paul Kehrer2021-06-093-0/+20
* Enable the Rust 2018 idioms warning and fix them (#6095)Alex Gaynor2021-06-074-26/+29
* oxidize authoritykeyidentifier (#6096)Paul Kehrer2021-06-071-7/+48
* oxidize cert issuer, IAN, AIA, SIA (#6093)Paul Kehrer2021-06-071-0/+59
* oxidize SubjectAltName (#6089)Paul Kehrer2021-06-072-6/+164
* Use the new BitString::has_bit_set API (#6092)Alex Gaynor2021-06-071-20/+10
* Bump asn1 from 0.5.0 to 0.5.1 in /src/rust (#6091)dependabot[bot]2021-06-062-5/+5
* oxidize policy constraints (#6087)Paul Kehrer2021-06-041-0/+17
* oxidize OCSPNoCheck, DeltaCRLIndicator, InhibitAnyPolicy, and SubjectKeyIdent...Paul Kehrer2021-05-311-0/+24
* oxidize EKU and KU (#6081)Paul Kehrer2021-05-311-0/+48
* oxidize basic constraints (#6080)Paul Kehrer2021-05-311-0/+13
* oxidize crlnumber (#6079)Paul Kehrer2021-05-311-1/+21
* Convert CRLReason parsing to rust (#6076)Alex Gaynor2021-05-311-0/+37