Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-28 | Merge branch '1.17' | Jeff Forcier | |
2016-04-28 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Pushed regular versions of all tags so this is no longer needed | Jeff Forcier | |
2016-04-28 | Merge branch '1.17' | Jeff Forcier | |
2016-04-28 | Annotate bug 649 with major keyword again | Jeff Forcier | |
2016-04-28 | Merge branch '1.17' | Jeff Forcier | |
2016-04-28 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Keep the big posse of backported supports out of 2.0 | Jeff Forcier | |
Looks cleaner that way. | |||
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Update backported support items with both keywords and specs. | Jeff Forcier | |
Now that bitprophet/releases#45 is done, this works | |||
2016-04-28 | Add 2.0.0 release back in for final changelog tweaking | Jeff Forcier | |
2016-04-28 | Merge branch '1.17' | Jeff Forcier | |
2016-04-28 | date bump | Jeff Forcier | |
2016-04-28 | Mark the 1.17-specific features so they show up in that release | Jeff Forcier | |
2016-04-28 | Merge branch '1.16' into 1.17 | Jeff Forcier | |
2016-04-28 | date bump | Jeff Forcier | |
2016-04-28 | Merge branch '1.15' into 1.16 | Jeff Forcier | |
2016-04-28 | Bring alabaster req in line with newer branches | Jeff Forcier | |
2016-04-28 | Update some backported support tickets as 1.15+ | Jeff Forcier | |
Including 612 which should've been marked backported but was not. | |||
2016-04-28 | Really hope this date sticks | Jeff Forcier | |
2016-04-28 | Update releases/semantic_version dependencies re: major version work | Jeff Forcier | |
2016-04-28 | Changelog entry re #731, re #611 | Jeff Forcier | |
2016-04-28 | Patch fix via @alex on #731, tests pass locally again | Jeff Forcier | |
2016-04-28 | Merge branch 'master' into 731-int | Jeff Forcier | |
2016-04-28 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2016-04-28 | Merge pull request #733 from alex/from-encoded-point | Jeff Forcier | |
Use a more recent cryptography and call a function | |||
2016-04-27 | Use a more recent cryptography and call a function | Alex Gaynor | |
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.16' into 1.17 | Jeff Forcier | |
2016-04-25 | Merge branch '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.16' into 1.17 | Jeff Forcier | |
2016-04-25 | Merge branch '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 | |