summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
...
* Fix CI (#8766)Alex Gaynor2023-04-202-5/+5
* Simplify Rust build script (#8745)Alex Gaynor2023-04-171-14/+4
* Intern more strings (#8743)Alex Gaynor2023-04-171-3/+3
* port OCSP responses to the new crate (#8742)Paul Kehrer2023-04-163-212/+239
* begin separation of x509 crate from cryptography crate (#8740)Paul Kehrer2023-04-1625-962/+1093
* update cargo.toml's openssl-sys (#8732)Paul Kehrer2023-04-141-1/+1
* Bump pyo3 from 0.18.2 to 0.18.3 in /src/rust (#8734)dependabot[bot]2023-04-141-10/+10
* Use pyo3::intern! comprehensively (#8711)Alex Gaynor2023-04-1218-190/+337
* Convert ed448 to Rust (#8705)Alex Gaynor2023-04-112-0/+183
* Convert ed25519 to Rust (#8697)Alex Gaynor2023-04-105-8/+256
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-103-8/+33
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-103-0/+27
* Bump openssl from 0.10.49 to 0.10.50 in /src/rust (#8693)dependabot[bot]2023-04-102-5/+5
* Migrate x448 to Rust (#8691)Alex Gaynor2023-04-105-155/+333
* Bump libc from 0.2.140 to 0.2.141 in /src/rust (#8667)dependabot[bot]2023-04-041-2/+2
* Remove accidentally left-over TODO comments (#8666)Alex Gaynor2023-04-041-2/+0
* upgrade rust-asn1, which removes chrono dep (#8664)Paul Kehrer2023-04-049-96/+58
* Bump proc-macro2 from 1.0.55 to 1.0.56 in /src/rust (#8661)dependabot[bot]2023-04-031-2/+2
* Several rust cleanups suggested by clippy in pedantic mode (#8658)Alex Gaynor2023-04-038-30/+21
* Upgrade to Rust 2021 edition (#8656)Alex Gaynor2023-04-031-1/+1
* Drop usage of clock feature of chrono (#8657)Alex Gaynor2023-04-035-252/+13
* Bump proc-macro2 from 1.0.54 to 1.0.55 in /src/rust (#8652)dependabot[bot]2023-04-011-2/+2
* Update cargo packages that dependabot couldn't handle (#8646)Alex Gaynor2023-04-021-70/+13
* Bump openssl from 0.10.48 to 0.10.49 in /src/rust (#8650)dependabot[bot]2023-04-012-3/+3
* Bump openssl-sys from 0.9.83 to 0.9.84 in /src/rust (#8649)dependabot[bot]2023-04-012-4/+3
* Bump openssl-macros from 0.1.0 to 0.1.1 in /src/rust (#8648)dependabot[bot]2023-04-011-12/+23
* Bump iana-time-zone from 0.1.54 to 0.1.55 in /src/rust (#8641)dependabot[bot]2023-03-301-13/+70
* define path for type for rust classes (no more builtins) (#8635)Paul Kehrer2023-03-2911-17/+17
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-273-4/+19
* Bump proc-macro2 from 1.0.53 to 1.0.54 in /src/rust (#8621)dependabot[bot]2023-03-261-2/+2
* Make CffiBuf implementation sounder (#8612)Alex Gaynor2023-03-261-1/+5
* Store X.509 structure contents as PyBytes (#8598)Alex Gaynor2023-03-255-45/+69
* Bump target-lexicon from 0.12.4 to 0.12.6 in /src/rust (#8608)dependabot[bot]2023-03-251-2/+2
* Bump indoc from 1.0.4 to 1.0.9 in /src/rust (#8610)dependabot[bot]2023-03-251-5/+2
* Bump pyo3 from 0.18.1 to 0.18.2 in /src/rust (#8607)dependabot[bot]2023-03-251-10/+10
* Bump parking_lot from 0.11.2 to 0.12.1 in /src/rust (#8606)dependabot[bot]2023-03-251-16/+14
* Drop our own intern! macro in favor of pyo3's (#8596)Alex Gaynor2023-03-2417-323/+266
* Upgrade to pyo3 0.18 (#6935)Alex Gaynor2023-03-2417-242/+192
* Use the DEFINED BY functionality from rust-asn1 in pkcs7.rs (#7848)Alex Gaynor2023-03-252-23/+21
* update MSRV 1.48.0 -> 1.56.0 (#8587)Paul Kehrer2023-03-242-5/+5
* drop python 3.6 support (#8448)Paul Kehrer2023-03-241-2/+2
* Migrate x25519 to use rust-openssl (#7933)Alex Gaynor2023-03-246-0/+324
* Bump openssl from 0.10.47 to 0.10.48 in /src/rust (#8581)dependabot[bot]2023-03-242-5/+5
* Refs #8570 -- lower cxx version to match our MSRV (#8572)Alex Gaynor2023-03-221-8/+8
* Bump proc-macro2 from 1.0.52 to 1.0.53 in /src/rust (#8565)dependabot[bot]2023-03-221-2/+2
* Bump iana-time-zone from 0.1.53 to 0.1.54 in /src/rust (#8561)dependabot[bot]2023-03-211-3/+69
* Added support for handling python buffers in Rust code (#8556)Alex Gaynor2023-03-213-3/+53
* Simplify/unify Rust and Python OpenSSL error handling (#8552)Alex Gaynor2023-03-203-20/+58
* Bump openssl from 0.10.46 to 0.10.47 in /src/rust (#8550)dependabot[bot]2023-03-202-5/+5
* Support handling OpenSSL errors from Rust code (#8530)Alex Gaynor2023-03-1615-121/+193