Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | X509_REVOKED_dup isn't available everywhere, we get to define our own | Paul Kehrer | 2015-12-25 | 2 | -2/+13 | |
| | | | ||||||
| * | | support revoked certificates in CertificateRevocationListBuilder | Paul Kehrer | 2015-12-25 | 5 | -2/+87 | |
|/ / | ||||||
* | | Merge pull request #2571 from reaperhulk/revokedcertificatebuilder | Alex Gaynor | 2015-12-25 | 6 | -5/+195 | |
|\ \ | | | | | | | RevokedCertificateBuilder | |||||
| * | | RevokedCertificateBuilder | Paul Kehrer | 2015-12-25 | 6 | -5/+195 | |
|/ / | ||||||
* | | Merge pull request #2570 from reaperhulk/revokedcertificate-interface | Alex Gaynor | 2015-12-25 | 6 | -0/+40 | |
|\ \ | | | | | | | add create_x509_revoked_certificate to x509backend interface | |||||
| * | | add create_x509_revoked_certificate to x509backend interface | Paul Kehrer | 2015-12-25 | 6 | -0/+40 | |
|/ / | ||||||
* | | Merge pull request #2568 from reaperhulk/crlbuilder-extensions | Alex Gaynor | 2015-12-25 | 4 | -2/+176 | |
|\ \ | | | | | | | add extension support to the CRLBuilder | |||||
| * | | use type instead of __class__ | Paul Kehrer | 2015-12-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | use _create_x509_extensions in create_x509_crl | Paul Kehrer | 2015-12-25 | 1 | -20/+8 | |
| | | | ||||||
| * | | coverage for invalid extensions | Paul Kehrer | 2015-12-25 | 1 | -0/+8 | |
| | | | ||||||
| * | | add extension support to the CRLBuilder | Paul Kehrer | 2015-12-25 | 4 | -2/+180 | |
|/ / | ||||||
* | | Merge pull request #2569 from reaperhulk/extension-builder | Alex Gaynor | 2015-12-25 | 2 | -41/+48 | |
|\ \ | | | | | | | refactor x509 extension creation to make it a bit more reusable | |||||
| * | | a different approach to refactoring the x509 extension addition | Paul Kehrer | 2015-12-24 | 2 | -21/+25 | |
| | | | ||||||
| * | | don't reuse a variable, it's confusing | Paul Kehrer | 2015-12-24 | 1 | -4/+6 | |
| | | | ||||||
| * | | refactor x509 extension creation to make it a bit more reusable | Paul Kehrer | 2015-12-24 | 1 | -38/+39 | |
| | | | | | | | | | | | | | | | Unfortunately X509 certs and CSRs add extensions differently, so we can't reuse quite as much as we'd like to... | |||||
* | | | Merge pull request #2567 from alex/this-is-america | Paul Kehrer | 2015-12-24 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Spell serialization consistently | |||||
| * | | Spell serialization consistently | Alex Gaynor | 2015-12-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #2559 from reaperhulk/crlbuilder | Alex Gaynor | 2015-12-24 | 7 | -6/+446 | |
|\ \ \ | |/ / |/| | | CertificateRevocationListBuilder | |||||
| * | | fix rebase mistake in the docs | Paul Kehrer | 2015-12-24 | 1 | -21/+1 | |
| | | | ||||||
| * | | update docs with review feedback | Paul Kehrer | 2015-12-24 | 1 | -12/+12 | |
| | | | ||||||
| * | | CertificateRevocationListBuilder | Paul Kehrer | 2015-12-24 | 7 | -4/+464 | |
|/ / | | | | | | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions. | |||||
* | | Merge pull request #2565 from reaperhulk/crl-interface | Alex Gaynor | 2015-12-24 | 6 | -0/+52 | |
|\ \ | | | | | | | add create_x509_crl interface | |||||
| * | | coverage | Paul Kehrer | 2015-12-24 | 2 | -1/+6 | |
| | | | ||||||
| * | | better language | Paul Kehrer | 2015-12-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | add create_x509_crl interface | Paul Kehrer | 2015-12-24 | 5 | -0/+47 | |
| | | | ||||||
* | | | Merge pull request #2562 from evilaliv3/PEM_write_bio_DHparams | Alex Gaynor | 2015-12-24 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Add PEM_write_bio_DHparams binding | |||||
| * | | | Add PEM_write_bio_DHparams binding | evilaliv3 | 2015-12-24 | 1 | -0/+1 | |
| |/ / |