diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-14 11:29:41 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-14 11:29:41 -0400 |
commit | e96e2653a2ca0a465d2773b1fe468c0f87e758bc (patch) | |
tree | 04a590f4ace0a0042ea47482d5035b1500a90083 | |
parent | 91ab5f0c751ed01d16986ca5a66374159f402d6a (diff) |
Changelog, closes #299
-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 653502ca..2c4c1cf7 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :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 speed and security. Thanks again to Alex. * :support:`295` Swap out a bunch of PyCrypto hash functions with use of |