Changelog, closes #299

This commit is contained in:
Jeff Forcier 2014-04-14 11:29:41 -04:00
parent 91ab5f0c75
commit e96e2653a2
1 changed files with 2 additions and 0 deletions

View File

@ -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