Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2581 from reaperhulk/crlentry-invaliditydate | Alex Gaynor | 2015-12-26 | 1 | -0/+31 | |
|\ \ | |/ |/| | add invaliditydate class for crl entry extensions | |||||
| * | 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 | |||||
| * | start switching the CRL entry extensions to be full-fledged classes | Paul Kehrer | 2015-12-25 | 1 | -1/+32 | |
| | | | | | | | | first up: CertificateIssuer | |||||
* | | 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 | |
| | | | | fix #2434 | |||||
* | 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 get_extension_for_class #2255 | |||||
| * | 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 | |
| |\ | | | | | | | | | | | | | | | | | | | Class Extensions was moved while I was adding function. Fixed now. Conflicts: src/cryptography/x509/base.py | |||||
* | | | 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 | |