Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-25 | Add support for ECDSA key sizes 384 and 521 alongside the existing 256. | Alex Orange | |
Previously only 256-bit was handled and in certain cases (private key reading) 384- and 521-bit keys were treated as 256-bit keys causing silent errors. Tests have been added to specifically test the 384 and 521 keysizes. As RFC 5656 defines 256, 384, and 521 as the required keysizes this seems a good set to test. Also, this will cover the branches at ecdsakey.py:55. Test keys were renamed and test_client.py was modified as a result. This also fixes two bugs in ecdsakey.py. First, when calculating bytes needed to store a key, the assumption was made that the key size (in bits) was divisible by 8 (see line 137). This has been fixed by rounding up (wasn't an issue as only 256-bit keys were used before). Another bug was that the key padding in asbytes was being done backwards (was padding on current_length - needed_length bytes). | |||
2016-04-25 | Merge branch '1.17' | Jeff Forcier | |
2016-04-25 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-25 | Reword/link changelog re #677, re #676 | Jeff Forcier | |
2016-04-25 | Expand SFTPFile.prefetch docstring re #562, re #677 | Jeff Forcier | |
2016-04-25 | paramiko.sftp_file.prefetch now backwards compatible | [Stephen D. Van Hooser] | |
2016-04-25 | paramiko.sftp_file.prefetch now backwards compatible | [Stephen D. Van Hooser] | |
2016-04-25 | paramiko.sftp_file.prefetch now backwards compatible | [Stephen D. Van Hooser] | |
2016-04-24 | Undo release lines pending #730 | Jeff Forcier | |
2016-04-24 | Undo release lines pending #730 | Jeff Forcier | |
2016-04-24 | Undo release lines pending #730 | Jeff Forcier | |
2016-04-24 | Undo release line pending #730 | Jeff Forcier | |
2016-04-24 | Merge branch '1.17' | Jeff Forcier | |
2016-04-24 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-24 | Cut 1.16.1 | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Cut 1.15.5 | Jeff Forcier | |
2016-04-24 | Merge branch '1.17' | Jeff Forcier | |
2016-04-24 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Changelog closes #578 | Jeff Forcier | |
2016-04-24 | don't use has_key() | Stephen C. Pope | |
2016-04-24 | fix sftp stalls | Stephen C. Pope | |
2016-04-24 | Merge branch '1.17' | Jeff Forcier | |
2016-04-24 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-24 | Changelog re #716, closes #716 | Jeff Forcier | |
2016-04-24 | Actually! we can just use the py3compat module | Jeff Forcier | |
Re #716 | |||
2016-04-24 | Change raw_input() to input() for Python 3.x | Mateusz Kowalski | |
2016-04-24 | Moar prep for 1.17 | Jeff Forcier | |
2016-04-24 | Changelog re #394 | Jeff Forcier | |
2016-04-24 | Merge remote-tracking branch 'alex/switch-to-cryptography' into 394-int | Jeff Forcier | |
2016-04-24 | Merge branch 'master' into 394-int | Jeff Forcier | |
2016-04-24 | Prep for 1.17 release | Jeff Forcier | |
2016-04-24 | crypto our crypto | Alex Gaynor | |
2016-04-24 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
2016-04-24 | Merge branch '1.16' | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Enabling caching of pip downloads and wheels | Alex Gaynor | |
2016-04-24 | Merge branch '1.16' | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Changelog closes #729 | Jeff Forcier | |
2016-04-24 | Simplify setup.py by always relying on setuptools | Alex Gaynor | |
It is installed everywhere now, there is no practical way to use python without it. | |||
2016-04-24 | Merge branch '1.16' | Jeff Forcier | |
2016-04-24 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-24 | Attempt clarification of `set_missing_host_key_policy` param. | Jeff Forcier | |
This trips up lots of users. Re #45 | |||
2016-04-24 | Changelog re #649 | Jeff Forcier | |
2016-04-24 | Merge pull request #649 from damz/pr/moduli | Jeff Forcier | |
primes: min and max should be inclusive | |||
2016-04-24 | Merge branch 'master' into 394-int | Jeff Forcier | |
2016-04-24 | Merge branch '1.16' | Jeff Forcier | |
2016-04-24 | Be clearer | Jeff Forcier | |