summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
...
* Bump cc from 1.0.77 to 1.0.78 in /src/rust (#7899)dependabot[bot]2022-12-151-2/+2
* Bump parking_lot_core from 0.8.5 to 0.8.6 in /src/rust (#7897)dependabot[bot]2022-12-131-2/+2
* remove unnecessary lifetime (#7880)Alex Gaynor2022-12-061-2/+2
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-051-0/+16
* Bump libc from 0.2.137 to 0.2.138 in /src/rust (#7874)dependabot[bot]2022-12-031-2/+2
* Bump cxx-build from 1.0.82 to 1.0.83 in /src/rust (#7873)dependabot[bot]2022-12-031-2/+2
* Bump cxx from 1.0.82 to 1.0.83 in /src/rust (#7872)dependabot[bot]2022-12-031-6/+6
* Bump syn from 1.0.104 to 1.0.105 in /src/rust (#7867)dependabot[bot]2022-12-011-2/+2
* Bump syn from 1.0.103 to 1.0.104 in /src/rust (#7860)dependabot[bot]2022-11-281-2/+2
* Bump rust-asn1 to 0.13 (#7856)Alex Gaynor2022-11-272-5/+5
* Rewrite PKCS7 signature generation in Rust (#7729)Alex Gaynor2022-11-251-3/+298
* Bump cc from 1.0.76 to 1.0.77 in /src/rust (#7832)dependabot[bot]2022-11-221-2/+2
* Bump cxx-build from 1.0.81 to 1.0.82 in /src/rust (#7822)dependabot[bot]2022-11-181-2/+2
* Bump cxx from 1.0.81 to 1.0.82 in /src/rust (#7821)dependabot[bot]2022-11-181-6/+6
* Update chrono and resolve deprecations (#7805)Alex Gaynor2022-11-142-6/+5
* Use OctetStringEncoded in OCSP Response implementation (#7802)Alex Gaynor2022-11-121-208/+207
* Bump asn1 from 0.12.2 to 0.12.3 in /src/rust (#7801)dependabot[bot]2022-11-122-3/+3
* Bump asn1_derive from 0.12.2 to 0.12.3 in /src/rust (#7800)dependabot[bot]2022-11-121-2/+2
* Bump cc from 1.0.74 to 1.0.76 in /src/rust (#7791)dependabot[bot]2022-11-091-2/+2
* Bump cxx-build from 1.0.80 to 1.0.81 in /src/rust (#7788)dependabot[bot]2022-11-081-2/+2
* Bump cxx from 1.0.80 to 1.0.81 in /src/rust (#7787)dependabot[bot]2022-11-081-6/+6
* Bump cc from 1.0.73 to 1.0.74 in /src/rust (#7755)dependabot[bot]2022-10-291-2/+2
* Bump iana-time-zone from 0.1.51 to 0.1.53 in /src/rust (#7753)dependabot[bot]2022-10-281-2/+2
* Bump libc from 0.2.136 to 0.2.137 in /src/rust (#7746)dependabot[bot]2022-10-261-2/+2
* Silence a new clippy warning that requires a high MSRV (#7742)Alex Gaynor2022-10-261-1/+4
* Bump libc from 0.2.135 to 0.2.136 in /src/rust (#7741)dependabot[bot]2022-10-241-2/+2
* Bump cxx from 1.0.79 to 1.0.80 in /src/rust (#7737)dependabot[bot]2022-10-231-6/+6
* Bump base64 from 0.13.0 to 0.13.1 in /src/rust (#7736)dependabot[bot]2022-10-221-2/+2
* Bump cxx-build from 1.0.79 to 1.0.80 in /src/rust (#7735)dependabot[bot]2022-10-221-2/+2
* Expose some CSR attributes details for other modules (#7730)Alex Gaynor2022-10-221-8/+10
* expose time_from_chrono refs (#7731)Alex Gaynor2022-10-221-0/+4
* expose two x509 submodules (#7732)Alex Gaynor2022-10-221-2/+2
* Bump syn from 1.0.102 to 1.0.103 in /src/rust (#7727)dependabot[bot]2022-10-211-2/+2
* Bump iana-time-zone-haiku from 0.1.0 to 0.1.1 in /src/rust (#7717)dependabot[bot]2022-10-181-2/+2
* Bump proc-macro2 from 1.0.46 to 1.0.47 in /src/rust (#7714)dependabot[bot]2022-10-161-2/+2
* Bump cxx from 1.0.78 to 1.0.79 in /src/rust (#7712)dependabot[bot]2022-10-161-6/+6
* Bump cxx-build from 1.0.78 to 1.0.79 in /src/rust (#7713)dependabot[bot]2022-10-161-2/+2
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-132-3/+57
* small cleanups/fixes for pkcs7 (#7704)Alex Gaynor2022-10-131-4/+3
* Cleanup DER/PEM encoding in rust (#7702)Alex Gaynor2022-10-135-105/+50
* Convert basic PKCS7 generation to Rust (#7700)Alex Gaynor2022-10-122-0/+118
* Bump libc from 0.2.134 to 0.2.135 in /src/rust (#7686)dependabot[bot]2022-10-101-2/+2
* Bump iana-time-zone from 0.1.50 to 0.1.51 in /src/rust (#7682)dependabot[bot]2022-10-091-2/+112
* Bump unicode-ident from 1.0.4 to 1.0.5 in /src/rust (#7681)dependabot[bot]2022-10-091-2/+2
* Bump syn from 1.0.101 to 1.0.102 in /src/rust (#7677)dependabot[bot]2022-10-071-2/+2
* Bump smallvec from 1.9.0 to 1.10.0 in /src/rust (#7669)dependabot[bot]2022-10-031-2/+2
* Bump libc from 0.2.133 to 0.2.134 in /src/rust (#7663)dependabot[bot]2022-09-301-2/+2
* Bump proc-macro2 from 1.0.44 to 1.0.46 in /src/rust (#7659)dependabot[bot]2022-09-291-2/+2
* Bump syn from 1.0.100 to 1.0.101 in /src/rust (#7652)dependabot[bot]2022-09-271-2/+2
* Bump proc-macro2 from 1.0.43 to 1.0.44 in /src/rust (#7647)dependabot[bot]2022-09-251-2/+2