aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #2080 from alex/test-coveragePaul Kehrer2015-06-272-53/+48
|\ \ | |/ |/|
| * 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
|/
* Merge pull request #2079 from reaperhulk/branch-fixesAlex Gaynor2015-06-274-164/+70
|\
| * 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 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 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 coverageAlex Gaynor2015-06-271-6/+6
|/
* Merge pull request #2074 from glyph/im-helpingAlex Gaynor2015-06-271-0/+1
|\
| * 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 subjectAlex Gaynor2015-06-273-2/+14
|/
* Merge pull request #2071 from reaperhulk/wildcard-oh-noAlex Gaynor2015-06-272-1/+42
|\
| * do this much more simplyPaul Kehrer2015-06-261-7/+4
| * handle wildcard DNSNames with IDNA.Paul Kehrer2015-06-262-1/+45
* | 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
| * Properly use RSA fixtures to generate private keysIan Cordasco2015-06-242-5/+11
| * Update registering pp with ffi.gcIan Cordasco2015-06-241-4/+3
| * Update CSR tests and implementationIan Cordasco2015-06-243-23/+8
| * Fix new tests to pass text value to NameAttributeIan Cordasco2015-06-241-20/+20
| * Address code review regarding style and gcIan Cordasco2015-06-243-20/+17