diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-14 11:06:44 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-14 11:06:44 -0400 |
commit | 91ab5f0c751ed01d16986ca5a66374159f402d6a (patch) | |
tree | b6ee82f463d80a1ecf2d5734d97793f31ba597bf /sites/www | |
parent | b0876fa01394186d08938430f9459012fdde3bf1 (diff) | |
parent | 9e2e9812247adbedf0eab84ad5cdd80c458d68f9 (diff) |
Merge branch 'master' into ecdsa-deterministic
Conflicts:
paramiko/ecdsakey.py
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 5f019bb8..653502ca 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :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 `hashlib`. Thanks to Alex Gaynor. * :support:`290` (also :issue:`292`) Add support for building universal |