| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | Paul Kehrer | 2016-03-11 | 1 | -0/+8 |
| * | add the oid required by the extensiontype interface | Paul Kehrer | 2016-02-26 | 1 | -0/+2 |
| * | add policy constraints class | Paul Kehrer | 2016-02-26 | 1 | -0/+54 |
| * | Refs #2578 -- implement __hash__ on InhibitAnyPolicy | Eeshan Garg | 2016-02-01 | 1 | -0/+3 |
| * | Refs #2578 -- implement __hash__ on AccessDescription | Eeshan Garg | 2016-01-31 | 1 | -0/+3 |
| * | refactor the init validation of AuthorityKeyIdentifier | Paul Kehrer | 2016-01-05 | 1 | -17/+20 |
| * | don't allow UnrecognizedExtension with get_extension_for_class | Paul Kehrer | 2015-12-30 | 1 | -0/+7 |
| * | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 1 | -0/+31 |
| * | Merge pull request #2598 from reaperhulk/index-cp | Alex Gaynor | 2015-12-27 | 1 | -0/+3 |
| |\ |
|
| | * | support indexing in CertificatePolicies | Paul Kehrer | 2015-12-27 | 1 | -0/+3 |
| * | | Merge pull request #2597 from reaperhulk/index-cdp | Alex Gaynor | 2015-12-27 | 1 | -0/+3 |
| |\ \ |
|
| | * | | support indexing in CDP | Paul Kehrer | 2015-12-27 | 1 | -0/+3 |
| | |/ |
|
| * | | support indexing in AIA | Paul Kehrer | 2015-12-27 | 1 | -0/+3 |
| |/ |
|
| * | Merge pull request #2595 from alex/crl-reason-hash | Paul Kehrer | 2015-12-27 | 1 | -0/+3 |
| |\ |
|
| | * | Refs #2578 -- implement __hash__ on CRLReason | Alex Gaynor | 2015-12-27 | 1 | -0/+3 |
| * | | implement hash on basicconstraints | Paul Kehrer | 2015-12-27 | 1 | -0/+3 |
| |/ |
|
| * | make CertificateIssuer and IssuerAlternativeName indexable | Paul Kehrer | 2015-12-26 | 1 | -0/+6 |
| * | Merge pull request #2585 from reaperhulk/san-iterable | Alex Gaynor | 2015-12-26 | 1 | -0/+6 |
| |\ |
|
| | * | support indexing on GeneralNames and SubjectAlternativeName | Paul Kehrer | 2015-12-26 | 1 | -0/+6 |
| * | | Merge pull request #2583 from alex/ski-hash | Paul Kehrer | 2015-12-26 | 1 | -0/+3 |
| |\ \
| |/
|/| |
|
| | * | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | Alex Gaynor | 2015-12-26 | 1 | -0/+3 |
| * | | Merge pull request #2581 from reaperhulk/crlentry-invaliditydate | Alex Gaynor | 2015-12-26 | 1 | -0/+31 |
| |\ \
| |/
|/| |
|
| | * | add __hash__ to InvalidityDate | Paul Kehrer | 2015-12-26 | 1 | -0/+3 |
| | * | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 1 | -0/+28 |
| * | | Refs #2578 -- implement __hash__ on CRLNumber | Alex Gaynor | 2015-12-26 | 1 | -0/+3 |
| |/ |
|
| * | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 1 | -0/+25 |
| * | Merge pull request #2575 from reaperhulk/crlentry-extensions-classes | Alex Gaynor | 2015-12-26 | 1 | -1/+32 |
| |\ |
|
| | * | start switching the CRL entry extensions to be full-fledged classes | Paul Kehrer | 2015-12-25 | 1 | -1/+32 |
| * | | make the Extensions class support indexing | Paul Kehrer | 2015-12-26 | 1 | -0/+3 |
| |/ |
|
| * | CRLNumber needs to be a class for reasons. | Paul Kehrer | 2015-12-22 | 1 | -0/+25 |
| * | PEP8 fixes | Nick Bastin | 2015-12-20 | 1 | -3/+1 |
| * | 4-space indent for this repo | Nick Bastin | 2015-12-20 | 1 | -1/+1 |
| * | Allow any OID for access_method, validate OIDs at creation time, fix tests. | Nick Bastin | 2015-12-20 | 1 | -5/+2 |
| * | add __repr__ to x509.Extensions | Paul Kehrer | 2015-10-20 | 1 | -0/+5 |
| * | Made import order alphabetical. | Predrag Gruevski | 2015-09-23 | 1 | -1/+1 |
| * | SubjectKeyIdentifier equality now uses constant-time digest comparison. | Predrag Gruevski | 2015-09-23 | 1 | -4/+2 |
| * | Merge pull request #2267 from queenp/iss2255 | Paul Kehrer | 2015-08-12 | 1 | -0/+9 |
| |\ |
|
| | * | added test to raise error | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | * | fixing pep8 errors #2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+3 |
| | * | Corrected class checking #2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | * | Merge remote-tracking branch 'upstream/master' into iss2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+198 |
| | |\ |
|
| * | | | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IAN | Paul Kehrer | 2015-08-11 | 1 | -2/+143 |
| | |/
|/| |
|
| * | | move extension exceptions, NameConstraints, and KeyUsage | Paul Kehrer | 2015-08-11 | 1 | -1/+191 |
| |/ |
|
| * | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy | Paul Kehrer | 2015-08-11 | 1 | -1/+205 |
| * | move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints | Paul Kehrer | 2015-08-10 | 1 | -1/+234 |
| * | move AKI, SKI | Paul Kehrer | 2015-08-10 | 1 | -0/+144 |