summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-14Merge pull request #310 from offbyone/fix-sporadic-test-failuresJeff Forcier
Revert a regression in DSS key generation
2014-04-14Revert a regression in DSS key generationChris 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-04-01Merge branch '1.12' into 1.13Jeff Forcier
2014-04-01Merge branch '1.11' into 1.12Jeff Forcier
2014-04-01Merge branch '1.10' into 1.11Jeff Forcier
2014-04-01This setting no longer needed & causes warnings if left inJeff Forcier
2014-04-01Merge branch '1.12' into 1.13Jeff Forcier
2014-04-01Merge branch '1.11' into 1.12Jeff Forcier
2014-04-01Merge branch '1.10' into 1.11Jeff Forcier
2014-04-01Minor site cleanupJeff Forcier
2014-03-31Merge branch '1.12' into 1.13Jeff Forcier
2014-03-31Merge branch '1.11' into 1.12Jeff Forcier
2014-03-31Merge branch '1.10' into 1.11Jeff Forcier
2014-03-31Link back to WWW in docs sidebarJeff Forcier
2014-03-22Fixes #275 -- upload wheels as a part of the release processAlex Gaynor
Requires teh latest version of invocations from git
2014-03-22Expand changelog to include #292Jeff Forcier
2014-03-22Revert "Revert "Add a setup.cfg identifying this package as universal""Jeff Forcier
This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3.
2014-03-22Revert "Revert "Changelog fixes #290""Jeff Forcier
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2.
2014-03-22Merge branch '1.12' into 1.13Jeff Forcier
2014-03-22Merge branch '1.11' into 1.12Jeff Forcier
2014-03-22Revert "Changelog fixes #290"Jeff Forcier
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d.
2014-03-22Revert "Add a setup.cfg identifying this package as universal"Jeff Forcier
This reverts commit 61e32319fc9f0390818e518a4890766d1253a165.
2014-03-22Merge branch '1.12' into 1.13Jeff Forcier
2014-03-22Merge branch '1.11' into 1.12Jeff Forcier
2014-03-22Changelog fixes #290Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Add a setup.cfg identifying this package as universalAlex Gaynor
Meaning that it's build is not system dependent. Which it's not, because it's pure python. Refs #275
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Merge branch '1.10' into 1.11Jeff Forcier
2014-03-21Uggh how did this slip inJeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Changelog re #284Jeff Forcier
2014-03-21NO python 2.5 for 1.13+Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Forgot python 2.5Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: setup.py
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: setup.py
2014-03-21Indent/order shuffle, no actionable changesJeff Forcier
2014-03-21Backport alex/patch-2, Python trove classifiersJeff Forcier
2014-03-13Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: paramiko/file.py paramiko/server.py paramiko/sftp_client.py sites/www/changelog.rst
2014-03-13Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-03-13Improve string type testing in Python 2.x versionsJeff Forcier
2014-03-13Changelog for 1.13.0Jeff Forcier
2014-03-13Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-03-13Changelog for 1.12.3Jeff Forcier
2014-03-13Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: sites/www/changelog.rst