aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer2017-09-131-0/+17
* add aki hash (#3910)Paul Kehrer2017-09-131-0/+9
* name constraints __hash__ (#3912)Paul Kehrer2017-09-131-0/+13
* AIA hashing (#3911)Paul Kehrer2017-09-131-0/+3
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-0/+56
* remove deprecated items (#3794)Paul Kehrer2017-07-201-4/+0
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-041-0/+36
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-3/+1
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-211-12/+2
* replace pyasn1 with asn1crypto (#3361)Ofek Lev2017-02-081-21/+3
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-3/+16
* Allow passing iterators where collections are expected (#3078)Marti2016-08-261-31/+41
* Added a special case for EC as wellAlex Gaynor2016-03-271-0/+3
* Fixes #2856 -- add a fast path to _key_identifier_from_public_key for RSA keysAlex Gaynor2016-03-271-17/+25
* Add AuthorityKeyIdentifier.from_issuer_subject_key_identifierPaul Kehrer2016-03-111-0/+8
* add the oid required by the extensiontype interfacePaul Kehrer2016-02-261-0/+2
* add policy constraints classPaul Kehrer2016-02-261-0/+54
* Refs #2578 -- implement __hash__ on InhibitAnyPolicyEeshan Garg2016-02-011-0/+3
* Refs #2578 -- implement __hash__ on AccessDescriptionEeshan Garg2016-01-311-0/+3
* refactor the init validation of AuthorityKeyIdentifierPaul Kehrer2016-01-051-17/+20
* don't allow UnrecognizedExtension with get_extension_for_classPaul Kehrer2015-12-301-0/+7
* add UnrecognizedExtension classPaul Kehrer2015-12-301-0/+31
* Merge pull request #2598 from reaperhulk/index-cpAlex Gaynor2015-12-271-0/+3
|\
| * support indexing in CertificatePoliciesPaul Kehrer2015-12-271-0/+3
* | Merge pull request #2597 from reaperhulk/index-cdpAlex Gaynor2015-12-271-0/+3
|\ \
| * | support indexing in CDPPaul Kehrer2015-12-271-0/+3
| |/