Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify default ssl params for test servers | Thomas Kriechbaumer | 2015-06-05 | 1 | -9/+21 |
| | |||||
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 1 | -1/+3 |
| | |||||
* | add ALPN support to TCP abstraction | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+2 |
| | |||||
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -9/+15 |
| | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | make tests more robust, fix coveralls | Maximilian Hils | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | 100% test coverage :tada: | Maximilian Hils | 2015-02-27 | 1 | -1/+2 |
| | |||||
* | minor changes | Maximilian Hils | 2014-09-28 | 1 | -3/+3 |
| | |||||
* | minor cleanups | Maximilian Hils | 2014-08-16 | 1 | -1/+2 |
| | |||||
* | Support Ephemeral Diffie-Hellman | Aldo Cortesi | 2014-03-07 | 1 | -5/+6 |
| | |||||
* | Handler convert_to_ssl now takes a key object, not a path. | Aldo Cortesi | 2014-03-05 | 1 | -2/+6 |
| | |||||
* | re-add server attribute to BaseHandler | Maximilian Hils | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | add tcp.Address to unify ipv4/ipv6 address handling | Maximilian Hils | 2014-01-28 | 1 | -6/+5 |
| | |||||
* | fix tests, remove duplicate code | Maximilian Hils | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into tcp_proxy | Maximilian Hils | 2014-01-09 | 1 | -1/+1 |
|\ | |||||
| * | refactor read_http_body | Maximilian Hils | 2013-12-15 | 1 | -1/+1 |
| | | |||||
* | | change parameter names to reflect changes | Maximilian Hils | 2014-01-09 | 1 | -1/+1 |
|/ | |||||
* | merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 test | Maximilian Hils | 2013-12-13 | 1 | -3/+6 |
| | |||||
* | Merge pull request #19 from rouli/ciphersuites | Aldo Cortesi | 2013-12-07 | 1 | -1/+2 |
|\ | | | | | adding cipher list selection option to BaseHandler | ||||
| * | adding cipher list selection option to BaseHandler | Israel Nir | 2013-08-21 | 1 | -1/+2 |
| | | |||||
* | | 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 |