summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-04-23 11:51:40 (GMT)
committerGitHub <noreply@github.com>2021-04-23 11:51:40 (GMT)
commitb9ad88be0304136c3fe5959c65a5d2c75490cd80 (patch)
treea673b6281bb29aa7cd194c0184804f1aeabd7933 /Misc
parente9194ea6eaa18299d6ccbd3555ce150fab0c6184 (diff)
downloadcpython-b9ad88be0304136c3fe5959c65a5d2c75490cd80.zip
cpython-b9ad88be0304136c3fe5959c65a5d2c75490cd80.tar.gz
cpython-b9ad88be0304136c3fe5959c65a5d2c75490cd80.tar.bz2
bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-23-11-54-38.bpo-43920.cJMQ2D.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-23-11-54-38.bpo-43920.cJMQ2D.rst b/Misc/NEWS.d/next/Library/2021-04-23-11-54-38.bpo-43920.cJMQ2D.rst
new file mode 100644
index 0000000..28ff0fb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-04-23-11-54-38.bpo-43920.cJMQ2D.rst
@@ -0,0 +1,2 @@
+OpenSSL 3.0.0: :meth:`~ssl.SSLContext.load_verify_locations` now returns a
+consistent error message when cadata contains no valid certificate.