Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support indexing in AIA | Paul Kehrer | 2015-12-27 | 2 | -0/+29 |
| | |||||
* | Merge pull request #2595 from alex/crl-reason-hash | Paul Kehrer | 2015-12-27 | 2 | -0/+11 |
|\ | | | | | Refs #2578 -- implement __hash__ on CRLReason | ||||
| * | Refs #2578 -- implement __hash__ on CRLReason | Alex Gaynor | 2015-12-27 | 2 | -0/+11 |
| | | |||||
* | | Merge pull request #2594 from reaperhulk/hash-bc | Alex Gaynor | 2015-12-27 | 2 | -0/+10 |
|\ \ | |/ |/| | implement hash on basicconstraints | ||||
| * | hash ne test | Paul Kehrer | 2015-12-27 | 1 | -0/+2 |
| | | |||||
| * | implement hash on basicconstraints | Paul Kehrer | 2015-12-27 | 2 | -0/+8 |
| | | |||||
* | | Merge pull request #2593 from reaperhulk/crl-support-ec-dsa | Alex Gaynor | 2015-12-27 | 3 | -15/+107 |
|\ \ | |/ |/| | Support EC and DSA signing of CRLs in the OpenSSL backend | ||||
| * | Support EC and DSA signing of CRLs in the OpenSSL backend | Paul Kehrer | 2015-12-27 | 3 | -15/+107 |
|/ | |||||
* | Merge pull request #2591 from alex/reduce-duplication | Paul Kehrer | 2015-12-27 | 1 | -85/+39 |
|\ | | | | | Reduce duplication, write a function | ||||
| * | fix a ptr liveness bug | Alex Gaynor | 2015-12-27 | 1 | -2/+2 |
| | | |||||
| * | Reduce duplication, write a function | Alex Gaynor | 2015-12-27 | 1 | -85/+39 |
|/ | |||||
* | Merge pull request #2582 from reaperhulk/revokedcertbuilder-extensions | Alex Gaynor | 2015-12-27 | 6 | -6/+171 |
|\ | | | | | RevokedCertificateBuilder extensions | ||||
| * | _encode_alt_name already does this | Paul Kehrer | 2015-12-27 | 1 | -15/+1 |
| | | |||||
| * | add test for invalid extension type | Paul Kehrer | 2015-12-27 | 1 | -0/+6 |
| | | |||||
| * | move around a dict | Paul Kehrer | 2015-12-27 | 1 | -17/+4 |
| | | |||||
| * | add changelog entry | Paul Kehrer | 2015-12-27 | 1 | -0/+3 |
| | | |||||
| * | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 5 | -4/+187 |
|/ | |||||
* | Merge pull request #2589 from reaperhulk/dict-dict-dict | Alex Gaynor | 2015-12-27 | 1 | -2/+28 |
|\ | | | | | add a comment and a dict we need in #2582 | ||||
| * | add a comment and a dict we need in #2582 | Paul Kehrer | 2015-12-26 | 1 | -2/+28 |
| | | |||||
* | | Merge pull request #2590 from alex/simplify-bn | Paul Kehrer | 2015-12-26 | 2 | -4/+3 |
|\ \ | | | | | | | Simplify code slightly by adding a new binding | ||||
| * | | Simplify code slightly by adding a new binding | Alex Gaynor | 2015-12-26 | 2 | -4/+3 |
|/ / | |||||
* | | Merge pull request #2588 from reaperhulk/move-tests | Alex Gaynor | 2015-12-26 | 2 | -52/+51 |
|\ \ | | | | | | | move two tests to the openssl backend tests where they belong | ||||
| * | | move two tests to the openssl backend tests where they belong | Paul Kehrer | 2015-12-26 | 2 | -52/+51 |
| |/ | |||||
* | | Merge pull request #2587 from reaperhulk/indexing-part-deux | Alex Gaynor | 2015-12-26 | 2 | -0/+28 |
|\ \ | |/ |/| | make CertificateIssuer and IssuerAlternativeName indexable | ||||
| * | make CertificateIssuer and IssuerAlternativeName indexable | Paul Kehrer | 2015-12-26 | 2 | -0/+28 |
|/ | |||||
* | Merge pull request #2586 from alex/cleanups | Paul Kehrer | 2015-12-26 | 3 | -16/+7 |
|\ | | | | | A handful of small cleanups and simplifications | ||||
| * | unused import | Alex Gaynor | 2015-12-26 | 1 | -1/+0 |
| | | |||||
| * | A handful of small cleanups and simplifications | Alex Gaynor | 2015-12-26 | 3 | -15/+7 |
|/ | |||||
* | Merge pull request #2585 from reaperhulk/san-iterable | Alex Gaynor | 2015-12-26 | 2 | -0/+32 |
|\ | | | | | support indexing on GeneralNames and SubjectAlternativeName | ||||
| * | support indexing on GeneralNames and SubjectAlternativeName | Paul Kehrer | 2015-12-26 | 2 | -0/+32 |
| | | |||||
* | | Merge pull request #2584 from reaperhulk/asn1-bindings | Alex Gaynor | 2015-12-26 | 1 | -0/+3 |
|\ \ | | | | | | | new asn1 bindings needed for #2582 | ||||
| * | | new asn1 bindings needed for #2582 | Paul Kehrer | 2015-12-26 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #2583 from alex/ski-hash | Paul Kehrer | 2015-12-26 | 2 | -0/+17 |
|\ \ | |/ |/| | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | ||||
| * | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | Alex Gaynor | 2015-12-26 | 2 | -0/+17 |
| | | |||||
* | | Merge pull request #2581 from reaperhulk/crlentry-invaliditydate | Alex Gaynor | 2015-12-26 | 7 | -7/+97 |
|\ \ | | | | | | | 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 | 2 | -0/+9 |
| | | | |||||
| * | | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 7 | -7/+87 |
| | | | |||||
* | | | Merge pull request #2580 from alex/crl-number-hash | Paul Kehrer | 2015-12-26 | 2 | -0/+10 |
|\ \ \ | |/ / |/| / | |/ | Refs #2578 -- implement __hash__ on CRLNumber | ||||
| * | Refs #2578 -- implement __hash__ on CRLNumber | Alex Gaynor | 2015-12-26 | 2 | -0/+10 |
|/ | |||||
* | Merge pull request #2579 from reaperhulk/crlentry-crlreason | Alex Gaynor | 2015-12-26 | 7 | -9/+80 |
|\ | | | | | switch CRLReason to use a class | ||||
| * | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 7 | -9/+80 |
|/ | |||||
* | Merge pull request #2575 from reaperhulk/crlentry-extensions-classes | Alex Gaynor | 2015-12-26 | 7 | -12/+127 |
|\ | | | | | 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 | 7 | -12/+127 |
| | | | | | | | | first up: CertificateIssuer | ||||
* | | Merge pull request #2576 from reaperhulk/extensions-indexable | Alex Gaynor | 2015-12-26 | 2 | -0/+15 |
|\ \ | |/ |/| | make the Extensions class support indexing | ||||
| * | make the Extensions class support indexing | Paul Kehrer | 2015-12-26 | 2 | -0/+15 |
|/ | |||||
* | Merge pull request #2574 from reaperhulk/rename-crlextension | Alex Gaynor | 2015-12-25 | 5 | -16/+44 |
|\ | | | | | rename CRLExtensionOID to CRLEntryExtensionOID | ||||
| * | allow CRLExtensionOID to still be imported from x509 | Paul Kehrer | 2015-12-25 | 1 | -1/+2 |
| | | |||||
| * | rename CRLExtensionOID to CRLEntryExtensionOID | Paul Kehrer | 2015-12-25 | 5 | -16/+43 |
| | | |||||
* | | Merge pull request #2572 from reaperhulk/crlbuilder-add-revoked-certificate | Alex Gaynor | 2015-12-25 | 5 | -2/+98 |
|\ \ | |/ |/| | support revoked certificates in CertificateRevocationListBuilder |