summaryrefslogtreecommitdiff
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-101-1/+13
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-071-0/+10
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-102-0/+61
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-318-54/+60
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-272-0/+31
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-074-31/+31
* raise UnsupportedAlgorithm instead of ValueError in x509 builder sign (#8397)Paul Kehrer2023-02-261-3/+16
* Disallow wildcards in DNSName for name constraints (#8272)gbansaghi2023-02-121-2/+15
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-204-37/+37
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-121-0/+8
* Replace deprecated `abstractproperty` (#7943)Viicos2022-12-274-75/+150
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-261-2/+2
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-217-23/+16
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-052-0/+6
* Make sure that one of full_name, relative_name or crl_issuer is set in distri...Mathias Ertl2022-10-151-6/+5
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-131-4/+40
* Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs...Alexandre Machado2022-08-161-1/+9
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-311-0/+7
* CT: `extensions` -> `extension_bytes` (#7238)William Woodruff2022-05-191-1/+1
* CT: add `SignedCertificateTimestamp.extensions` (#7237)William Woodruff2022-05-201-0/+6
* x509: fix SignedCertificateTimestamp interface (#7235)William Woodruff2022-05-181-1/+1
* x509/CT: expose more SCT internals (#7207)William Woodruff2022-05-131-0/+34
* Move _CRLREASONFLAGS to be in a sensible place (#7167)Alex Gaynor2022-05-011-0/+11
* Fixes #7127 -- added attr_name_overrides on from_rfc4514_string (#7160)Alex Gaynor2022-04-301-4/+13
* added octet string tag (#7106)Alex Gaynor2022-04-221-0/+1
* fixes #7081 -- correctly handle escape sequences in RFC4514 strings (#7083)Alex Gaynor2022-04-161-18/+12
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-161-0/+123
* Added a non-public API for setting the tag on an attribute (#7038)Alex Gaynor2022-04-051-5/+21
* make ExtensionTypeVar covariant (#7033)Mathias Ertl2022-04-031-1/+3
* enforce that GeneralSubtrees for NameConstraints must be None or non-empty (#...Alex Gaynor2022-03-201-0/+8
* Convert some old-style formatting to f strings (#6945)Alex Gaynor2022-03-131-1/+1
* Don't explicitly define __ne__ any longer (#6908)Alex Gaynor2022-02-274-156/+0
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-304-17/+17
* Basic support for multiple SINGLERESP messages in one OCSP response, take 2 (...turettn2022-01-031-0/+66
* consistently use object for other in eq/ne types (#6756)Paul Kehrer2021-12-262-72/+72
* improvements to public/private key types and misc backend typing (#6734)Paul Kehrer2021-12-233-14/+18
* Improve typing of x509.name module (#6726)Alex Gaynor2021-12-221-5/+4
* improve typing of x509.bae module (#6727)Alex Gaynor2021-12-221-2/+2
* Improve typing of ocsp module (#6721)Alex Gaynor2021-12-221-9/+9
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-6/+21
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-2/+15
* more typing (#6616)Paul Kehrer2021-11-171-3/+13
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-142-2/+76
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+95
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-5/+11
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-031-16/+37
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-10/+25
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-2/+1
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-2/+1
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-1/+1