aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' into encode-sanAlex Gaynor2015-07-032-3/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into encode-sanAlex Gaynor2015-07-0326-246/+379
| |\ \ \ \ \
| * \ \ \ \ \ resolved merge conflictAlex Gaynor2015-06-287-116/+137
| |\ \ \ \ \ \
| * | | | | | | fix the not implemeneted testAlex Gaynor2015-06-282-1/+15
| * | | | | | | Clean up code and fix.Alex Gaynor2015-06-282-36/+20
| * | | | | | | Initial code to encode SANsAlex Gaynor2015-06-284-1/+81
* | | | | | | | Merge pull request #2116 from alex/version-added-public-bytesPaul Kehrer2015-07-051-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Document that public_bytes on certs and CSRs are new in 1.0Alex Gaynor2015-07-051-0/+4
* | | | | | | | | Merge pull request #2115 from alex/factor-asn1-stringsPaul Kehrer2015-07-051-16/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Factor out the ASN.1 string handling code in the OpenSSL backendAlex Gaynor2015-07-051-16/+16
| |/ / / / / / /
* | | | | | | | Merge pull request #2114 from reaperhulk/san-unsupported-nameAlex Gaynor2015-07-051-6/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | change unsupported generalname test to use x400addressPaul Kehrer2015-07-051-6/+4
|/ / / / / / /
* | | | | | | Merge pull request #2113 from reaperhulk/new-gn-typesAlex Gaynor2015-07-053-0/+5
|\ \ \ \ \ \ \
| * | | | | | | add SAN ediPartyName and x400Address test vectorsPaul Kehrer2015-07-043-0/+5
* | | | | | | | Merge pull request #2112 from reaperhulk/publickeywithserializationAlex Gaynor2015-07-057-43/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | docs changes based on feedbackPaul Kehrer2015-07-044-12/+6
| * | | | | | | relink some thingsPaul Kehrer2015-07-042-7/+5
| * | | | | | | move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-046-30/+30
* | | | | | | | Merge pull request #2111 from alex/othername-bindingPaul Kehrer2015-07-041-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Refs #2108 -- expand the OTHERNAME binding.Alex Gaynor2015-07-041-1/+2
* | | | | | | | Merge pull request #2110 from reaperhulk/remove-with-numbersAlex Gaynor2015-07-044-114/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | unlink a lot of things in the changelog since they no longer existPaul Kehrer2015-07-041-21/+14
| * | | | | | | | remove docs for WithNumbers classes that are removed in 1.0Paul Kehrer2015-07-043-93/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #2109 from reaperhulk/doc-osx-installAlex Gaynor2015-07-042-1/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | add some more detail.Paul Kehrer2015-07-041-1/+3
| * | | | | | | add some documentation around the requirement for xcode cli tools on macPaul Kehrer2015-07-042-1/+15
|/ / / / / / /
* | | | | | | Merge pull request #2107 from reaperhulk/port-0.9.2-changelogAlex Gaynor2015-07-031-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | port the 0.9.2 changelog to masterPaul Kehrer2015-07-031-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2106 from alex/ia5-stringPaul Kehrer2015-07-031-1/+4
|\ \ \ \ \ \
| * | | | | | Added some nonsense around IA5STRINGAlex Gaynor2015-07-031-1/+4
|/ / / / / /
* | | | | | Merge pull request #2105 from reaperhulk/fix-2101Alex Gaynor2015-07-031-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add some requested elliptic curve bindingsPaul Kehrer2015-07-031-0/+10
|/ / / / /
* | | | | Merge pull request #2104 from alex/csr-sanPaul Kehrer2015-07-032-0/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Added support for SANs in CSRsAlex Gaynor2015-07-032-0/+15
|/ / / /
* | | | Merge pull request #2102 from alex/more-bindingsPaul Kehrer2015-07-031-0/+5
|\ \ \ \
| * | | | added a few more x509 bindings for SAN encodingAlex Gaynor2015-07-031-0/+5
| | |_|/ | |/| |
* | | | Merge pull request #2103 from alex/extra-unimplementedPaul Kehrer2015-07-032-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Added a test with two extensions, and added key usage support to the frontendAlex Gaynor2015-07-032-0/+15
|/ / /
* | | Merge pull request #2100 from alex/x509-cleanupPaul Kehrer2015-07-021-20/+12
|\ \ \
| * | | Shift around the x509 code, all the extensions are going to have the same thingAlex Gaynor2015-07-021-20/+12
|/ / /
* | | Merge pull request #2099 from alex/test-coveragePaul Kehrer2015-07-023-6/+11
|\ \ \
| * | | fixed testsAlex Gaynor2015-07-022-9/+7
| * | | commentAlex Gaynor2015-07-021-0/+2
| * | | Improved coverage for tests, handle multiple pytest.mark.supported decorators...Alex Gaynor2015-07-022-1/+6
|/ / /
* | | Merge pull request #2097 from alex/test-ifacePaul Kehrer2015-07-011-3/+5
|\ \ \
| * | | Fixed #1689 -- correctly handle code with multiple requires_backend_itnerfaceAlex Gaynor2015-07-011-3/+5
* | | | Merge pull request #2096 from reaperhulk/yet-another-nc-vectorAlex Gaynor2015-07-012-0/+22
|\ \ \ \
| * | | | add name constraints vector with /32 and /128 IP networksPaul Kehrer2015-07-012-0/+22
| |/ / /
* | | | Merge pull request #2093 from reaperhulk/gcm-fix-forever-maybeAlex Gaynor2015-07-013-0/+71
|\ \ \ \ | |/ / / |/| | |
| * | | do the same simplification to the aad testPaul Kehrer2015-07-011-3/+1