]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make SSLIOStream compatible with SSLv3- and TLSv1-only servers.
authorBen Darnell <ben@bendarnell.com>
Mon, 9 Jan 2012 18:33:01 +0000 (10:33 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 9 Jan 2012 19:56:44 +0000 (11:56 -0800)
commit17052f33c9e467dfc7d3b755146d09012c881046
tree0621a4a60fb5741910d819edb3e1783e5f6ada85
parent98f77972ae67554d85b0b9cf58c9e032c619788c
Make SSLIOStream compatible with SSLv3- and TLSv1-only servers.

Due to some implementation detail the default SSLv23 mode allows reads
before the handshake has completed, but the other modes do not.

Closes #431.
tornado/httpclient.py
tornado/iostream.py
tornado/test/httpserver_test.py