Skip to content

Commit

Permalink
Clarify release notes about create_default_context.
Browse files Browse the repository at this point in the history
Encourage use of SSLContext on the server side.
  • Loading branch information
bdarnell committed May 27, 2015
1 parent 433365e commit 683429a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/releases/v4.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Backwards-compatibility notes
of ``certifi`` when possible (i.e. Python 2.7.9+ or 3.4+). This includes
`.IOStream` and ``simple_httpclient``, but not ``curl_httpclient``.
* The default SSL configuration has become stricter, using
`ssl.create_default_context` where available.
`ssl.create_default_context` where available on the client side.
(On the server side, applications are encouraged to migrate from the
``ssl_options`` dict-based API to pass an `ssl.SSLContext` instead).
* The deprecated classes in the `tornado.auth` module, ``GoogleMixin``,
``FacebookMixin``, and ``FriendFeedMixin`` have been removed.

Expand Down

0 comments on commit 683429a

Please sign in to comment.