Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | Revert a regression in DSS key generation | Chris Rose | |
A change in f0017b833098 caused a random regression in DSS key signing due to moving the padding on the integers generated by DSA from the left to the right. So, for example, if signing the test case string "jerri blank", the random number might be generated as: k=703745698612177278239572677252380378525350342103 If so, the signature parts will be: r=184615963997659989901526712385095827509599268253 s=2682547683721156713440053885014828604195555319 Note the s being shorter. Prior to f0017b833098, s would be right-padded with zeros: s=268254768372115671344005388501482860419555531900 After, it would be left-padded: s=002682547683721156713440053885014828604195555319 When converting back to a long, that loses the padding. This change restores the behaviour. Fixes #308 | |||
2014-03-22 | Expand changelog to include #292 | Jeff Forcier | |
2014-03-22 | Revert "Revert "Changelog fixes #290"" | Jeff Forcier | |
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2. | |||
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-22 | Revert "Changelog fixes #290" | Jeff Forcier | |
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d. | |||
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-22 | Changelog fixes #290 | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-03-21 | Uggh how did this slip in | Jeff Forcier | |
2014-03-21 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-21 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-21 | Changelog re #284 | Jeff Forcier | |
2014-03-13 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: paramiko/file.py paramiko/server.py paramiko/sftp_client.py sites/www/changelog.rst | |||
2014-03-13 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-03-13 | Improve string type testing in Python 2.x versions | Jeff Forcier | |
2014-03-13 | Changelog for 1.13.0 | Jeff Forcier | |
2014-03-13 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-03-13 | Changelog for 1.12.3 | Jeff Forcier | |
2014-03-13 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-03-13 | Changelog for 1.11.5 | Jeff Forcier | |
2014-03-13 | Merge branch '1.10' into 1.11. | Jeff Forcier | |
Also bump versions like a dummy. Conflicts: paramiko/__init__.py setup.py | |||
2014-03-13 | Cut 1.10.7 | Jeff Forcier | |
2014-03-13 | Fix accidental Markdown formatting miss for an older entry | Jeff Forcier | |
2014-03-13 | Add changelog re #16 | Jeff Forcier | |
2014-03-04 | Testing out intersphinx in changelog | Jeff Forcier | |
2014-03-04 | Merge branch '1.12' | Jeff Forcier | |
2014-03-04 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-04 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-03-04 | Note Sphinx docs issue was backported | Jeff Forcier | |
2014-03-04 | Merge branch '1.12' | Jeff Forcier | |
2014-03-04 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/hostkeys.py | |||
2014-03-03 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: fabfile.py paramiko/__init__.py | |||
2014-03-03 | Re-enable Intersphinx from www -> docs | Jeff Forcier | |
2014-03-03 | Changelog re #256 | Jeff Forcier | |
2014-02-14 | Merge branch '1.12' | Jeff Forcier | |
2014-02-14 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/hostkeys.py sites/www/changelog.rst | |||
2014-02-14 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-02-14 | Changelog re hash comparison bugfix | Jeff Forcier | |
2014-02-14 | Merge branch '1.12' | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-02-14 | Cut 1.12.2 | Jeff Forcier | |
2014-02-14 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-02-14 | Cut 1.11.4 | Jeff Forcier | |
2014-02-14 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-02-14 | Cut 1.10.6 | Jeff Forcier | |
2014-02-14 | Merge branch '1.12' | Jeff Forcier | |
2014-02-14 | Merge branch '1.11' into 1.12 | Jeff Forcier | |