summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
* Converted DER parsing of SPKIs to rust (#5963)Alex Gaynor2021-04-113-3/+33
* Port a tiny tiny bit of the ASN.1 parsing to Rust (#5357)Alex Gaynor2021-04-114-1/+128
* Bump syn from 1.0.68 to 1.0.69 in /src/rust (#5957)dependabot[bot]2021-04-081-2/+2
* Bump libc from 0.2.92 to 0.2.93 in /src/rust (#5955)dependabot[bot]2021-04-071-2/+2
* Bump lock_api from 0.4.2 to 0.4.3 in /src/rust (#5953)dependabot[bot]2021-04-051-2/+2
* Bump syn from 1.0.67 to 1.0.68 in /src/rust (#5949)dependabot[bot]2021-04-031-4/+4
* Bump libc from 0.2.91 to 0.2.92 in /src/rust (#5946)dependabot[bot]2021-03-311-2/+2
* Bump syn from 1.0.64 to 1.0.67 in /src/rust (#5940)dependabot[bot]2021-03-301-2/+2
* Bump libc from 0.2.90 to 0.2.91 in /src/rust (#5929)dependabot[bot]2021-03-231-2/+2
* Bump ctor from 0.1.19 to 0.1.20 in /src/rust (#5930)dependabot[bot]2021-03-231-2/+2
* Bump libc from 0.2.89 to 0.2.90 in /src/rust (#5922)dependabot[bot]2021-03-191-2/+2
* Bump libc from 0.2.88 to 0.2.89 in /src/rust (#5917)dependabot[bot]2021-03-161-2/+2
* Bump syn from 1.0.63 to 1.0.64 in /src/rust (#5915)dependabot[bot]2021-03-151-2/+2
* Bump syn from 1.0.62 to 1.0.63 in /src/rust (#5909)dependabot[bot]2021-03-111-2/+2
* Bump syn from 1.0.61 to 1.0.62 in /src/rust (#5903)dependabot[bot]2021-03-081-2/+2
* Bump libc from 0.2.87 to 0.2.88 in /src/rust (#5902)dependabot[bot]2021-03-081-2/+2
* Bump syn from 1.0.60 to 1.0.61 in /src/rust (#5895)dependabot[bot]2021-03-051-2/+2
* Bump libc from 0.2.86 to 0.2.87 in /src/rust (#5891)dependabot[bot]2021-03-031-2/+2
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-211-3/+82
* protect against integer overfows in release rust (#5836)Alex Gaynor2021-02-161-0/+1
* Bump redox_syscall from 0.2.4 to 0.2.5 in /src/rust (#5832)dependabot[bot]2021-02-151-2/+2
* Bump pyo3 and lower MSRV (#5823)Alex Gaynor2021-02-131-16/+58
* fix a false positive from the latest clippy (#5813)Alex Gaynor2021-02-111-0/+2
* Bump libc from 0.2.85 to 0.2.86 in /src/rust (#5793)dependabot[bot]2021-02-091-2/+2
* Bump ctor from 0.1.18 to 0.1.19 in /src/rust (#5741)dependabot[bot]2021-02-031-2/+2
* Bump libc from 0.2.84 to 0.2.85 in /src/rust (#5739)dependabot[bot]2021-02-021-2/+2
* Bump libc from 0.2.83 to 0.2.84 in /src/rust (#5707)dependabot[bot]2021-01-291-2/+2
* Bump libc from 0.2.82 to 0.2.83 in /src/rust (#5705)dependabot[bot]2021-01-281-2/+2
* Bump syn from 1.0.58 to 1.0.60 in /src/rust (#5700)dependabot[bot]2021-01-251-2/+2
* Bump ctor from 0.1.17 to 0.1.18 in /src/rust (#5693)dependabot[bot]2021-01-121-2/+2
* Bump smallvec from 1.6.0 to 1.6.1 in /src/rust (#5689)dependabot[bot]2021-01-111-2/+2
* Bump pyo3 from 0.13.0 to 0.13.1 in /src/rust (#5690)dependabot[bot]2021-01-112-7/+7
* Bump libc from 0.2.81 to 0.2.82 in /src/rust (#5684)dependabot[bot]2021-01-081-2/+2
* Bump syn from 1.0.57 to 1.0.58 in /src/rust (#5681)dependabot[bot]2021-01-061-2/+2
* Bump syn from 1.0.56 to 1.0.57 in /src/rust (#5679)dependabot[bot]2021-01-041-2/+2
* Bump smallvec from 1.5.1 to 1.6.0 in /src/rust (#5678)dependabot[bot]2021-01-011-2/+2
* Bump ctor from 0.1.16 to 0.1.17 in /src/rust (#5672)dependabot[bot]2020-12-291-4/+4
* Bump quote from 1.0.7 to 1.0.8 in /src/rust (#5665)dependabot[bot]2020-12-221-2/+2
* Bump syn from 1.0.54 to 1.0.55 in /src/rust (#5663)dependabot[bot]2020-12-221-2/+2
* Bump parking_lot_core from 0.8.1 to 0.8.2 in /src/rust (#5664)dependabot[bot]2020-12-221-2/+2
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-223-0/+265