summaryrefslogtreecommitdiff
path: root/src/rust
Commit message (Expand)AuthorAgeFilesLines
* See if we can always enable abi3 (#8823)Alex Gaynor2023-04-252-2/+2
* Move is_fips logic to Rust (#8822)Alex Gaynor2023-04-254-0/+63
* Convert KDFs to Rust (#8787)Alex Gaynor2023-04-252-0/+62
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-243-4/+492
* Bump openssl from 0.10.51 to 0.10.52 in /src/rust (#8819)dependabot[bot]2023-04-243-4/+4
* Bump target-lexicon from 0.12.6 to 0.12.7 in /src/rust (#8818)dependabot[bot]2023-04-241-2/+2
* Bump openssl-sys from 0.9.86 to 0.9.87 in /src/rust (#8817)dependabot[bot]2023-04-243-4/+4
* Factor out a few more extension encodings (#8814)Alex Gaynor2023-04-242-50/+59
* Refactor encode_extensions so that the largest extensions aren't inline (#8813)Alex Gaynor2023-04-241-207/+228
* move more structs into cryptography-x509 (#8810)Paul Kehrer2023-04-245-78/+83
* Remove clippy ignore that's no longer required (#8808)Alex Gaynor2023-04-245-13/+8
* Refactor build so cffi compilation is in its own crate (#8809)Alex Gaynor2023-04-247-144/+189
* Remove duplicative test certificate structure (#8807)Alex Gaynor2023-04-241-45/+15
* De-duplicate SPKI struct (#8803)Alex Gaynor2023-04-241-15/+4
* Rewrite how we cached RevokedCertificates (#8799)Alex Gaynor2023-04-231-40/+30
* Bump asn1 from 0.14.0 to 0.15.0 in /src/rust (#8796)dependabot[bot]2023-04-233-6/+6
* Bump syn (#8793)Alex Gaynor2023-04-231-4/+4
* Finish adopting pyo3's exceptio facilities (#8786)Alex Gaynor2023-04-2210-117/+81
* Use pyo3's facilities for exceptions (#8785)Alex Gaynor2023-04-229-90/+85
* Convert HMAC to Rust (#8781)Alex Gaynor2023-04-228-54/+321
* Convert hashes to Rust (#8775)Alex Gaynor2023-04-212-0/+157
* Bump libc from 0.2.141 to 0.2.142 in /src/rust (#8765)dependabot[bot]2023-04-201-2/+2
* 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