diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2014-03-22 18:19:11 +0100 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-03-22 18:19:11 +0100 |
| commit | c5e075ff03693934ef50b1cde130ccf8dfda3843 (patch) | |
| tree | eb66c49abff1185f2f1f63f61c6aa67a18aa7f4e /Doc/library/asyncio-eventloop.rst | |
| parent | 0bebbc33faae7ac10e7a7980b260e786f05d81bf (diff) | |
| download | cpython-git-c5e075ff03693934ef50b1cde130ccf8dfda3843.tar.gz | |
Issue #20913: improve the SSL security considerations to first advocate using create_default_context().
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
| -rw-r--r-- | Doc/library/asyncio-eventloop.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index df8416959f..5cb2f56f79 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -241,6 +241,8 @@ Creating connections the transport; if *ssl* is :const:`True`, a context with some unspecified default settings is used. + .. seealso:: :ref:`SSL/TLS security considerations <ssl-security>` + * *server_hostname*, is only for use together with *ssl*, and sets or overrides the hostname that the target server's certificate will be matched against. By default the value of the *host* argument |
