aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/test.py
Commit message (Collapse)AuthorAgeFilesLines
* simplify default ssl params for test serversThomas Kriechbaumer2015-06-051-9/+21
|
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-1/+3
|
* add ALPN support to TCP abstractionThomas Kriechbaumer2015-05-291-1/+2
|
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-9/+15
| | | | run the following command: $ autopep8 -i -r -a -a .
* make tests more robust, fix coverallsMaximilian Hils2015-02-271-1/+1
|
* 100% test coverage :tada:Maximilian Hils2015-02-271-1/+2
|
* minor changesMaximilian Hils2014-09-281-3/+3
|
* minor cleanupsMaximilian Hils2014-08-161-1/+2
|
* Support Ephemeral Diffie-HellmanAldo Cortesi2014-03-071-5/+6
|
* Handler convert_to_ssl now takes a key object, not a path.Aldo Cortesi2014-03-051-2/+6
|
* re-add server attribute to BaseHandlerMaximilian Hils2014-01-281-1/+1
|
* add tcp.Address to unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-6/+5
|
* fix tests, remove duplicate codeMaximilian Hils2014-01-091-1/+1
|
* Merge remote-tracking branch 'origin/master' into tcp_proxyMaximilian Hils2014-01-091-1/+1
|\
| * refactor read_http_bodyMaximilian Hils2013-12-151-1/+1
| |
* | change parameter names to reflect changesMaximilian Hils2014-01-091-1/+1
|/
* merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 testMaximilian Hils2013-12-131-3/+6
|
* Merge pull request #19 from rouli/ciphersuitesAldo Cortesi2013-12-071-1/+2
|\ | | | | adding cipher list selection option to BaseHandler
| * adding cipher list selection option to BaseHandlerIsrael Nir2013-08-211-1/+2
| |
* | compatibility fixes for windowsMaximilian Hils2013-08-191-1/+1
|/
* Revamp dummy cert generation.Aldo Cortesi2013-08-121-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 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