summaryrefslogtreecommitdiff
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* Add AuthorityKeyIdentifier.from_issuer_subject_key_identifierPaul Kehrer2016-03-111-0/+8
* Merge pull request #2670 from joernheissler/x509_req_verifyPaul Kehrer2016-03-061-0/+6
|\
| * Change method to propertyJoern Heissler2016-01-181-2/+2
| * Add verify method on CertificateSigningRequestJoern Heissler2016-01-131-0/+6
* | test passed because UnicodeEncodeError is a subclass of ValueErrorPaul Kehrer2016-03-061-1/+1
* | raise ValueError if > 2 byte value for NameAttribute with CN OIDPaul Kehrer2016-03-061-1/+6
* | Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor2016-02-262-3/+61
|\ \
| * | export PolicyConstraintsPaul Kehrer2016-02-261-3/+5
| * | add the oid required by the extensiontype interfacePaul Kehrer2016-02-261-0/+2
| * | add policy constraints classPaul Kehrer2016-02-261-0/+54
* | | Fixes #2710 -- silence a deprecation warning.Alex Gaynor2016-02-061-1/+9
|/ /
* | 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
* Merge pull request #2635 from alex/rfc-hashPaul Kehrer2016-01-031-0/+3
|\
| * Implement __hash__ on RFC822NameAlex Gaynor2016-01-031-0/+3
* | Implement __hash__ on UniformResourceIdentifierAlex Gaynor2016-01-031-0/+3
|/
* don't allow UnrecognizedExtension with get_extension_for_classPaul Kehrer2015-12-301-0/+7
* add UnrecognizedExtension classPaul Kehrer2015-12-302-1/+33
* 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
|/
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-271-0/+15
* 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-262-1/+33
|\ \ | |/ |/|
| * add __hash__ to InvalidityDatePaul Kehrer2015-12-261-0/+3
| * add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-262-1/+30
* | Refs #2578 -- implement __hash__ on CRLNumberAlex Gaynor2015-12-261-0/+3
|/
* switch CRLReason to use a classPaul Kehrer2015-12-262-1/+27
* Merge pull request #2575 from reaperhulk/crlentry-extensions-classesAlex Gaynor2015-12-262-4/+37
|\
| * start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-252-4/+37
* | make the Extensions class support indexingPaul Kehrer2015-12-261-0/+3
|/
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-252-10/+19
|\
| * allow CRLExtensionOID to still be imported from x509Paul Kehrer2015-12-251-1/+2
| * rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-252-10/+18
* | support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-251-0/+13
|/
* RevokedCertificateBuilderPaul Kehrer2015-12-252-1/+46
* add extension support to the CRLBuilderPaul Kehrer2015-12-251-0/+18
* CertificateRevocationListBuilderPaul Kehrer2015-12-242-0/+68
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-222-1/+27
* lowercase the first letter since that's how it's actually declaredPaul Kehrer2015-12-221-1/+1