aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-29DH numbersorigin/pr/1315Alex Stapleton5-0/+213
2014-12-25Merge pull request #1576 from alex/openssh-elliptic-curvePaul Kehrer4-36/+196
2014-12-25Added a changelog entryAlex Gaynor1-0/+3
2014-12-25Get us up to 100% coverageAlex Gaynor1-0/+10
2014-12-25Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ar...Alex Gaynor2-5/+56
2014-12-25Write some tests for failure casesAlex Gaynor1-0/+29
2014-12-24Merge branch 'master' into openssh-elliptic-curveAlex Gaynor3-109/+2
2014-12-24Merge pull request #1578 from alex/remove-deprecated-docsPaul Kehrer1-82/+0
2014-12-24Merge pull request #1577 from alex/remove-deprecatedPaul Kehrer2-27/+2
2014-12-24this test requires a specific curveAlex Gaynor1-0/+2
2014-12-24Bring back text about unsupported formatsAlex Gaynor1-0/+4
2014-12-24Removed documentation for features which were removedAlex Gaynor1-82/+0
2014-12-24Removed some deprecated codeAlex Gaynor2-27/+2
2014-12-24Improved docstringAlex Gaynor1-1/+5
2014-12-24THese are bytes for py3kAlex Gaynor1-3/+3
2014-12-24Reduce the duplicationAlex Gaynor1-13/+11
2014-12-24Attempt to remove some duplicationAlex Gaynor1-26/+24
2014-12-24Update the docs a bitAlex Gaynor1-7/+6
2014-12-24Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH formatAlex Gaynor2-9/+71
2014-12-24Merge pull request #1575 from reaperhulk/more-delayAlex Gaynor1-2/+2
2014-12-24increase delay waiting for wheel job to startPaul Kehrer1-2/+2
2014-12-23Merge pull request #1574 from reaperhulk/license-files-are-hardAlex Gaynor1-0/+2
2014-12-23who can remember where all these files belong? nobody.Paul Kehrer1-0/+2
2014-12-23Merge pull request #1570 from reaperhulk/final-consolidationAlex Gaynor1-66/+18
2014-12-23add both types of EC key formats to parametrized testPaul Kehrer1-6/+7
2014-12-23final cleanup for PEM serializationPaul Kehrer1-60/+11
2014-12-23Merge pull request #1572 from alex/delete-duplicatePaul Kehrer1-23/+5
2014-12-23Merge pull request #1571 from reaperhulk/add-pypy3Alex Gaynor3-0/+18
2014-12-23Combined duplicated serialization testsAlex Gaynor1-23/+5
2014-12-23don't do coverage under pypy3Paul Kehrer1-0/+6
2014-12-23add a comment explaining why we're excluding pypy3 on linuxPaul Kehrer1-0/+1
2014-12-23also exclude 0.9.8 pypy3 on linux for nowPaul Kehrer1-0/+2
2014-12-23add pypy3 to build matrixPaul Kehrer2-0/+9
2014-12-22Merge pull request #1567 from reaperhulk/consolidate-moreAlex Stapleton2-25/+26
2014-12-22Merge pull request #1568 from reaperhulk/consolidate-even-moreAlex Stapleton1-57/+31
2014-12-22parametrize some more serialization testsPaul Kehrer1-57/+31
2014-12-22consolidate dsa serialization loading tests and improve verifierPaul Kehrer2-25/+26
2014-12-22Merge pull request #1566 from alex/reduce-duplicationPaul Kehrer1-35/+22
2014-12-21Reduce duplication in the serialization tests -- refs #1564Alex Gaynor1-35/+22
2014-12-21Merge pull request #1565 from alex/flesh-out-asymmetric-indexPaul Kehrer1-0/+22
2014-12-21Provide background on asymmetric crypto in indexAlex Gaynor1-0/+22
2014-12-19Merge pull request #1563 from alex/serialized-rsaPaul Kehrer1-1/+37
2014-12-19Missing charAlex Gaynor1-1/+1
2014-12-19Describe key generation and key loading in the RSA docsAlex Gaynor1-1/+37
2014-12-19Merge pull request #1562 from alex/spruce-it-upPaul Kehrer1-40/+57
2014-12-19Fixed reST mistakeAlex Gaynor1-1/+1
2014-12-19Merge pull request #1561 from alex/link-randomlvh3-40/+44
2014-12-19SPellingAlex Gaynor1-1/+1
2014-12-19Spruced up teh RSA docs. Contains a bit more prose and hopefully helps people...Alex Gaynor1-40/+57
2014-12-19Merge pull request #1560 from alex/padding-move-docslvh3-81/+77