summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 16:26:54 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 16:26:54 -0700
commit381e86171e28ebfaa64c3dabe0e394448eb03aa3 (patch)
tree690684548bec79225d7330b027c964cee4aee984
parentbcbbad83e7bc48d8912b18ec8c175d7a5405d357 (diff)
downloadparamiko-381e86171e28ebfaa64c3dabe0e394448eb03aa3.tar.gz
Changelog re #393
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index a40338b0..38a56101 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`393` Replace internal use of PyCrypto's ``SHA.new`` with the
+ stdlib's ``hashlib.sha1``. Thanks to Alex Gaynor.
* :feature:`267` (also :issue:`250`, :issue:`241`, :issue:`228`) Add GSS-API /
SSPI (e.g. Kerberos) key exchange and authentication support
(:ref:`installation docs here <gssapi>`). Mega thanks to Sebastian Deiß, with