Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2245 from reaperhulk/oid-signaturealgorithm | Alex Gaynor | 2015-08-09 | 2 | -65/+64 | |
|\ \ | | | | | | | namespace oid signature algorithm | |||||
| * | | namespace oid signature algorithm | Paul Kehrer | 2015-08-09 | 2 | -65/+64 | |
|/ / | ||||||
* | | Merge pull request #2243 from reaperhulk/oid-extensions | Alex Gaynor | 2015-08-09 | 3 | -87/+81 | |
|\ \ | |/ |/| | namespace OID extensions | |||||
| * | namespace OID extensions | Paul Kehrer | 2015-08-09 | 3 | -87/+81 | |
|/ | ||||||
* | Merge pull request #2242 from reaperhulk/x509-name-split | Alex Gaynor | 2015-08-09 | 3 | -61/+73 | |
|\ | | | | | split Name from x509 module | |||||
| * | split Name from x509 module | Paul Kehrer | 2015-08-09 | 3 | -61/+73 | |
|/ | ||||||
* | Merge pull request #2239 from alex/finish-remove-duplication | Paul Kehrer | 2015-08-09 | 1 | -61/+61 | |
|\ | | | | | Completed the removal of duplicate oids | |||||
| * | Completed the removal of duplicate oids | Alex Gaynor | 2015-08-09 | 1 | -61/+61 | |
|/ | ||||||
* | Merge pull request #2238 from alex/reduce-duplication | Paul Kehrer | 2015-08-09 | 1 | -14/+14 | |
|\ | | | | | De-duplicate OIDs for signatures | |||||
| * | De-duplicate OIDs for signatures | Alex Gaynor | 2015-08-09 | 1 | -14/+14 | |
|/ | ||||||
* | Merge pull request #2237 from alex/reduce-duplication | Paul Kehrer | 2015-08-09 | 1 | -67/+66 | |
|\ | | | | | Reduce the duplication in teh string versions of oids | |||||
| * | Reduce the duplication in teh string versions of oids | Alex Gaynor | 2015-08-09 | 1 | -67/+66 | |
|/ | ||||||
* | Merge pull request #2236 from reaperhulk/x509-split | Alex Gaynor | 2015-08-09 | 3 | -176/+354 | |
|\ | | | | | start splitting the x509 module | |||||
| * | start splitting the x509 module | Paul Kehrer | 2015-08-09 | 3 | -176/+354 | |
|/ | ||||||
* | Merge pull request #2233 from reaperhulk/encode-nocheck | Alex Gaynor | 2015-08-09 | 2 | -0/+39 | |
|\ | | | | | add support for OCSPNoCheck to the CertificateBuilder | |||||
| * | improve comment for ocsp_nocheck encoding | Paul Kehrer | 2015-08-09 | 1 | -3/+2 | |
| | | ||||||
| * | add support for OCSPNoCheck to the CertificateBuilder | Paul Kehrer | 2015-08-09 | 2 | -0/+40 | |
| | | ||||||
* | | Merge pull request #2232 from reaperhulk/encode-ian | Alex Gaynor | 2015-08-09 | 3 | -26/+69 | |
|\ \ | |/ |/| | support issuer alternative name encoding | |||||
| * | pep8 fix | Paul Kehrer | 2015-08-09 | 1 | -2/+0 | |
| | | ||||||
| * | move a test | Paul Kehrer | 2015-08-09 | 2 | -26/+23 | |
| | | ||||||
| * | support issuer alternative name encoding | Paul Kehrer | 2015-08-09 | 3 | -4/+52 | |
|/ | ||||||
* | Merge pull request #2231 from reaperhulk/simplify-certbuilder | Alex Gaynor | 2015-08-09 | 4 | -100/+44 | |
|\ | | | | | Simplify Cert and CSR Builder | |||||
| * | move encode out of try blocks | Paul Kehrer | 2015-08-09 | 1 | -2/+2 | |
| | | ||||||
| * | update changelog | Paul Kehrer | 2015-08-08 | 1 | -9/+4 | |
| | | ||||||
| * | simplify the CSRBuilder | Paul Kehrer | 2015-08-08 | 3 | -32/+15 | |
| | | ||||||
| * | remove a lot of if/elif chains in the certificate builder | Paul Kehrer | 2015-08-08 | 3 | -59/+25 | |
| | | ||||||
* | | Merge pull request #2234 from reaperhulk/versionadded | Alex Gaynor | 2015-08-09 | 1 | -0/+4 | |
|\ \ | |/ |/| | add versionadded to the get_provision_uri methods on TOTP/HOTP | |||||
| * | add versionadded to the get_provision_uri methods on TOTP/HOTP | Paul Kehrer | 2015-08-09 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #2230 from reaperhulk/encode-iap | Alex Gaynor | 2015-08-08 | 6 | -3/+52 | |
|\ | | | | | support InhibitAnyPolicy in CertificateBuilder | |||||
| * | fix unsupported test | Paul Kehrer | 2015-08-08 | 2 | -3/+5 | |
| | | ||||||
| * | support InhibitAnyPolicy in CertificateBuilder | Paul Kehrer | 2015-08-08 | 5 | -0/+47 | |
|/ | ||||||
* | Merge pull request #2229 from alex/py34-pep8 | Paul Kehrer | 2015-08-08 | 2 | -2/+2 | |
|\ | | | | | use python34 for py3pep8. no sense advertising an out of date python | |||||
| * | use python34 for py3pep8. no sense advertising an out of date python | Alex Gaynor | 2015-08-08 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #2228 from alex/rand-int | Paul Kehrer | 2015-08-08 | 1 | -0/+8 | |
|\ \ | | | | | | | Document how to get a random number as an integer, fixes #2190 | |||||
| * | | Document how to get a random number as an integer, fixes #2190 | Alex Gaynor | 2015-08-08 | 1 | -0/+8 | |
| |/ | ||||||
* | | Merge pull request #2215 from reaperhulk/changelog-update | Alex Gaynor | 2015-08-08 | 1 | -1/+7 | |
|\ \ | | | | | | | Changelog update: extensions we support for CertificateBuilder | |||||
| * | | list all the other extensions we support for CertificateBuilder | Paul Kehrer | 2015-08-06 | 1 | -1/+7 | |
| | | | ||||||
* | | | Merge pull request #2213 from reaperhulk/encode-aki | Alex Gaynor | 2015-08-08 | 3 | -0/+112 | |
|\ \ \ | |_|/ |/| | | Support AuthorityKeyIdentifier in CertificateBuilder | |||||
| * | | add support for AuthorityKeyIdentifier in CertificateBuilder | Paul Kehrer | 2015-08-08 | 3 | -0/+112 | |
| | | | ||||||
* | | | Merge pull request #2226 from lluixhi/master | Paul Kehrer | 2015-08-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix build with LibreSSL >= 2.2.2 | |||||
| * | | Fix build with LibreSSL >= 2.2.2 | Lluixhi Scura | 2015-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | LIBRESSL_VERSION_NUMBER is now being incremented. | |||||
* | | | Merge pull request #2210 from reaperhulk/aki-classmethod | Alex Gaynor | 2015-08-08 | 3 | -18/+89 | |
|\ \ \ | | | | | | | | | AuthorityKeyIdentifier classmethod | |||||
| * | | | address review comments | Paul Kehrer | 2015-08-08 | 2 | -7/+12 | |
| | | | | ||||||
| * | | | update prose for from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -4/+8 | |
| | | | | ||||||
| * | | | add AuthorityKeyIdentifier from_issuer_public_key | Paul Kehrer | 2015-08-08 | 3 | -18/+80 | |
| |/ / | | | | | | | | | | | | | Refactored SKI's creation code into a separate function, added doctest examples | |||||
* | | | Merge pull request #2227 from reaperhulk/cp-bindings | Alex Gaynor | 2015-08-08 | 2 | -0/+5 | |
|\ \ \ | | | | | | | | | more openssl bindings for encoding certificate policy structures | |||||
| * | | | more openssl bindings for encoding certificate policy structures | Paul Kehrer | 2015-08-08 | 2 | -0/+5 | |
|/ / / | ||||||
* | | | Merge pull request #2208 from reaperhulk/encode-ski | Alex Gaynor | 2015-08-08 | 4 | -0/+54 | |
|\ \ \ | |/ / |/| | | Support SubjectKeyIdentifier in CertificateBuilder | |||||
| * | | add support for encoding SubjectKeyIdentifier to CertificateBuilder | Paul Kehrer | 2015-08-08 | 4 | -0/+54 | |
|/ / | ||||||
* | | Merge pull request #2204 from reaperhulk/ski-classmethod | Alex Gaynor | 2015-08-08 | 4 | -4/+117 | |
|\ \ | | | | | | | SubjectKeyIdentifier classmethod |