Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compatibility fixes for windows | Maximilian Hils | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Revamp dummy cert generation. | Aldo Cortesi | 2013-08-12 | 1 | -2/+5 |
| | | | | We no longer use on-disk storage - we just keep the certs in memory. | ||||
* | Add a request_client_cert argument to server SSL conversion. | Aldo Cortesi | 2013-05-13 | 1 | -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_ssl | Aldo Cortesi | 2013-02-25 | 1 | -0/+1 |
| | |||||
* | Streamline netlib.test API | Aldo Cortesi | 2013-01-25 | 1 | -1/+6 |
| | |||||
* | Extract TCP test utilities into netlib.test | Aldo Cortesi | 2013-01-25 | 1 | -0/+67 |