Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a get_remote_cert method to tcp client. | Aldo Cortesi | 2012-06-28 | 1 | -1/+4 | |
| | ||||||
* | Add SNI. | Aldo Cortesi | 2012-06-26 | 1 | -1/+30 | |
| | ||||||
* | Perform handshake immediately on SSL conversion. | Aldo Cortesi | 2012-06-25 | 1 | -10/+32 | |
| | | | | | Otherwise the handshake happens at first write, which can balls up if either side hangs immediately. | |||||
* | Improve TCPClient interface. | Aldo Cortesi | 2012-06-25 | 1 | -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 Cortesi | 2012-06-25 | 1 | -4/+9 | |
| | | | | This means we now need to do these things explicitly at the caller. | |||||
* | SSL tests, plus some self-signed test certificates. | Aldo Cortesi | 2012-06-25 | 1 | -9/+23 | |
| | ||||||
* | Initial checkin. | Aldo Cortesi | 2012-06-19 | 1 | -0/+93 | |