Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added another test | Alex Gaynor | 2016-02-27 | 1 | -3/+15 |
| | |||||
* | better name for this test | Alex Gaynor | 2016-02-27 | 1 | -1/+1 |
| | |||||
* | whitespace | Alex Gaynor | 2016-02-27 | 1 | -1/+0 |
| | |||||
* | Fixed #2732 -- added support for x.509 policy constraints extension | Alex Gaynor | 2016-02-27 | 1 | -0/+22 |
| | |||||
* | add policy constraints class | Paul Kehrer | 2016-02-26 | 1 | -0/+35 |
| | |||||
* | Refs #2578 -- implement __hash__ on InhibitAnyPolicy | Eeshan Garg | 2016-02-01 | 1 | -0/+7 |
| | |||||
* | Refs #2578 -- implement __hash__ on AccessDescription | Eeshan Garg | 2016-01-31 | 1 | -0/+16 |
| | |||||
* | refactor the init validation of AuthorityKeyIdentifier | Paul Kehrer | 2016-01-05 | 1 | -0/+7 |
| | | | | Fixes #2640 | ||||
* | Merge pull request #2635 from alex/rfc-hash | Paul Kehrer | 2016-01-03 | 1 | -0/+8 |
|\ | | | | | Implement __hash__ on RFC822Name | ||||
| * | Implement __hash__ on RFC822Name | Alex Gaynor | 2016-01-03 | 1 | -0/+8 |
| | | |||||
* | | Implement __hash__ on UniformResourceIdentifier | Alex Gaynor | 2016-01-03 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux | Alex Gaynor | 2015-12-31 | 1 | -3/+19 |
|\ | | | | | support unrecognized extensions in x509 | ||||
| * | support unrecognized extensions in x509 | Paul Kehrer | 2015-12-30 | 1 | -3/+19 |
| | | |||||
* | | don't allow UnrecognizedExtension with get_extension_for_class | Paul Kehrer | 2015-12-30 | 1 | -0/+5 |
|/ | |||||
* | py3 repr will be different | Paul Kehrer | 2015-12-30 | 1 | -4/+10 |
| | |||||
* | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 1 | -0/+51 |
| | |||||
* | Merge pull request #2598 from reaperhulk/index-cp | Alex Gaynor | 2015-12-27 | 1 | -0/+10 |
|\ | | | | | support indexing in CertificatePolicies | ||||
| * | support indexing in CertificatePolicies | Paul Kehrer | 2015-12-27 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #2597 from reaperhulk/index-cdp | Alex Gaynor | 2015-12-27 | 1 | -0/+26 |
|\ \ | | | | | | | support indexing in CDP | ||||
| * | | support indexing in CDP | Paul Kehrer | 2015-12-27 | 1 | -0/+26 |
| |/ | |||||
* / | support indexing in AIA | Paul Kehrer | 2015-12-27 | 1 | -0/+26 |
|/ | |||||
* | Merge pull request #2595 from alex/crl-reason-hash | Paul Kehrer | 2015-12-27 | 1 | -0/+8 |
|\ | | | | | Refs #2578 -- implement __hash__ on CRLReason | ||||
| * | Refs #2578 -- implement __hash__ on CRLReason | Alex Gaynor | 2015-12-27 | 1 | -0/+8 |
| | | |||||
* | | hash ne test | Paul Kehrer | 2015-12-27 | 1 | -0/+2 |
| | | |||||
* | | implement hash on basicconstraints | Paul Kehrer | 2015-12-27 | 1 | -0/+5 |
|/ | |||||
* | make CertificateIssuer and IssuerAlternativeName indexable | Paul Kehrer | 2015-12-26 | 1 | -0/+22 |
| | |||||
* | A handful of small cleanups and simplifications | Alex Gaynor | 2015-12-26 | 1 | -9/+3 |
| | |||||
* | Merge pull request #2585 from reaperhulk/san-iterable | Alex Gaynor | 2015-12-26 | 1 | -0/+26 |
|\ | | | | | support indexing on GeneralNames and SubjectAlternativeName | ||||
| * | support indexing on GeneralNames and SubjectAlternativeName | Paul Kehrer | 2015-12-26 | 1 | -0/+26 |
| | | |||||
* | | Merge pull request #2583 from alex/ski-hash | Paul Kehrer | 2015-12-26 | 1 | -0/+14 |
|\ \ | |/ |/| | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | ||||
| * | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | Alex Gaynor | 2015-12-26 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #2581 from reaperhulk/crlentry-invaliditydate | Alex Gaynor | 2015-12-26 | 1 | -0/+31 |
|\ \ | |/ |/| | add invaliditydate class for crl entry extensions | ||||
| * | ...pep8 | Paul Kehrer | 2015-12-26 | 1 | -0/+1 |
| | | |||||
| * | add __hash__ to InvalidityDate | Paul Kehrer | 2015-12-26 | 1 | -0/+6 |
| | | |||||
| * | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 1 | -0/+24 |
| | | |||||
* | | Refs #2578 -- implement __hash__ on CRLNumber | Alex Gaynor | 2015-12-26 | 1 | -0/+7 |
|/ | |||||
* | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 1 | -0/+23 |
| | |||||
* | Merge pull request #2575 from reaperhulk/crlentry-extensions-classes | Alex Gaynor | 2015-12-26 | 1 | -0/+38 |
|\ | | | | | 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 | -0/+38 |
| | | | | | | | | first up: CertificateIssuer | ||||
* | | make the Extensions class support indexing | Paul Kehrer | 2015-12-26 | 1 | -0/+12 |
|/ | |||||
* | missed a test for CRLNumber not being an integer, oops | Paul Kehrer | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | CRLNumber needs to be a class for reasons. | Paul Kehrer | 2015-12-22 | 1 | -0/+15 |
| | |||||
* | Dangling pep8 fix | Nick Bastin | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | PEP8 fixes | Nick Bastin | 2015-12-20 | 1 | -1/+0 |
| | |||||
* | Style cleanup, missing import | Nick Bastin | 2015-12-20 | 1 | -3/+6 |
| | |||||
* | Add test for arbitrary access_method | Nick Bastin | 2015-12-20 | 1 | -0/+4 |
| | |||||
* | Allow any OID for access_method, validate OIDs at creation time, fix tests. | Nick Bastin | 2015-12-20 | 1 | -1/+2 |
| | |||||
* | OID validation | Nick Bastin | 2015-12-14 | 1 | -9/+22 |
| | |||||
* | add __repr__ to x509.Extensions | Paul Kehrer | 2015-10-20 | 1 | -0/+14 |
| | | | | fix #2434 | ||||
* | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+39 |
| |