diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-14 18:54:32 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-14 18:54:32 -0400 |
commit | e05276b6ab28cb4624d07e2ec8f4f698edb4b27e (patch) | |
tree | 20bd6ae851f23abe31feeb36987f28c03dd1f118 /sites/www | |
parent | d02ae566014c6d79f61f7538c979d6560c1de629 (diff) | |
parent | 6dee34648ed7d910464c7f2bbc27f361c9fe6d71 (diff) |
Merge branch '1.13'
Conflicts:
sites/www/changelog.rst
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 2c4c1cf7..cedc44f8 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :bug:`308` Fix regression in dsskey.py that caused sporadic signature + verification failures. Thanks to Chris Rose. * :support:`299` Use deterministic signatures for ECDSA keys for improved security. Thanks to Alex Gaynor. * :support:`297` Replace PyCrypto's ``Random`` with `os.urandom` for improved |