aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | use new constantGlyph2015-06-261-1/+1
| | | |
| * | | compare contents and not pointersGlyph2015-06-261-9/+12
| | | |
| * | | a place for a couple of new constants to liveGlyph2015-06-261-0/+2
| | | |
| * | | deopaque a couple of thingsGlyph2015-06-261-2/+11
| | | |
* | | | Merge pull request #2088 from reaperhulk/nc-vectorsAlex Gaynor2015-06-293-1/+45
|\ \ \ \ | | | | | | | | | | add more basic name constraints vector
| * | | | add more basic name constraints vectorPaul Kehrer2015-06-293-1/+45
| | | | |
* | | | | Merge pull request #2090 from stevepeak/patch-2Paul Kehrer2015-06-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix is now on main uploader
| * | | | | Fix is now formally availableSteve Peak2015-06-291-1/+1
|/ / / / /
* | | | | Merge pull request #2089 from reaperhulk/codecovDonald Stufft2015-06-293-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | Switch to codecov
| * | | | Testing codecov/support#43Steve Peak2015-06-291-1/+1
| | | | |
| * | | | Switch to codecov.io from coverallsCorey Farwell2015-06-293-4/+4
| |/ / /
* | | | Merge pull request #2087 from reaperhulk/fix-2082Alex Gaynor2015-06-281-0/+3
|\ \ \ \ | |/ / / |/| | | fix a memory leak in basic constraints encoding
| * | | fix a memory leak in basic constraints encodingPaul Kehrer2015-06-281-0/+3
|/ / /
* | | Merge pull request #2086 from alex/unify-parse-extensionsPaul Kehrer2015-06-281-80/+71
|\ \ \ | | | | | | | | Initial stab at unifying the extension parsing code fro CSRs and certificates
| * | | use a dict hereAlex Gaynor2015-06-281-24/+24
| | | |
| * | | Factor this code out.Alex Gaynor2015-06-281-40/+35
| | | |
| * | | Initial stab at unifying the extension parsing code fro CSRs and certificatesAlex Gaynor2015-06-281-79/+75
| | |/ | |/|
* | | Merge pull request #2083 from reaperhulk/nc-vectorAlex Gaynor2015-06-283-11/+32
|\ \ \ | | | | | | | | Name Constraints vectors
| * | | add new name constraints vector with invalid IP netmaskPaul Kehrer2015-06-282-0/+21
| | | |
| * | | fix permitted/excluded nameconstraints vector to have valid IP netmaskPaul Kehrer2015-06-281-11/+11
|/ / /
* | | Merge pull request #2081 from reaperhulk/move-int-from-bytesAlex Gaynor2015-06-282-23/+30
|\ \ \ | |/ / |/| | move int_from_bytes so we can use it elsewhere
| * | move int_from_bytes so we can use it elsewherePaul Kehrer2015-06-272-23/+30
| | |
* | | Merge pull request #2080 from alex/test-coveragePaul Kehrer2015-06-272-53/+48
|\ \ \ | |/ / |/| | Simplified code in the test loaders and improved branch coverage in the x509 tests
| * | fixAlex Gaynor2015-06-271-1/+2
| | |
| * | Simplified code in the test loaders and improved branch coverage in the x509 ↵Alex Gaynor2015-06-272-53/+47
|/ / | | | | | | tests
* | Merge pull request #2079 from reaperhulk/branch-fixesAlex Gaynor2015-06-274-164/+70
|\ \ | | | | | | Branch fixes
| * | require serialization in asym testsPaul Kehrer2015-06-274-164/+70
| | |
* | | Merge pull request #2078 from alex/ssh-load-coveragePaul Kehrer2015-06-272-8/+6
|\ \ \ | |/ / |/| | Improvemed branch coverage for ssh public key loading
| * | Improvemed branch coverage for ssh public key loadingAlex Gaynor2015-06-272-8/+6
|/ /
* | Merge pull request #2076 from alex/more-branch-coveragePaul Kehrer2015-06-272-8/+27
|\ \ | | | | | | More branch coverage improvements. By virtue of reorganization and a new test
| * | More branch coverage improvements. By virtue of reorganization and a new testAlex Gaynor2015-06-272-8/+27
| | |
* | | Merge pull request #2075 from alex/x509-branch-coveragePaul Kehrer2015-06-271-6/+6
|\ \ \ | |/ / |/| | Reorganized some code to improve branch coverage
| * | Reorganized some code to improve branch coverageAlex Gaynor2015-06-271-6/+6
|/ /
* | Merge pull request #2074 from glyph/im-helpingAlex Gaynor2015-06-271-0/+1
|\ \ | | | | | | Add Glyph to AUTHORS.rst.
| * | Add Glyph to AUTHORS.rst.Glyph2015-06-261-0/+1
| | |
* | | Merge pull request #2072 from alex/require-subjectPaul Kehrer2015-06-273-2/+14
|\ \ \ | |/ / |/| | Fixed #2067 -- raise an error if a CSRbuilder doesn't hav a subject
| * | Fixed #2067 -- raise an error if a CSRbuilder doesn't hav a subjectAlex Gaynor2015-06-273-2/+14
|/ /
* | Merge pull request #2071 from reaperhulk/wildcard-oh-noAlex Gaynor2015-06-272-1/+42
|\ \ | |/ |/| handle wildcard DNSNames with IDNA.
| * do this much more simplyPaul Kehrer2015-06-261-7/+4
| |
| * handle wildcard DNSNames with IDNA.Paul Kehrer2015-06-262-1/+45
| | | | | | | | fixes #2054
* | Merge pull request #2069 from alex/param-orderingPaul Kehrer2015-06-263-20/+10
|\ \ | |/ |/| Make the parameter ordering in sign() consistent with other code
| * fix this testAlex Gaynor2015-06-261-1/+1
| |
| * Merge branch 'master' into param-orderingAlex Gaynor2015-06-262-3/+35
| |\
| * | fixed docsAlex Gaynor2015-06-261-1/+1
| | |
| * | Make the parameter ordering in sign() consistent with other codeAlex Gaynor2015-06-263-18/+8
| | |
* | | Merge pull request #2068 from reaperhulk/wildcard-idna-san-vectorAlex Gaynor2015-06-262-0/+21
|\ \ \ | |_|/ |/| | add wildcard IDNA SAN
| * | add wildcard IDNA SANPaul Kehrer2015-06-262-0/+21
| |/
* | Merge pull request #2066 from reaperhulk/csr-builder-set-subjectAlex Gaynor2015-06-262-3/+35
|\ \ | |/ |/| fix coverage in CSR builder
| * test notimplementederror for unsupported csr extensions in backendsPaul Kehrer2015-06-262-0/+18
| |
| * add test for CSR builder setting subject twicePaul Kehrer2015-06-261-3/+17
|/