summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-06 18:22:28 (GMT)
committerChristian Heimes <christian@python.org>2016-09-06 18:22:28 (GMT)
commit39093e9e6836b98dc67979e4e888e4bc639caa07 (patch)
treec5be5c5ad31e520580ca9f30d019c47cebb66886 /Misc
parentac041c0aa721e2672dfb684562b08ad5465b76b1 (diff)
downloadcpython-39093e9e6836b98dc67979e4e888e4bc639caa07.zip
cpython-39093e9e6836b98dc67979e4e888e4bc639caa07.tar.gz
cpython-39093e9e6836b98dc67979e4e888e4bc639caa07.tar.bz2
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1416c74..67199ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,9 @@ Core and Builtins
Library
-------
+- Issue #27928: Add scrypt (password-based key derivation function) to
+ hashlib module (requires OpenSSL 1.1.0).
+
- Issue #27850: Remove 3DES from ssl module's default cipher list to counter
measure sweet32 attack (CVE-2016-2183).