aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_tcp.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a get_remote_cert method to tcp client.Aldo Cortesi2012-06-281-1/+4
|
* Add SNI.Aldo Cortesi2012-06-261-1/+30
|
* Perform handshake immediately on SSL conversion.Aldo Cortesi2012-06-251-10/+32
| | | | | Otherwise the handshake happens at first write, which can balls up if either side hangs immediately.
* Improve TCPClient interface.Aldo Cortesi2012-06-251-3/+4
| | | | | - Don't pass SSL parameters on instantiation. - Add a convert_to_ssl method analogous to that in TCPServer.
* Don't connect during __init__ methods for either client or server.Aldo Cortesi2012-06-251-4/+9
| | | | This means we now need to do these things explicitly at the caller.
* SSL tests, plus some self-signed test certificates.Aldo Cortesi2012-06-251-9/+23
|
* Initial checkin.Aldo Cortesi2012-06-191-0/+93