summaryrefslogtreecommitdiff
path: root/src/cryptography/x509/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-101-0/+59
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-20/+21
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-271-0/+29
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-15/+15
* Disallow wildcards in DNSName for name constraints (#8272)gbansaghi2023-02-121-2/+15
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-24/+24
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-4/+4
* Make sure that one of full_name, relative_name or crl_issuer is set in distri...Mathias Ertl2022-10-151-6/+5
* Move _CRLREASONFLAGS to be in a sensible place (#7167)Alex Gaynor2022-05-011-0/+11
* 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
* Don't explicitly define __ne__ any longer (#6908)Alex Gaynor2022-02-271-105/+0
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-7/+7
* consistently use object for other in eq/ne types (#6756)Paul Kehrer2021-12-261-70/+70
* improvements to public/private key types and misc backend typing (#6734)Paul Kehrer2021-12-231-5/+5
* more typing (#6616)Paul Kehrer2021-11-171-3/+13
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+95
* oxidize issuing distribution point (#6108)Paul Kehrer2021-06-111-0/+24
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-3/+3
* make PRIVATE/PUBLIC_KEY_TYPES a public API (#6001)Mathias Ertl2021-04-241-4/+4
* Converted DER parsing of SPKIs to rust (#5963)Alex Gaynor2021-04-111-25/+2
* make get_extension_for_class a generic function (#5923)Mathias Ertl2021-03-201-2/+2
* Bugfix/issue 5889 typehint get values for types (#5900)Mathias Ertl2021-03-071-11/+229
* Generic extension value/typehint x509.Name (#5897)Mathias Ertl2021-03-061-1/+1
* consistently typecast to list (#5873)Mathias Ertl2021-02-271-3/+6
* Strict typehints for extensions and OIDs (#5870)Mathias Ertl2021-02-271-219/+256
* Add key_identifier property to SubjectKeyIdentifier (#5849)Arnaud Durand2021-02-211-0/+4
* make Extension a generic class (fixes #5830) (#5831)Mathias Ertl2021-02-201-5/+9
* add typehints for read only properties (#5826)Mathias Ertl2021-02-151-49/+152
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-111-30/+67
* Start typing a bunch of stuff from x509 extensions (#5812)masterAlex Gaynor2021-02-111-22/+38
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-311-62/+34
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-301-4/+5
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-13/+9
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-5/+5
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-1/+2
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-157/+185
* change KeyUsage repr to be less confusing (#5314)Paul Kehrer2020-07-181-2/+5
* Support parsing SCTs in OCSPResponse (#5298)Paul Kehrer2020-07-051-0/+43
* add SubjectInformationAccess extension support (#5295)Paul Kehrer2020-07-021-0/+32
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-15/+1
* Use dict literals. (#5080)Mads Jensen2019-12-021-1/+1
* Simplify implementing sequence methods (#4987)Alex Gaynor2019-09-101-94/+31
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-281-9/+9
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-3/+21
* fix from_issuer_subject_key_identifier to take the right type (#4864)Paul Kehrer2019-05-041-1/+15
* fix != comparison in py2 (fixes #4821) (#4822)Mathias Ertl2019-03-251-0/+6
* implement eq__, __hash__ and __repr__ for OCSPNoCheck and PrecertPoison (#4819)Mathias Ertl2019-03-251-0/+24
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-16/+16