summaryrefslogtreecommitdiff
path: root/src/cryptography/x509/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-1/+4
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-081-2/+2
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-0/+130
* Remove unnecessary use of six.binary_type (#4569)Jon Dufresne2018-11-111-1/+1
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-291-0/+15
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-1/+29
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+5
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-3/+0
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+3
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-231-0/+41
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+28
* implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer2017-09-131-0/+16
* add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer2017-09-131-0/+12
* add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer2017-09-131-0/+8
* implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer2017-09-131-0/+12