summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Automate the version bump (#8828)Alex Gaynor2023-04-261-0/+1
* Remove a bunch of unused bindings (#8830)Alex Gaynor2023-04-265-65/+7
* See if we can always enable abi3 (#8823)Alex Gaynor2023-04-252-2/+2
* Move is_fips logic to Rust (#8822)Alex Gaynor2023-04-256-16/+67
* Convert KDFs to Rust (#8787)Alex Gaynor2023-04-257-69/+99
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-248-502/+536
* 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
* Remove HMAC bindings (#8801)Alex Gaynor2023-04-232-27/+0
* 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-2211-105/+104
* Convert HMAC to Rust (#8781)Alex Gaynor2023-04-2213-208/+348
* Remove now unused bindings (#8778)Alex Gaynor2023-04-212-13/+0
* Convert hashes to Rust (#8775)Alex Gaynor2023-04-217-141/+205
* 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
* drop libressl 3.5.x support (#8741)Paul Kehrer2023-04-163-18/+0
* add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)Paul Kehrer2023-04-151-23/+85
* we also need X509_STORE_up_ref for pyopenssl (#8737)Paul Kehrer2023-04-151-0/+1
* 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
* re-add a binding for an upcoming pyopenssl release (#8724)Paul Kehrer2023-04-141-0/+1
* Remove unused consts (#8713)Alex Gaynor2023-04-121-3/+0
* Use pyo3::intern! comprehensively (#8711)Alex Gaynor2023-04-1218-190/+337
* Remove unused parameter (#8707)Alex Gaynor2023-04-111-7/+2
* Convert ed448 to Rust (#8705)Alex Gaynor2023-04-117-228/+228
* Convert ed25519 to Rust (#8697)Alex Gaynor2023-04-1010-218/+317
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-1018-12/+132
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-106-0/+90
* 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-1010-311/+369
* 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