summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-09-12 11:46:37 (GMT)
committerGregory P. Smith <greg@krypto.org>2019-09-12 11:46:37 (GMT)
commit64117e059b79236c7345bc9afc1cc707162411de (patch)
tree55ca7cd5a1573ac64c39f4ae8158dcf5a78e63f8 /Misc
parent31a82e25b6044a5b5ee25246bad3eb7b873cf5ec (diff)
downloadcpython-64117e059b79236c7345bc9afc1cc707162411de.zip
cpython-64117e059b79236c7345bc9afc1cc707162411de.tar.gz
cpython-64117e059b79236c7345bc9afc1cc707162411de.tar.bz2
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-12-13-18-55.bpo-38134.gXJTbP.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-12-13-18-55.bpo-38134.gXJTbP.rst b/Misc/NEWS.d/next/Library/2019-09-12-13-18-55.bpo-38134.gXJTbP.rst
new file mode 100644
index 0000000..fc134c2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-09-12-13-18-55.bpo-38134.gXJTbP.rst
@@ -0,0 +1,2 @@
+Remove obsolete copy of PBKDF2_HMAC_fast. All supported OpenSSL versions
+contain a fast implementation.