Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-25 | Formatting tweaks re #731 | Jeff Forcier | |
2016-04-25 | Merge branch 'master' into 731-int | Jeff Forcier | |
2016-04-25 | Merge branch '1.17' | Jeff Forcier | |
2016-04-25 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-25 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-25 | Changelog closes #670 | Jeff Forcier | |
2016-04-25 | Test & implementation for part 1 re: #670 | Jeff Forcier | |
2016-04-25 | Merge branch '1.17' | Jeff Forcier | |
2016-04-25 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-25 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-25 | Neglected to mark a bug 1.15+. | Jeff Forcier | |
Was showing up in 1.13, 1.14 releases | |||
2016-04-25 | Merge branch '1.17' | Jeff Forcier | |
2016-04-25 | Reinstate 1.17.0 release line | Jeff Forcier | |
2016-04-25 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-25 | Reinstate 1.16.1 release line | Jeff Forcier | |
2016-04-25 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-25 | Reinstate release line for 1.15.5 | Jeff Forcier | |
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 | |