summaryrefslogtreecommitdiff
path: root/src/rust/src/x509/ocsp.rs
Commit message (Expand)AuthorAgeFilesLines
* Use parameters instead of oids in another place (#8880)Alex Gaynor2023-05-071-7/+10
* Use defined_by for hash AlgorithmIdentifiers (#8876)Alex Gaynor2023-05-051-30/+49
* Switch AlgorithmIdentifier to use rust-asn1's native defined by support (#8870)Alex Gaynor2023-05-051-10/+16
* begin separation of x509 crate from cryptography crate (#8740)Paul Kehrer2023-04-161-62/+54
* Use pyo3::intern! comprehensively (#8711)Alex Gaynor2023-04-121-3/+3
* Drop our own intern! macro in favor of pyo3's (#8596)Alex Gaynor2023-03-241-3/+3
* Support handling OpenSSL errors from Rust code (#8530)Alex Gaynor2023-03-161-1/+1
* Rename PyAsn1Error, it's getting more general (#8527)Alex Gaynor2023-03-151-3/+3
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-131-0/+21
* Update to rust-asn1 0.11 (#7505)Alex Gaynor2022-08-141-5/+2
* Backport pyo3::intern! from pyo3 0.16 (#7355)Alex Gaynor2022-07-041-2/+5
* Simplify this, 'static not required (#7357)Alex Gaynor2022-06-211-11/+10
* Remove lazy_static dependency. (#7281)Alex Gaynor2022-05-271-6/+7
* Use new ability for OIDs to be consts (#7148)Alex Gaynor2022-04-291-10/+10
* Update to rust-asn1 0.9.0 (#7145)Alex Gaynor2022-04-291-2/+2
* support negative serials in certificate parsing (#6626)Paul Kehrer2021-11-201-1/+1
* Move extension encoding code to new crate x509::extensions (#6571)Felix Fontein2021-11-111-18/+11
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-5/+1
* Refactor OCSP code for reuse in OCSP response serialization (#6459)Alex Gaynor2021-10-231-0/+41
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-211-0/+22
* Split Rust x.509 support into multiple files for readability (#6382)Alex Gaynor2021-10-061-0/+34