diff options
author | Christian Heimes <christian@python.org> | 2016-09-06 18:22:28 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-06 18:22:28 (GMT) |
commit | 39093e9e6836b98dc67979e4e888e4bc639caa07 (patch) | |
tree | c5be5c5ad31e520580ca9f30d019c47cebb66886 /Misc | |
parent | ac041c0aa721e2672dfb684562b08ad5465b76b1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |