]> granicus.if.org Git - python/commitdiff
whatsnew: oops, create_default_context doesn't return what the stdlib uses.
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:00:14 +0000 (21:00 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:00:14 +0000 (21:00 -0400)
Doc/whatsnew/3.4.rst

index 33461ebf5b904a133dcc1edf8507bf10f139eb23..45fc6540f8cb7c30f0aa23a96403dc8045c5d99a 100644 (file)
@@ -1336,11 +1336,12 @@ server, and certificates for a server to use in verifying client certificates
 Heimes in :issue:`19292`.)
 
 New function :func:`~ssl.create_default_context` provides a standard way to
-obtain an :class:`~ssl.SSLContext` based on the settings Python uses by
-default.  These settings are more stringent than the defaults provided by the
-:class:`~ssl.SSLContext` constructor, and may be adjusted (without notice) in
-the future to maintain a balance between compatibility and security.
-(Contributed by Christian Heimes in :issue:`19689`.)
+obtain an :class:`~ssl.SSLContext` whose settings are intended to be a
+reasonable balance between compatibility and security.  These settings are
+more stringent than the defaults provided by the :class:`~ssl.SSLContext`
+constructor, and may be adjusted in the future, without prior deprecation, if
+best-practice security requirements change.  (Contributed by Christian Heimes
+in :issue:`19689`.)
 
 
 stat