aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2084 from reaperhulk/name-constraints-osslAlex Gaynor2015-07-012-0/+74
|\
| * support name constraints in the openssl backendPaul Kehrer2015-06-292-0/+74
* | Merge pull request #2073 from glyph/no-c-randomPaul Kehrer2015-06-3010-218/+96
|\ \ | |/ |/|
| * test libressl when there is no libresslGlyph2015-06-301-2/+15
| * pep8Glyph2015-06-301-0/+1
| * Detect and ignore LibreSSL.Glyph2015-06-301-1/+3
| * the output of RAND_bytes is os.urandom's resultGlyph2015-06-291-0/+14
| * the assertier the merrierGlyph2015-06-271-0/+1
| * comment on longer correct - not aliases any moreGlyph2015-06-271-5/+3
| * do the hokey pokeyGlyph2015-06-271-13/+13
| * shuffle everything back onto the classGlyph2015-06-271-50/+45
| * dead codeGlyph2015-06-271-1/+0
| * consistency about underscores and prefixesGlyph2015-06-271-6/+6
| * space before starGlyph2015-06-271-3/+3
| * nothing pseudo about itGlyph2015-06-271-11/+2
| * handle previous registration by raising RuntimeErrorGlyph2015-06-272-5/+3
| * unnecessary belt-and-suspenders error checkingGlyph2015-06-271-2/+0
| * coding standardGlyph2015-06-271-1/+2
| * clear the error queueGlyph2015-06-271-0/+4
| * bind ERR_clear_errorGlyph2015-06-271-0/+1
| * also retain method with a global referenceGlyph2015-06-271-5/+7
| * move everything to module scope; much simpler that wayGlyph2015-06-271-67/+58
| * don't need the intermediary 'struct' declaration.Glyph2015-06-271-10/+8
| * comply with C coding standard, for which there is no linterGlyph2015-06-262-9/+9
| * lintGlyph2015-06-261-0/+1
| * pointer shenanigansGlyph2015-06-262-11/+11
| * remove remaining vestiges, make adding twice workGlyph2015-06-267-212/+4
| * python implementationGlyph2015-06-261-1/+65
| * 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 vectorPaul Kehrer2015-06-293-1/+45
* | | Merge pull request #2090 from stevepeak/patch-2Paul Kehrer2015-06-291-1/+1
|\ \ \
| * | | Fix is now formally availableSteve Peak2015-06-291-1/+1
|/ / /
* | | Merge pull request #2089 from reaperhulk/codecovDonald Stufft2015-06-293-4/+4
|\ \ \
| * | | 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 encodingPaul Kehrer2015-06-281-0/+3
|/ /
* | Merge pull request #2086 from alex/unify-parse-extensionsPaul Kehrer2015-06-281-80/+71
|\ \
| * | 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
|\ \ \
| * | | 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 elsewherePaul Kehrer2015-06-272-23/+30