summaryrefslogtreecommitdiff
path: root/docs/x509
Commit message (Expand)AuthorAgeFilesLines
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-101-1/+17
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-071-0/+52
* Fix for #8854 (#8855)Harmin Parra Rueda2023-05-031-0/+6
* OCSP responses are responses, not certificates (#8696)Paul Kehrer2023-04-101-2/+2
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-101-0/+34
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-271-0/+29
* Fix sample code for policy extension (#8489)shane-kearns2023-03-101-1/+1
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-50/+14
* embrace my inner nitpicker (#8361)Paul Kehrer2023-02-202-24/+24
* fixes #8052 -- correct NameAttribute.value documentation (#8060)Alex Gaynor2023-01-141-2/+4
* serial_number is not a function (#8061)Alex Gaynor2023-01-141-1/+1
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-121-0/+29
* add canonical names to Sphinx class documentation (#7938)Mathias Ertl2022-12-261-0/+84
* document POLICY_MAPPING and SUBJECT_DIRECTORY_ATTRIBUTES (#7904)Mathias Ertl2022-12-171-0/+8
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-051-0/+16
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-131-1/+31
* docs: Fix type returned by get_extension_for_oid() and get_extension_for_clas...Felix Dreissig2022-06-281-2/+2
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-311-0/+33
* Enforce that CRL and CSR versions must be valid. (#7249)Alex Gaynor2022-05-221-2/+2
* CT: `extensions` -> `extension_bytes` (#7238)William Woodruff2022-05-191-1/+1
* CT: add `SignedCertificateTimestamp.extensions` (#7237)William Woodruff2022-05-201-0/+8
* x509/CT: expose more SCT internals (#7207)William Woodruff2022-05-131-0/+41
* Fixes #7127 -- added attr_name_overrides on from_rfc4514_string (#7160)Alex Gaynor2022-04-301-1/+7
* Remove trailing white space in docs (#7115)Alex Gaynor2022-04-261-1/+1
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-161-0/+14
* Fix indentation in docs/x509/reference.rst (#7044)Dustin Ingram2022-04-051-3/+2
* Added OID for #6920 (#6925)sanchayanghosh2022-03-031-0/+9
* refs #6835 -- added oid constants for SHA3 signatures (#6850)Alex Gaynor2022-02-071-0/+40
* Basic support for multiple SINGLERESP messages in one OCSP response, take 2 (...turettn2022-01-031-9/+94
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-141-9/+46
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+8
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-4/+8
* deprecate backend part 4 of n (#6522)Paul Kehrer2021-11-021-60/+12
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-5/+53
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-261-0/+14
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-201-1/+1
* add more eku oids (#6271)Paul Kehrer2021-09-121-0/+17
* Remove straddling jargon "text". (#6067)Benjamin Peterson2021-05-251-13/+12
* Add x509.Name.rfc4514_attribute_name (#5969)Maximilian Hils2021-04-131-0/+9
* update ocsp docs to use sha256 (#5880)Paul Kehrer2021-02-281-6/+12
* Strict typehints for extensions and OIDs (#5870)Mathias Ertl2021-02-271-0/+6
* simplify docs a bit (#5855)Paul Kehrer2021-02-211-3/+2
* Add key_identifier property to SubjectKeyIdentifier (#5849)Arnaud Durand2021-02-211-0/+9
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-301-4/+4
* Apply type annotations to x509 builders (#5709)Alex Gaynor2021-01-291-6/+6
* update docs to not use backends (#5404)Paul Kehrer2020-08-293-42/+20
* x509 optional backend args (#5390)Paul Kehrer2020-08-151-22/+22
* remove idna support finally (#5351)Paul Kehrer2020-07-261-34/+15
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-181-1/+14
* change KeyUsage repr to be less confusing (#5314)Paul Kehrer2020-07-181-1/+1