]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add server_hostname to IOStream.connect, for SNI and cert verification
authorBen Darnell <ben@bendarnell.com>
Mon, 21 Jan 2013 03:22:02 +0000 (22:22 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 21 Jan 2013 03:33:03 +0000 (22:33 -0500)
commit443c7f34b8eb5b77b82a04eb9b8575ad57744427
tree2df09f09e46c6243b9d67762354f3ee03149e5ec
parent6355af95520697c4174ea691050501caaa9457da
Add server_hostname to IOStream.connect, for SNI and cert verification

SSL hostname verification now happens in SSLIOStream instead of
simple_httpclient (and supporting code has moved to netutil).
tornado/iostream.py
tornado/netutil.py
tornado/simple_httpclient.py
website/sphinx/releases/next.rst