aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #2069 from alex/param-orderingPaul Kehrer2015-06-263-20/+10
|\
| * 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 SANPaul Kehrer2015-06-262-0/+21
| |/
* | Merge pull request #2066 from reaperhulk/csr-builder-set-subjectAlex Gaynor2015-06-262-3/+35
|\ \ | |/ |/|
| * 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
|/
* Merge pull request #2064 from reaperhulk/simplify-x509Alex Gaynor2015-06-261-40/+0
|\
| * simplify x509 csr builder testsPaul Kehrer2015-06-261-40/+0
* | Merge pull request #2063 from reaperhulk/improve-backend-docsAlex Gaynor2015-06-261-0/+31
|\ \ | |/ |/|
| * add two missing methods to backend interface docsPaul Kehrer2015-06-261-0/+31
|/
* Merge pull request #2045 from sigmavirus24/csr-builderPaul Kehrer2015-06-269-3/+543
|\
| * Use SECP256R1 instead of SECT283K1 in CSR testsIan Cordasco2015-06-242-4/+4
| * Add test for unicode attributes in CSRsIan Cordasco2015-06-241-0/+32
| * Skip tests when the EC curve is unsupportedIan Cordasco2015-06-242-0/+3
| * 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-243-5/+120
| * Simplify test for unsupported extensionsIan Cordasco2015-06-241-9/+1
| * Address review comments around add_extension methodIan Cordasco2015-06-243-6/+8
| * 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