summaryrefslogtreecommitdiff
path: root/src/cryptography/x509/base.py
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
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-21/+20
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-11/+11
* raise UnsupportedAlgorithm instead of ValueError in x509 builder sign (#8397)Paul Kehrer2023-02-261-3/+16
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-5/+5
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-121-0/+8
* Replace deprecated `abstractproperty` (#7943)Viicos2022-12-271-31/+62
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-261-2/+2
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-2/+1
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-051-0/+4
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-311-0/+7
* Added a non-public API for setting the tag on an attribute (#7038)Alex Gaynor2022-04-051-5/+21
* Don't explicitly define __ne__ any longer (#6908)Alex Gaynor2022-02-271-21/+0
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-4/+4
* consistently use object for other in eq/ne types (#6756)Paul Kehrer2021-12-261-2/+2
* improvements to public/private key types and misc backend typing (#6734)Paul Kehrer2021-12-231-7/+9
* improve typing of x509.bae module (#6727)Alex Gaynor2021-12-221-2/+2
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-141-2/+72
* 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
* 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
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-4/+10
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-201-4/+9
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-191-1/+1
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-291-2/+2
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-6/+11
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-2/+2
* make PRIVATE/PUBLIC_KEY_TYPES a public API (#6001)Mathias Ertl2021-04-241-9/+12
* Typehint x509.base (only) (#5904)Mathias Ertl2021-03-111-21/+49
* more typing (#5887)Paul Kehrer2021-03-021-34/+71
* add serialization type hinting (#5718)Paul Kehrer2021-01-301-14/+1
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-301-1/+3
* Apply type annotations to the core x509 types (#5711)Alex Gaynor2021-01-301-104/+112
* Apply type annotations to x509 builders (#5709)Alex Gaynor2021-01-291-31/+64
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-12/+6
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-2/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* x509 optional backend args (#5390)Paul Kehrer2020-08-151-10/+21
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-102/+184
* test exceptions and properly reject duplicate attributes in csrbuilder (#5319)Paul Kehrer2020-07-181-0/+9
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-181-3/+23
* support x509 request challenge password parsing (#4944)Paul Kehrer2020-07-051-0/+12
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-3/+7
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-3/+4
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-221-16/+16
* consolidate the duplicate extension check (#4483)Paul Kehrer2018-10-061-19/+11
* Added missing methods from CRL Interface (#4400)Alex Gaynor2018-08-151-0/+18