summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump proc-macro2 from 1.0.57 to 1.0.58 in /src/rust (#8940)dependabot[bot]2023-05-171-2/+2
* don't use a set (#8931)Paul Kehrer2023-05-161-2/+2
* Bump proc-macro2 from 1.0.56 to 1.0.57 in /src/rust (#8928)dependabot[bot]2023-05-151-2/+2
* Run full nox rust env in coverage jobs (#8924)Alex Gaynor2023-05-152-14/+16
* Move code to sign.rs (#8922)Alex Gaynor2023-05-152-142/+141
* support PSS signatures in verify_directly_issued_by (#8908)Paul Kehrer2023-05-144-248/+108
* refactor signature algorithm parameters into a separate function (#8921)Paul Kehrer2023-05-141-84/+104
* Use pyo3's add_function instead of add_wrapped (#8913)Alex Gaynor2023-05-1314-52/+52
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-109-27/+222
* Make Extensions contain an optional RawExtensions (#8900)Alex Gaynor2023-05-114-21/+24
* certificate: add a `get_extension` helper (#8892)William Woodruff2023-05-1012-60/+179
* Added a missing rerun-if stanza (#8899)Alex Gaynor2023-05-101-0/+1
* Bump quote from 1.0.26 to 1.0.27 in /src/rust (#8894)dependabot[bot]2023-05-091-2/+2
* Bump libc from 0.2.143 to 0.2.144 in /src/rust (#8891)dependabot[bot]2023-05-081-2/+2
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-074-10/+200
* Bump asn1 from 0.15.1 to 0.15.2 in /src/rust (#8886)dependabot[bot]2023-05-073-6/+6
* invalid visible string support (#8884)Paul Kehrer2023-05-074-2/+50
* Try using the default LTO (#8883)Alex Gaynor2023-05-071-1/+0
* Bump libc from 0.2.142 to 0.2.143 in /src/rust (#8882)dependabot[bot]2023-05-071-2/+2
* Use parameters instead of oids in another place (#8880)Alex Gaynor2023-05-074-10/+13
* Check for sigalg by type rather than OID (#8878)Alex Gaynor2023-05-064-57/+128
* Use defined_by for hash AlgorithmIdentifiers (#8876)Alex Gaynor2023-05-054-49/+64
* Use defined_by for (EC)DSA signature AlgorithmIdentifiers (#8875)Alex Gaynor2023-05-052-24/+39
* Use defined_by for RSA signature AlgorithmIdentifiers (#8874)Alex Gaynor2023-05-052-32/+26
* Switch AlgorithmIdentifier to use rust-asn1's native defined by support (#8870)Alex Gaynor2023-05-059-78/+144
* Bump asn1 from 0.15.0 to 0.15.1 in /src/rust (#8871)dependabot[bot]2023-05-053-6/+6
* Fix for #8854 (#8855)Harmin Parra Rueda2023-05-031-0/+1
* Bump pkg-config from 0.3.26 to 0.3.27 in /src/rust (#8862)dependabot[bot]2023-05-031-2/+2
* Switch from check-manifest to check-sdist (#8846)Alex Gaynor2023-04-302-7/+8
* move ASN1DHParams to cryptography_x509::common (#8844)Paul Kehrer2023-04-292-9/+10
* 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