aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* close() methods for clients and servers.Aldo Cortesi2012-07-201-1/+33
|
* Refactor TCP test suite.Aldo Cortesi2012-07-051-21/+9
|
* Expose SSL options, use TLSv1 by default for client connections.Aldo Cortesi2012-07-041-1/+24
|
* Add utility function for converstion to PEM.Aldo Cortesi2012-06-281-0/+1
|
* Add a get_remote_cert method to tcp client.Aldo Cortesi2012-06-281-1/+4
|
* Refactor certutils.SSLCert API.Aldo Cortesi2012-06-271-2/+2
|
* Add certutils to netlib.Aldo Cortesi2012-06-274-0/+256
|
* 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-253-9/+52
|
* Repair test suite.Aldo Cortesi2012-06-241-2/+3
|
* Add and unit test http.read_responseAldo Cortesi2012-06-241-0/+42
|
* Make read_headers return an ODictCaseless object.Aldo Cortesi2012-06-241-3/+3
|
* 100% testcoverage for netlib.httpAldo Cortesi2012-06-231-13/+60
|
* protocol.py -> http.pyAldo Cortesi2012-06-231-43/+43
|
* Adapt WSGI, convert test suite to nose.Aldo Cortesi2012-06-191-9/+15
|
* Import wsgi.Aldo Cortesi2012-06-191-0/+98
|
* Initial checkin.Aldo Cortesi2012-06-194-0/+425