Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 1 | -12/+75 | |
| | | | | | | | - Handle wildcard lookup - Handle lookup of SANs - Provide hooks for registering override certs and keys for specific domains (including wildcard specifications) | |||||
* | Beef up CertStore, add DH params. | Aldo Cortesi | 2014-03-04 | 1 | -72/+85 | |
| | ||||||
* | Use PyOpenSSL's underlying ffi interface to get current cipher for connections. | Aldo Cortesi | 2014-03-02 | 1 | -3/+13 | |
| | ||||||
* | Re-add state operations to ODict. | Aldo Cortesi | 2014-03-02 | 1 | -0/+10 | |
| | ||||||
* | Cleanups, tests, and no-cover directives for code sections we can't test. | Aldo Cortesi | 2014-03-02 | 2 | -13/+5 | |
| | ||||||
* | Minor improvement to CertStore interface | Aldo Cortesi | 2014-03-02 | 1 | -5/+4 | |
| | ||||||
* | Cipher suite selection for client connections, improved error handling | Aldo Cortesi | 2014-02-27 | 1 | -3/+16 | |
| | ||||||
* | 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 | |
| | | | Do it now already so that mitmproxy will warn the user if netlib is not from master. | |||||
* | Merge branch 'tcp_proxy' | Aldo Cortesi | 2014-02-07 | 5 | -94/+124 | |
|\ | ||||||
| * | adjust netlib.wsgi to reflect changes in mitmproxys flow format | Maximilian Hils | 2014-02-05 | 2 | -6/+11 | |
| | | ||||||
| * | store used sni in TCPClient, add equality check for tcp.Address | Maximilian Hils | 2014-02-04 | 1 | -1/+7 | |
| | | ||||||
| * | move StateObject back into libmproxy | Maximilian Hils | 2014-01-31 | 4 | -109/+7 | |
| | | ||||||
| * | remove subclassing of tuple in tcp.Address, move StateObject into netlib | Maximilian Hils | 2014-01-30 | 4 | -16/+128 | |
| | | ||||||
| * | re-add server attribute to BaseHandler | Maximilian Hils | 2014-01-28 | 2 | -2/+4 | |
| | | ||||||
| * | add tcp.Address to unify ipv4/ipv6 address handling | Maximilian Hils | 2014-01-28 | 3 | -21/+48 | |
| | | ||||||
| * | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-18 | 1 | -1/+1 | |
| |\ | ||||||
| * | | fix tests, remove duplicate code | Maximilian Hils | 2014-01-09 | 2 | -55/+38 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into tcp_proxy | Maximilian Hils | 2014-01-09 | 4 | -61/+45 | |
| |\ \ | ||||||
| * | | | change parameter names to reflect changes | Maximilian Hils | 2014-01-09 | 2 | -17/+14 | |
| | | | | ||||||
* | | | | Silence pyflakes, adjust requirements.txt | Aldo Cortesi | 2014-01-19 | 1 | -1/+0 | |
| |_|/ |/| | | ||||||
* | | | add CONNECT request to list of request types that don't have a response body | Maximilian Hils | 2014-01-18 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Make certificate not-before time 48 hours. | Aldo Cortesi | 2014-01-08 | 1 | -1/+1 | |
| | | | | | | | | Fixes #200 | |||||
* | | Merge pull request #26 from mitmproxy/refactor_read_http_body | Aldo Cortesi | 2014-01-04 | 2 | -57/+40 | |
|\ \ | | | | | | | refactor http.read_http_body | |||||
| * | | refactor read_http_body | Maximilian Hils | 2013-12-15 | 2 | -57/+40 | |
| |/ | ||||||
* / | Make it possible to pass custom environment variables into wsgi apps. | Aldo Cortesi | 2014-01-05 | 1 | -3/+4 | |
|/ | ||||||
* | merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 test | Maximilian Hils | 2013-12-13 | 2 | -10/+14 | |
|\ | ||||||
| * | tab fix | Matthias Urlichs | 2013-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | support ipv6 | Matthias Urlichs | 2013-12-12 | 1 | -4/+4 | |
| | | ||||||
* | | add requirements.txt, small changes | Maximilian Hils | 2013-12-13 | 2 | -2/+4 | |
|/ | ||||||
* | Bump version | Aldo Cortesi | 2013-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix race condition in test suite. | Aldo Cortesi | 2013-12-08 | 1 | -1/+0 | |
| | ||||||
* | merge origin/master | Maximilian Hils | 2013-12-08 | 6 | -46/+40 | |
|\ | ||||||
| * | Unit test auth actions. | Aldo Cortesi | 2013-12-08 | 1 | -10/+7 | |
| | | ||||||
| * | Domain checks for persistent cert store is now irrelevant. | Aldo Cortesi | 2013-12-08 | 2 | -16/+3 | |
| | | | | | | | | | | We no longer store these on disk, so we don't care about path components. | |||||
| * | Merge pull request #19 from rouli/ciphersuites | Aldo Cortesi | 2013-12-07 | 2 | -2/+5 | |
| |\ | | | | | | | adding cipher list selection option to BaseHandler | |||||
| | * | adding cipher list selection option to BaseHandler | Israel Nir | 2013-08-21 | 2 | -2/+5 | |
| | | | ||||||
| * | | Merge pull request #22 from fictivekin/custom-o-cn | Aldo Cortesi | 2013-12-07 | 1 | -6/+9 | |
| |\ \ | | | | | | | | | allow specification of o, cn, expiry | |||||
| | * | | allow specification of o, cn, expiry | Sean Coates | 2013-10-07 | 1 | -6/+9 | |
| | | | | ||||||
| * | | | Merge branch 'fix_invalid_tcp_close' | Aldo Cortesi | 2013-12-08 | 3 | -14/+9 | |
| |\ \ \ | ||||||
| | * | | | Fix client certificate request feature. | Aldo Cortesi | 2013-12-08 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Merge branch 'fix_windows_bugs' into fix_invalid_tcp_close | Maximilian Hils | 2013-11-19 | 2 | -1/+5 | |
| | |\ \ \ | ||||||
| | | * | | | compatibility fixes for windows | Maximilian Hils | 2013-08-19 | 2 | -2/+3 | |
| | | | | | | ||||||
| | | * | | | fix windows bugs | Maximilian Hils | 2013-08-17 | 1 | -0/+3 | |
| | | | |/ | | | |/| | ||||||
| | * | | | attempt to fix #24 | Maximilian Hils | 2013-11-19 | 1 | -13/+4 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of ssh.github.com:cortesi/netlib | Aldo Cortesi | 2013-11-21 | 1 | -0/+44 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of ssh.github.com:cortesi/netlib | Aldo Cortesi | 2013-10-18 | 1 | -11/+3 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | Bump version. | Aldo Cortesi | 2013-08-25 | 1 | -1/+1 | |
| | | | | | |