paramiko/sites/www
Chris Rose 34d03ae3dc Revert a regression in DSS key generation
A change in f0017b8330 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 f0017b8330, 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-14 18:50:10 -04:00
..
_templates Rename 'main' doctree to 'www'; refactor sphinx task conf 2014-01-21 16:59:21 -08:00
blog Rename 'main' doctree to 'www'; refactor sphinx task conf 2014-01-21 16:59:21 -08:00
blog.py Rename 'main' doctree to 'www'; refactor sphinx task conf 2014-01-21 16:59:21 -08:00
blog.rst Rename 'main' doctree to 'www'; refactor sphinx task conf 2014-01-21 16:59:21 -08:00
changelog.rst Revert a regression in DSS key generation 2014-04-14 18:50:10 -04:00
conf.py Re-enable Intersphinx from www -> docs 2014-03-03 18:22:33 -08:00
contact.rst Remove blog link for now 2014-01-30 14:20:04 -08:00
contributing.rst Fix broken link format 2014-01-30 14:20:13 -08:00
index.rst Prevent warning about unlinked blog page 2014-01-28 16:00:03 -08:00
installing.rst Uggh how did this slip in 2014-03-21 17:29:31 -07:00