summaryrefslogtreecommitdiff
path: root/src/rust/cryptography-x509
Commit message (Expand)AuthorAgeFilesLines
* Run full nox rust env in coverage jobs (#8924)Alex Gaynor2023-05-151-0/+2
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-101-5/+13
* Make Extensions contain an optional RawExtensions (#8900)Alex Gaynor2023-05-112-12/+10
* certificate: add a `get_extension` helper (#8892)William Woodruff2023-05-106-12/+112
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-072-1/+69
* Bump asn1 from 0.15.1 to 0.15.2 in /src/rust (#8886)dependabot[bot]2023-05-071-1/+1
* invalid visible string support (#8884)Paul Kehrer2023-05-072-2/+38
* Use parameters instead of oids in another place (#8880)Alex Gaynor2023-05-071-1/+1
* Use defined_by for hash AlgorithmIdentifiers (#8876)Alex Gaynor2023-05-051-0/+11
* Use defined_by for (EC)DSA signature AlgorithmIdentifiers (#8875)Alex Gaynor2023-05-051-0/+27
* Use defined_by for RSA signature AlgorithmIdentifiers (#8874)Alex Gaynor2023-05-051-0/+18
* Switch AlgorithmIdentifier to use rust-asn1's native defined by support (#8870)Alex Gaynor2023-05-051-2/+22
* Bump asn1 from 0.15.0 to 0.15.1 in /src/rust (#8871)dependabot[bot]2023-05-051-1/+1
* move ASN1DHParams to cryptography_x509::common (#8844)Paul Kehrer2023-04-291-0/+7
* move more structs into cryptography-x509 (#8810)Paul Kehrer2023-04-243-0/+67
* Bump asn1 from 0.14.0 to 0.15.0 in /src/rust (#8796)dependabot[bot]2023-04-231-1/+1
* port OCSP responses to the new crate (#8742)Paul Kehrer2023-04-162-0/+88
* begin separation of x509 crate from cryptography crate (#8740)Paul Kehrer2023-04-1610-0/+742