diff options
author | Christian Heimes <christian@python.org> | 2021-04-23 14:37:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:37:09 (GMT) |
commit | 82b6c0909aae423d9c8f4ff7d0e8df16106dbe28 (patch) | |
tree | c88f60ec30477620ec70b1802fa888c22c277005 /Misc/NEWS.d/next | |
parent | faad2bd87f9e1c24837dd772f0597f4ab9416c66 (diff) | |
download | cpython-82b6c0909aae423d9c8f4ff7d0e8df16106dbe28.zip cpython-82b6c0909aae423d9c8f4ff7d0e8df16106dbe28.tar.gz cpython-82b6c0909aae423d9c8f4ff7d0e8df16106dbe28.tar.bz2 |
[3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25556)
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit b9ad88be0304136c3fe5959c65a5d2c75490cd80)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-04-23-11-54-38.bpo-43920.cJMQ2D.rst | 2 |
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. |