summaryrefslogtreecommitdiff
path: root/src/cryptography/x509/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | support indexing in AIAPaul Kehrer2015-12-271-0/+3
|/
* Merge pull request #2595 from alex/crl-reason-hashPaul Kehrer2015-12-271-0/+3
|\
| * Refs #2578 -- implement __hash__ on CRLReasonAlex Gaynor2015-12-271-0/+3
* | implement hash on basicconstraintsPaul Kehrer2015-12-271-0/+3
|/
* make CertificateIssuer and IssuerAlternativeName indexablePaul Kehrer2015-12-261-0/+6
* Merge pull request #2585 from reaperhulk/san-iterableAlex Gaynor2015-12-261-0/+6
|\
| * support indexing on GeneralNames and SubjectAlternativeNamePaul Kehrer2015-12-261-0/+6
* | Merge pull request #2583 from alex/ski-hashPaul Kehrer2015-12-261-0/+3
|\ \ | |/ |/|
| * Refs #2578 -- implement __hash__ on SubjectKeyIdentifierAlex Gaynor2015-12-261-0/+3
* | Merge pull request #2581 from reaperhulk/crlentry-invaliditydateAlex Gaynor2015-12-261-0/+31
|\ \ | |/ |/|
| * add __hash__ to InvalidityDatePaul Kehrer2015-12-261-0/+3
| * add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-261-0/+28
* | Refs #2578 -- implement __hash__ on CRLNumberAlex Gaynor2015-12-261-0/+3
|/
* switch CRLReason to use a classPaul Kehrer2015-12-261-0/+25
* Merge pull request #2575 from reaperhulk/crlentry-extensions-classesAlex Gaynor2015-12-261-1/+32
|\
| * start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-251-1/+32
* | make the Extensions class support indexingPaul Kehrer2015-12-261-0/+3
|/
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-0/+25
* PEP8 fixesNick Bastin2015-12-201-3/+1
* 4-space indent for this repoNick Bastin2015-12-201-1/+1
* Allow any OID for access_method, validate OIDs at creation time, fix tests.Nick Bastin2015-12-201-5/+2
* add __repr__ to x509.ExtensionsPaul Kehrer2015-10-201-0/+5
* Made import order alphabetical.Predrag Gruevski2015-09-231-1/+1
* SubjectKeyIdentifier equality now uses constant-time digest comparison.Predrag Gruevski2015-09-231-4/+2
* Merge pull request #2267 from queenp/iss2255Paul Kehrer2015-08-121-0/+9
|\
| * added test to raise errorPhoebe Queen2015-08-121-1/+1
| * fixing pep8 errors #2255Phoebe Queen2015-08-121-1/+3
| * Corrected class checking #2255Phoebe Queen2015-08-121-1/+1
| * Merge remote-tracking branch 'upstream/master' into iss2255Phoebe Queen2015-08-121-1/+198
| |\
* | | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IANPaul Kehrer2015-08-111-2/+143
| |/ |/|