summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
...
* modify the python path in build_openssl.py instead of build.rs (#8528)Paul Kehrer2023-03-151-15/+1
* Rename PyAsn1Error, it's getting more general (#8527)Alex Gaynor2023-03-1513-222/+306
* Bump pkg-config from 0.3.25 to 0.3.26 in /src/rust (#8526)dependabot[bot]2023-03-151-2/+2
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-154-0/+252
* Bump quote from 1.0.25 to 1.0.26 in /src/rust (#8515)dependabot[bot]2023-03-141-2/+2
* Bump quote from 1.0.23 to 1.0.25 in /src/rust (#8510)dependabot[bot]2023-03-131-2/+2
* Bump chrono from 0.4.23 to 0.4.24 in /src/rust (#8509)dependabot[bot]2023-03-122-3/+3
* Bump proc-macro2 from 1.0.51 to 1.0.52 in /src/rust (#8508)dependabot[bot]2023-03-131-2/+2
* Bump libc from 0.2.139 to 0.2.140 in /src/rust (#8491)dependabot[bot]2023-03-101-2/+2
* Bump scratch from 1.0.4 to 1.0.5 in /src/rust (#8457)dependabot[bot]2023-03-061-2/+2
* Bump cxx from 1.0.91 to 1.0.92 in /src/rust (#8456)dependabot[bot]2023-03-061-6/+6
* Bump cxx-build from 1.0.91 to 1.0.92 in /src/rust (#8455)dependabot[bot]2023-03-061-2/+2
* Bump unicode-ident from 1.0.7 to 1.0.8 in /src/rust (#8453)dependabot[bot]2023-03-061-2/+2
* Bump unicode-ident from 1.0.6 to 1.0.7 in /src/rust (#8439)dependabot[bot]2023-03-041-2/+2
* Bump scratch from 1.0.3 to 1.0.4 in /src/rust (#8438)dependabot[bot]2023-03-041-2/+2
* raise UnsupportedAlgorithm instead of ValueError in x509 builder sign (#8397)Paul Kehrer2023-02-261-7/+14
* fixes #8298 -- correctly generate content-type header in PKCS#7 SMIME (#8389)Alex Gaynor2023-02-261-42/+81
* Bump syn from 1.0.108 to 1.0.109 in /src/rust (#8385)dependabot[bot]2023-02-241-2/+2
* Bump syn from 1.0.107 to 1.0.108 in /src/rust (#8383)dependabot[bot]2023-02-231-2/+2
* Bump cxx-build from 1.0.90 to 1.0.91 in /src/rust (#8308)dependabot[bot]2023-02-161-2/+2
* Bump ouroboros from 0.15.5 to 0.15.6 in /src/rust (#8310)dependabot[bot]2023-02-161-4/+4
* Bump cxx from 1.0.90 to 1.0.91 in /src/rust (#8309)dependabot[bot]2023-02-161-6/+6
* Bump cxx from 1.0.86 to 1.0.90 in /src/rust (#8276)dependabot[bot]2023-02-121-6/+6
* Bump cxx-build from 1.0.86 to 1.0.90 in /src/rust (#8274)dependabot[bot]2023-02-121-2/+2
* Bump proc-macro2 from 1.0.50 to 1.0.51 in /src/rust (#8208)dependabot[bot]2023-02-051-2/+2
* Specify rust-version for clippy (#8206)Alex Gaynor2023-02-042-3/+3
* Bump js-sys from 0.3.60 to 0.3.61 in /src/rust (#8191)dependabot[bot]2023-02-021-12/+12
* Use Rust for CRL::is_signature_valid (#8162)Alex Gaynor2023-01-292-8/+22
* Use Rust for CSR::is_signature_valid (#8161)Alex Gaynor2023-01-291-9/+10
* Bump cc from 1.0.78 to 1.0.79 in /src/rust (#8157)dependabot[bot]2023-01-291-2/+2
* fix for a future warning (#8146)Alex Gaynor2023-01-271-2/+2
* Bump proc-macro2 from 1.0.49 to 1.0.50 in /src/rust (#8086)dependabot[bot]2023-01-171-2/+2
* Bump termcolor from 1.1.3 to 1.2.0 in /src/rust (#8070)dependabot[bot]2023-01-151-2/+2
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-122-1/+278
* Bump pem from 1.1.0 to 1.1.1 in /src/rust (#8043)dependabot[bot]2023-01-111-2/+2
* remove the last vestiges of sha1 out of pkcs7 (#8032)Paul Kehrer2023-01-091-1/+0
* Bump cxx-build from 1.0.85 to 1.0.86 in /src/rust (#8017)dependabot[bot]2023-01-101-2/+2
* Bump cxx from 1.0.85 to 1.0.86 in /src/rust (#8016)dependabot[bot]2023-01-101-6/+6
* Typo fixes (#7942)Alex Gaynor2022-12-281-1/+1
* Bump libc from 0.2.138 to 0.2.139 in /src/rust (#7925)dependabot[bot]2022-12-221-2/+2
* Bump syn from 1.0.105 to 1.0.107 in /src/rust (#7915)dependabot[bot]2022-12-201-2/+2
* Bump proc-macro-hack from 0.5.19 to 0.5.20+deprecated in /src/rust (#7917)dependabot[bot]2022-12-201-2/+2
* Bump proc-macro2 from 1.0.47 to 1.0.49 in /src/rust (#7916)dependabot[bot]2022-12-201-2/+2
* Bump link-cplusplus from 1.0.7 to 1.0.8 in /src/rust (#7913)dependabot[bot]2022-12-201-2/+2
* Bump cxx-build from 1.0.83 to 1.0.85 in /src/rust (#7914)dependabot[bot]2022-12-201-2/+2
* Bump cxx from 1.0.83 to 1.0.85 in /src/rust (#7906)dependabot[bot]2022-12-191-6/+6
* Bump unicode-ident from 1.0.5 to 1.0.6 in /src/rust (#7910)dependabot[bot]2022-12-191-2/+2
* Bump scratch from 1.0.2 to 1.0.3 in /src/rust (#7909)dependabot[bot]2022-12-191-2/+2
* Bump quote from 1.0.21 to 1.0.23 in /src/rust (#7908)dependabot[bot]2022-12-191-2/+2
* Bump unindent from 0.1.10 to 0.1.11 in /src/rust (#7907)dependabot[bot]2022-12-191-2/+2