Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update supported platforms | Paul Kehrer | 2014-12-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1584 from Ayrx/fix-openssl-backend-docs | Alex Stapleton | 2014-12-28 | 1 | -2/+3 |
|\ | | | | | Update OpenSSL backend docs. | ||||
| * | Update OpenSSL backend docs. | Terry Chia | 2014-12-28 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #1581 from alex/grammar | Paul Kehrer | 2014-12-27 | 1 | -10/+10 |
|\ | | | | | Fixed some grammar in the docs | ||||
| * | Fixed some grammar in the docs | Alex Gaynor | 2014-12-27 | 1 | -10/+10 |
|/ | |||||
* | Merge pull request #1576 from alex/openssh-elliptic-curve | Paul Kehrer | 2014-12-25 | 4 | -36/+196 |
|\ | | | | | Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH format | ||||
| * | Added a changelog entry | Alex Gaynor | 2014-12-25 | 1 | -0/+3 |
| | | |||||
| * | Get us up to 100% coverage | Alex Gaynor | 2014-12-25 | 1 | -0/+10 |
| | | |||||
| * | Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ↵ | Alex Gaynor | 2014-12-25 | 2 | -5/+56 |
| | | | | | | | | aren't divisibly by 8 | ||||
| * | Write some tests for failure cases | Alex Gaynor | 2014-12-25 | 1 | -0/+29 |
| | | |||||
| * | Merge branch 'master' into openssh-elliptic-curve | Alex Gaynor | 2014-12-24 | 3 | -109/+2 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1578 from alex/remove-deprecated-docs | Paul Kehrer | 2014-12-24 | 1 | -82/+0 |
|\ \ | | | | | | | Removed documentation for features which were removed | ||||
| * | | Removed documentation for features which were removed | Alex Gaynor | 2014-12-24 | 1 | -82/+0 |
| | | | |||||
* | | | Merge pull request #1577 from alex/remove-deprecated | Paul Kehrer | 2014-12-24 | 2 | -27/+2 |
|\ \ \ | |/ / |/| | | Removed some deprecated code | ||||
| * | | Removed some deprecated code | Alex Gaynor | 2014-12-24 | 2 | -27/+2 |
|/ / | |||||
| * | this test requires a specific curve | Alex Gaynor | 2014-12-24 | 1 | -0/+2 |
| | | |||||
| * | Bring back text about unsupported formats | Alex Gaynor | 2014-12-24 | 1 | -0/+4 |
| | | |||||
| * | Improved docstring | Alex Gaynor | 2014-12-24 | 1 | -1/+5 |
| | | |||||
| * | THese are bytes for py3k | Alex Gaynor | 2014-12-24 | 1 | -3/+3 |
| | | |||||
| * | Reduce the duplication | Alex Gaynor | 2014-12-24 | 1 | -13/+11 |
| | | |||||
| * | Attempt to remove some duplication | Alex Gaynor | 2014-12-24 | 1 | -26/+24 |
| | | |||||
| * | Update the docs a bit | Alex Gaynor | 2014-12-24 | 1 | -7/+6 |
| | | |||||
| * | Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH format | Alex Gaynor | 2014-12-24 | 2 | -9/+71 |
|/ | |||||
* | Merge pull request #1575 from reaperhulk/more-delay | Alex Gaynor | 2014-12-24 | 1 | -2/+2 |
|\ | | | | | increase delay waiting for wheel job to start | ||||
| * | increase delay waiting for wheel job to start | Paul Kehrer | 2014-12-24 | 1 | -2/+2 |
|/ | | | | fixes #1543 | ||||
* | Merge pull request #1574 from reaperhulk/license-files-are-hard | Alex Gaynor | 2014-12-23 | 1 | -0/+2 |
|\ | | | | | Add missing license files to the cryptography_vectors | ||||
| * | who can remember where all these files belong? nobody. | Paul Kehrer | 2014-12-23 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1570 from reaperhulk/final-consolidation | Alex Gaynor | 2014-12-23 | 1 | -66/+18 |
|\ \ | |/ |/| | final cleanup for PEM serialization | ||||
| * | add both types of EC key formats to parametrized test | Paul Kehrer | 2014-12-23 | 1 | -6/+7 |
| | | |||||
| * | final cleanup for PEM serialization | Paul Kehrer | 2014-12-23 | 1 | -60/+11 |
|/ | |||||
* | Merge pull request #1572 from alex/delete-duplicate | Paul Kehrer | 2014-12-23 | 1 | -23/+5 |
|\ | | | | | Combined duplicated serialization tests | ||||
| * | Combined duplicated serialization tests | Alex Gaynor | 2014-12-23 | 1 | -23/+5 |
| | | |||||
* | | Merge pull request #1571 from reaperhulk/add-pypy3 | Alex Gaynor | 2014-12-23 | 3 | -0/+18 |
|\ \ | |/ |/| | add pypy3 to build matrix | ||||
| * | don't do coverage under pypy3 | Paul Kehrer | 2014-12-23 | 1 | -0/+6 |
| | | |||||
| * | add a comment explaining why we're excluding pypy3 on linux | Paul Kehrer | 2014-12-23 | 1 | -0/+1 |
| | | |||||
| * | also exclude 0.9.8 pypy3 on linux for now | Paul Kehrer | 2014-12-23 | 1 | -0/+2 |
| | | |||||
| * | add pypy3 to build matrix | Paul Kehrer | 2014-12-23 | 2 | -0/+9 |
|/ | | | | excluding on linux until the ubuntu ppa has it | ||||
* | Merge pull request #1567 from reaperhulk/consolidate-more | Alex Stapleton | 2014-12-22 | 2 | -25/+26 |
|\ | | | | | consolidate dsa serialization loading tests and improve verifier | ||||
| * | consolidate dsa serialization loading tests and improve verifier | Paul Kehrer | 2014-12-22 | 2 | -25/+26 |
| | | |||||
* | | Merge pull request #1568 from reaperhulk/consolidate-even-more | Alex Stapleton | 2014-12-22 | 1 | -57/+31 |
|\ \ | |/ |/| | parametrize some more serialization tests | ||||
| * | parametrize some more serialization tests | Paul Kehrer | 2014-12-22 | 1 | -57/+31 |
|/ | |||||
* | Merge pull request #1566 from alex/reduce-duplication | Paul Kehrer | 2014-12-22 | 1 | -35/+22 |
|\ | | | | | Reduce duplication in the serialization tests -- refs #1564 | ||||
| * | Reduce duplication in the serialization tests -- refs #1564 | Alex Gaynor | 2014-12-21 | 1 | -35/+22 |
|/ | |||||
* | Merge pull request #1565 from alex/flesh-out-asymmetric-index | Paul Kehrer | 2014-12-21 | 1 | -0/+22 |
|\ | | | | | Provide background on asymmetric crypto in index | ||||
| * | Provide background on asymmetric crypto in index | Alex Gaynor | 2014-12-21 | 1 | -0/+22 |
|/ | |||||
* | Merge pull request #1563 from alex/serialized-rsa | Paul Kehrer | 2014-12-19 | 1 | -1/+37 |
|\ | | | | | Describe key generation and key loading in the RSA docs | ||||
| * | Missing char | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | Describe key generation and key loading in the RSA docs | Alex Gaynor | 2014-12-19 | 1 | -1/+37 |
|/ | |||||
* | Merge pull request #1562 from alex/spruce-it-up | Paul Kehrer | 2014-12-19 | 1 | -40/+57 |
|\ | | | | | Spruced up teh RSA docs. Contains a bit more prose and hopefully helps people make better life decisions | ||||
| * | Fixed reST mistake | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | |