summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-09-13 13:31:19 (GMT)
committerGregory P. Smith <greg@krypto.org>2019-09-13 13:31:19 (GMT)
commit995b5d38e7cc24cac3de8dfd516115f86b0bcf80 (patch)
tree24e2115e689a8f777294b0b18c0bd7da851a5a23 /Misc/NEWS.d/next/Library
parent375a3e2bdbeb4dce69aba4b5bc90f55fe27e81b4 (diff)
downloadcpython-995b5d38e7cc24cac3de8dfd516115f86b0bcf80.zip
cpython-995b5d38e7cc24cac3de8dfd516115f86b0bcf80.tar.gz
cpython-995b5d38e7cc24cac3de8dfd516115f86b0bcf80.tar.bz2
bpo-38153: Normalize hashlib algorithm names (GH-16083)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-13-12-18-51.bpo-38153.nHAbuJ.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-13-12-18-51.bpo-38153.nHAbuJ.rst b/Misc/NEWS.d/next/Library/2019-09-13-12-18-51.bpo-38153.nHAbuJ.rst
new file mode 100644
index 0000000..8a483c7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-09-13-12-18-51.bpo-38153.nHAbuJ.rst
@@ -0,0 +1,3 @@
+Names of hashing algorithms frome OpenSSL are now normalized to follow
+Python's naming conventions. For example OpenSSL uses sha3-512 instead of
+sha3_512 or blake2b512 instead of blake2b.