aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #2256 from reaperhulk/ext-oid-testsAlex Gaynor2015-08-102-94/+96
|\ \ \ | |/ / |/| | switch tests to use ExtensionOID namespace
| * | switch tests to use ExtensionOID namespacePaul Kehrer2015-08-102-94/+96
| | |
* | | Merge pull request #2254 from reaperhulk/oid-backendAlex Gaynor2015-08-102-26/+28
|\ \ \ | |/ / |/| | switch the openssl backend to use the OID namespace
| * | switch the openssl backend to use the OID namespacePaul Kehrer2015-08-102-26/+28
| | |
* | | Merge pull request #2253 from reaperhulk/name-oid-testsAlex Gaynor2015-08-102-237/+239
|\ \ \ | |/ / |/| | switch tests to use NameOID
| * | switch tests to use NameOIDPaul Kehrer2015-08-102-237/+239
|/ /
* | Merge pull request #2248 from reaperhulk/oid-the-restAlex Gaynor2015-08-103-47/+58
|\ \ | |/ |/| namespace the rest of the oids
| * namespace the rest of the oidsPaul Kehrer2015-08-093-47/+58
|/
* Merge pull request #2247 from reaperhulk/oid-nameAlex Gaynor2015-08-102-54/+52
|\ | | | | namespace Name OIDs
| * namespace Name OIDsPaul Kehrer2015-08-092-54/+52
| |
* | Merge pull request #2244 from reaperhulk/x509-gn-splitAlex Gaynor2015-08-103-260/+278
|\ \ | |/ |/| split general names
| * remove extra _GENERAL_NAMESPaul Kehrer2015-08-091-12/+0
| |
| * split general namesPaul Kehrer2015-08-093-248/+278
| |
* | Merge pull request #2245 from reaperhulk/oid-signaturealgorithmAlex Gaynor2015-08-092-65/+64
|\ \ | | | | | | namespace oid signature algorithm
| * | namespace oid signature algorithmPaul Kehrer2015-08-092-65/+64
|/ /
* | Merge pull request #2243 from reaperhulk/oid-extensionsAlex Gaynor2015-08-093-87/+81
|\ \ | |/ |/| namespace OID extensions
| * namespace OID extensionsPaul Kehrer2015-08-093-87/+81
|/
* Merge pull request #2242 from reaperhulk/x509-name-splitAlex Gaynor2015-08-093-61/+73
|\ | | | | split Name from x509 module
| * split Name from x509 modulePaul Kehrer2015-08-093-61/+73
|/
* Merge pull request #2239 from alex/finish-remove-duplicationPaul Kehrer2015-08-091-61/+61
|\ | | | | Completed the removal of duplicate oids
| * Completed the removal of duplicate oidsAlex Gaynor2015-08-091-61/+61
|/
* Merge pull request #2238 from alex/reduce-duplicationPaul Kehrer2015-08-091-14/+14
|\ | | | | De-duplicate OIDs for signatures
| * De-duplicate OIDs for signaturesAlex Gaynor2015-08-091-14/+14
|/
* Merge pull request #2237 from alex/reduce-duplicationPaul Kehrer2015-08-091-67/+66
|\ | | | | Reduce the duplication in teh string versions of oids
| * Reduce the duplication in teh string versions of oidsAlex Gaynor2015-08-091-67/+66
|/
* Merge pull request #2236 from reaperhulk/x509-splitAlex Gaynor2015-08-093-176/+354
|\ | | | | start splitting the x509 module
| * start splitting the x509 modulePaul Kehrer2015-08-093-176/+354
|/
* Merge pull request #2233 from reaperhulk/encode-nocheckAlex Gaynor2015-08-092-0/+39
|\ | | | | add support for OCSPNoCheck to the CertificateBuilder
| * improve comment for ocsp_nocheck encodingPaul Kehrer2015-08-091-3/+2
| |
| * add support for OCSPNoCheck to the CertificateBuilderPaul Kehrer2015-08-092-0/+40
| |
* | Merge pull request #2232 from reaperhulk/encode-ianAlex Gaynor2015-08-093-26/+69
|\ \ | |/ |/| support issuer alternative name encoding
| * pep8 fixPaul Kehrer2015-08-091-2/+0
| |
| * move a testPaul Kehrer2015-08-092-26/+23
| |
| * support issuer alternative name encodingPaul Kehrer2015-08-093-4/+52
|/
* Merge pull request #2231 from reaperhulk/simplify-certbuilderAlex Gaynor2015-08-094-100/+44
|\ | | | | Simplify Cert and CSR Builder
| * move encode out of try blocksPaul Kehrer2015-08-091-2/+2
| |
| * update changelogPaul Kehrer2015-08-081-9/+4
| |
| * simplify the CSRBuilderPaul Kehrer2015-08-083-32/+15
| |
| * remove a lot of if/elif chains in the certificate builderPaul Kehrer2015-08-083-59/+25
| |
* | Merge pull request #2234 from reaperhulk/versionaddedAlex Gaynor2015-08-091-0/+4
|\ \ | |/ |/| add versionadded to the get_provision_uri methods on TOTP/HOTP
| * add versionadded to the get_provision_uri methods on TOTP/HOTPPaul Kehrer2015-08-091-0/+4
|/
* Merge pull request #2230 from reaperhulk/encode-iapAlex Gaynor2015-08-086-3/+52
|\ | | | | support InhibitAnyPolicy in CertificateBuilder
| * fix unsupported testPaul Kehrer2015-08-082-3/+5
| |
| * support InhibitAnyPolicy in CertificateBuilderPaul Kehrer2015-08-085-0/+47
|/
* Merge pull request #2229 from alex/py34-pep8Paul Kehrer2015-08-082-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 pythonAlex Gaynor2015-08-082-2/+2
| |
* | Merge pull request #2228 from alex/rand-intPaul Kehrer2015-08-081-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 #2190Alex Gaynor2015-08-081-0/+8
| |/
* | Merge pull request #2215 from reaperhulk/changelog-updateAlex Gaynor2015-08-081-1/+7
|\ \ | | | | | | Changelog update: extensions we support for CertificateBuilder
| * | list all the other extensions we support for CertificateBuilderPaul Kehrer2015-08-061-1/+7
| | |