aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | nothing pseudo about itGlyph2015-06-271-11/+2
| * | handle previous registration by raising RuntimeErrorGlyph2015-06-271-3/+1
| * | 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-261-2/+3
| * | remove remaining vestiges, make adding twice workGlyph2015-06-265-208/+2
| * | python implementationGlyph2015-06-261-1/+65
| * | use new constantGlyph2015-06-261-1/+1
| * | a place for a couple of new constants to liveGlyph2015-06-261-0/+2
| * | deopaque a couple of thingsGlyph2015-06-261-2/+11
* | | 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
| | |/ | |/|
* / | move int_from_bytes so we can use it elsewherePaul Kehrer2015-06-272-23/+30
|/ /
* | Improvemed branch coverage for ssh public key loadingAlex Gaynor2015-06-272-8/+6
* | Merge pull request #2076 from alex/more-branch-coveragePaul Kehrer2015-06-271-8/+6
|\ \
| * | More branch coverage improvements. By virtue of reorganization and a new testAlex Gaynor2015-06-271-8/+6
* | | Reorganized some code to improve branch coverageAlex Gaynor2015-06-271-6/+6
|/ /
* | Fixed #2067 -- raise an error if a CSRbuilder doesn't hav a subjectAlex Gaynor2015-06-272-1/+3
* | Merge pull request #2071 from reaperhulk/wildcard-oh-noAlex Gaynor2015-06-271-1/+11
|\ \ | |/ |/|
| * do this much more simplyPaul Kehrer2015-06-261-7/+4
| * handle wildcard DNSNames with IDNA.Paul Kehrer2015-06-261-1/+14
* | Merge branch 'master' into param-orderingAlex Gaynor2015-06-261-0/+4
|\|
| * test notimplementederror for unsupported csr extensions in backendsPaul Kehrer2015-06-261-0/+4
* | Make the parameter ordering in sign() consistent with other codeAlex Gaynor2015-06-261-1/+1
|/
* Use utf8 to encode attribute values instead of asciiIan Cordasco2015-06-241-2/+2
* Add tests to the CSR Builder for EC and DSA keysIan Cordasco2015-06-241-1/+12
* Address review comments around add_extension methodIan Cordasco2015-06-241-2/+3
* Only allow subject_name to be set once on a BuilderIan Cordasco2015-06-241-0/+2
* Unconditionally encode values to asciiIan Cordasco2015-06-241-5/+2
* Update registering pp with ffi.gcIan Cordasco2015-06-241-4/+3
* Update CSR tests and implementationIan Cordasco2015-06-242-2/+3
* Address code review regarding style and gcIan Cordasco2015-06-241-12/+13
* Removes set_ prefix on CSR builder method.Andre Caron2015-06-241-1/+1
* Changes builder extension API.Andre Caron2015-06-241-3/+5
* Removes CSR builder version setter.Andre Caron2015-06-242-17/+4
* Fixes memory leak,Andre Caron2015-06-241-0/+6
* Extends supported range for integer conversion,Andre Caron2015-06-241-2/+9
* Fixes docstring typo.Andre Caron2015-06-241-1/+1
* Adds method chaining to CSR builder.Andre Caron2015-06-241-6/+12
* Removes OID to txt to OID conversion.Andre Caron2015-06-241-10/+3