Commit 9561ce2f authored by R David Murray's avatar R David Murray

whatsnew: oops, create_default_context doesn't return what the stdlib uses.

parent b5ac4d7e
...@@ -1336,11 +1336,12 @@ server, and certificates for a server to use in verifying client certificates ...@@ -1336,11 +1336,12 @@ server, and certificates for a server to use in verifying client certificates
Heimes in :issue:`19292`.) Heimes in :issue:`19292`.)
New function :func:`~ssl.create_default_context` provides a standard way to New function :func:`~ssl.create_default_context` provides a standard way to
obtain an :class:`~ssl.SSLContext` based on the settings Python uses by obtain an :class:`~ssl.SSLContext` whose settings are intended to be a
default. These settings are more stringent than the defaults provided by the reasonable balance between compatibility and security. These settings are
:class:`~ssl.SSLContext` constructor, and may be adjusted (without notice) in more stringent than the defaults provided by the :class:`~ssl.SSLContext`
the future to maintain a balance between compatibility and security. constructor, and may be adjusted in the future, without prior deprecation, if
(Contributed by Christian Heimes in :issue:`19689`.) best-practice security requirements change. (Contributed by Christian Heimes
in :issue:`19689`.)
stat stat
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment