| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #42 from mitmproxy/stream | Maximilian Hils | 2014-07-31 | 2 | -63/+126 |
|\ |
|
| * | Merge branch 'master' into stream | Maximilian Hils | 2014-07-21 | 4 | -79/+115 |
| |\ |
|
| * | | refactor response length handling | Maximilian Hils | 2014-07-21 | 2 | -175/+107 |
| * | | added some additional functions for dealing with chunks - needed for mitmprox... | Brad Peabody | 2014-07-17 | 2 | -1/+132 |
* | | | Merge pull request #44 from kronick/master | Maximilian Hils | 2014-07-31 | 1 | -1/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Made attribute optional (as it is in pyOpenSSL) | kronick | 2014-07-29 | 1 | -1/+4 |
|/ / |
|
* | | certstore: add support for asterisk form to DNTree replacement | Maximilian Hils | 2014-07-19 | 1 | -1/+18 |
* | | fix tests | Maximilian Hils | 2014-07-18 | 1 | -1/+1 |
* | | temporarily replace DNTree with a simpler cert lookup mechanism, fix mitmprox... | Maximilian Hils | 2014-07-18 | 2 | -75/+82 |
* | | add test case for mitmproxy/mitmproxy#295 | Maximilian Hils | 2014-07-17 | 2 | -1/+8 |
* | | improve docs | Maximilian Hils | 2014-07-14 | 1 | -5/+10 |
* | | Merge pull request #40 from bradleypeabody/master | Maximilian Hils | 2014-07-14 | 2 | -4/+14 |
|\| |
|
| * | added option for read_response to only read the headers, beginnings of implem... | Brad Peabody | 2014-07-12 | 2 | -4/+14 |
|/ |
|
* | mark nsCertType non-critical, fix #39 | Maximilian Hils | 2014-06-29 | 1 | -1/+1 |
* | socks: 100% test coverage | Maximilian Hils | 2014-06-25 | 1 | -2/+26 |
* | fix overly restrictive tests | Maximilian Hils | 2014-06-25 | 1 | -1/+1 |
* | remove ntop windows workaround | Maximilian Hils | 2014-06-25 | 4 | -45/+11 |
* | socks module: polish, add tests | Maximilian Hils | 2014-06-25 | 2 | -43/+83 |
* | add inet_ntop/inet_pton functions | Maximilian Hils | 2014-06-25 | 3 | -4/+45 |
* | add socks module | Maximilian Hils | 2014-06-25 | 1 | -0/+142 |
* | add support for ctx.load_verify_locations, refs mitmproxy/mitmproxy#174 | Maximilian Hils | 2014-05-21 | 1 | -2/+4 |
* | properly subclass Exception in HTTPError | Maximilian Hils | 2014-05-15 | 1 | -6/+6 |
* | make cert and key mandatory | Maximilian Hils | 2014-05-15 | 1 | -2/+2 |
* | extract cert creation to be accessible in handle_sni callbacks | Maximilian Hils | 2014-05-15 | 1 | -4/+11 |
* | Update certutils.py | Maximilian Hils | 2014-04-25 | 1 | -1/+1 |
* | make error message example less abstract. | Maximilian Hils | 2014-03-31 | 1 | -1/+1 |
* | Merge pull request #35 from droope/patch-1 | Maximilian Hils | 2014-03-31 | 1 | -1/+2 |
|\ |
|
| * | Instead of removing the error, for consistency, leaving the error as-was | Pedro Worcel | 2014-03-31 | 1 | -3/+2 |
| * | Change error into awesome user-friendlyness | Pedro Worcel | 2014-03-30 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #31 from mitmproxy/fix_dhparam_gen | Maximilian Hils | 2014-03-12 | 1 | -0/+7 |
|\ |
|
| * | create dhparam file if it doesn't exist, fix mitmproxy/mitmproxy#235 | Maximilian Hils | 2014-03-11 | 1 | -0/+7 |
|/ |
|
* | fix #28 | Maximilian Hils | 2014-03-10 | 3 | -2/+27 |
* | Certificate flags | Aldo Cortesi | 2014-03-10 | 5 | -57/+130 |
* | Support Ephemeral Diffie-Hellman | Aldo Cortesi | 2014-03-07 | 5 | -11/+56 |
* | CertStore: cope with certs that have no common name | Aldo Cortesi | 2014-03-05 | 1 | -3/+4 |
* | Handler convert_to_ssl now takes a key object, not a path. | Aldo Cortesi | 2014-03-05 | 2 | -3/+7 |
* | Much more sophisticated certificate store | Aldo Cortesi | 2014-03-05 | 2 | -15/+140 |
* | Beef up CertStore, add DH params. | Aldo Cortesi | 2014-03-04 | 2 | -97/+99 |
* | We now require PyOpenSSL >= 0.14 | Aldo Cortesi | 2014-03-02 | 2 | -4/+1 |
* | Use PyOpenSSL's underlying ffi interface to get current cipher for connections. | Aldo Cortesi | 2014-03-02 | 2 | -4/+47 |
* | Re-add state operations to ODict. | Aldo Cortesi | 2014-03-02 | 2 | -0/+19 |
* | Cleanups, tests, and no-cover directives for code sections we can't test. | Aldo Cortesi | 2014-03-02 | 4 | -21/+25 |
* | Minor improvement to CertStore interface | Aldo Cortesi | 2014-03-02 | 2 | -10/+9 |
* | Cipher suite selection for client connections, improved error handling | Aldo Cortesi | 2014-02-27 | 2 | -4/+47 |
* | Merge branch 'master' of ssh.github.com:cortesi/netlib | Aldo Cortesi | 2014-02-26 | 3 | -5/+8 |
|\ |
|
| * | allow super() on TCPServer, add thread names for better debugging | Maximilian Hils | 2014-02-15 | 2 | -4/+7 |
| * | Bump version | Maximilian Hils | 2014-02-11 | 1 | -1/+1 |
* | | Add an explicit license file. | Aldo Cortesi | 2014-02-26 | 1 | -0/+19 |
|/ |
|
* | Merge branch 'tcp_proxy' | Aldo Cortesi | 2014-02-07 | 7 | -113/+144 |
|\ |
|
| * | adjust netlib.wsgi to reflect changes in mitmproxys flow format | Maximilian Hils | 2014-02-05 | 3 | -6/+12 |