summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-04-11 20:53:00 (GMT)
committerGitHub <noreply@github.com>2020-04-11 20:53:00 (GMT)
commit2714c907df7cfe97911df6ce90364001270d9a43 (patch)
tree9926f4cc3f43cb0df25385d12a852bc9a8ac783b /Misc
parentceba0648d70524ec4ebb7a46d5d1162d4938c7ba (diff)
downloadcpython-2714c907df7cfe97911df6ce90364001270d9a43.zip
cpython-2714c907df7cfe97911df6ce90364001270d9a43.tar.gz
cpython-2714c907df7cfe97911df6ce90364001270d9a43.tar.bz2
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
I updated the error codes using the OpenSSL 1.1.1f source tree. (cherry picked from commit 3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a) Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-19-16-33-03.bpo-39953.yy5lC_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-19-16-33-03.bpo-39953.yy5lC_.rst b/Misc/NEWS.d/next/Library/2020-03-19-16-33-03.bpo-39953.yy5lC_.rst
new file mode 100644
index 0000000..3fea7c8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-03-19-16-33-03.bpo-39953.yy5lC_.rst
@@ -0,0 +1 @@
+Update internal table of OpenSSL error codes in the ``ssl`` module.