aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a request_client_cert argument to server SSL conversion.Aldo Cortesi2013-05-131-1/+2
| | | | | | | | | | By default, we now do not request the client cert. We're supposed to be able to do this with no negative effects - if the client has no cert to present, we're notified and proceed as usual. Unfortunately, Android seems to have a bug (tested on 4.2.2) - when an Android client is asked to present a certificate it does not have, it hangs up, which is frankly bogus. Some time down the track we may be able to make the proper behaviour the default again, but until then we're conservative.
* Make sni_handler an argument to BaseHandler.convert_to_sslAldo Cortesi2013-02-251-0/+1
|
* Streamline netlib.test APIAldo Cortesi2013-01-251-1/+6
|
* Extract TCP test utilities into netlib.testAldo Cortesi2013-01-251-0/+67