Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add netlib | Maximilian Hils | 2016-02-15 | 92 | -0/+4718 | |
| | ||||||
* | bump version | Maximilian Hils | 2016-02-14 | 1 | -1/+1 | |
| | ||||||
* | bump version | Maximilian Hils | 2016-02-08 | 1 | -1/+1 | |
| | ||||||
* | fix http version string | Maximilian Hils | 2016-02-08 | 1 | -2/+2 | |
| | ||||||
* | fix docstrings | Maximilian Hils | 2016-02-08 | 1 | -4/+11 | |
| | ||||||
* | fix py3 compat | Maximilian Hils | 2016-02-08 | 3 | -7/+6 | |
| | ||||||
* | add Serializable ABC | Maximilian Hils | 2016-02-08 | 8 | -24/+101 | |
| | ||||||
* | minor fixes | Maximilian Hils | 2016-02-08 | 3 | -3/+3 | |
| | ||||||
* | expose OpenSSL's HAS_ALPN | Maximilian Hils | 2016-02-08 | 1 | -3/+4 | |
| | ||||||
* | Merge branch 'master' of https://github.com/mitmproxy/netlib | Maximilian Hils | 2016-02-02 | 1 | -5/+0 | |
|\ | ||||||
| * | bump dependency and remove deprecated fields | Thomas Kriechbaumer | 2016-02-02 | 1 | -5/+0 | |
| | | ||||||
* | | allow creation of certs without CN | Maximilian Hils | 2016-02-02 | 1 | -1/+4 | |
|/ | ||||||
* | Merge pull request #116 from Kriechi/hyperframe | Thomas Kriechbaumer | 2016-02-01 | 3 | -707/+84 | |
|\ | | | | | migrate to hyperframe | |||||
| * | test on python3 | Thomas Kriechbaumer | 2016-01-31 | 2 | -24/+30 | |
| | | ||||||
| * | migrate to hyperframe | Thomas Kriechbaumer | 2016-01-31 | 3 | -691/+62 | |
| | | ||||||
* | | remove code duplication | Maximilian Hils | 2016-02-01 | 1 | -20/+18 | |
| | | ||||||
* | | tests++ | Maximilian Hils | 2016-02-01 | 1 | -1/+1 | |
| | | ||||||
* | | fix #113, make Reader.peek() work on Python 3 | Maximilian Hils | 2016-02-01 | 1 | -5/+25 | |
|/ | ||||||
* | fix test request and response headers | Thomas Kriechbaumer | 2016-01-30 | 2 | -3/+3 | |
| | ||||||
* | move tservers to netlib module | Thomas Kriechbaumer | 2016-01-25 | 1 | -0/+109 | |
| | ||||||
* | Simplified setting the source_address in the TCPClient constructor | Sandor Nemes | 2016-01-11 | 1 | -2/+1 | |
| | ||||||
* | Added getter/setter for TCPClient source_address | Sandor Nemes | 2016-01-08 | 1 | -0/+11 | |
| | ||||||
* | bump version | Maximilian Hils | 2015-12-25 | 1 | -1/+1 | |
| | ||||||
* | bump version | Maximilian Hils | 2015-12-03 | 1 | -1/+1 | |
| | ||||||
* | Fix to ignore empty header value. | Benjamin Lee | 2015-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | According to Augmented BNF in the following RFCs http://tools.ietf.org/html/rfc5234#section-3.6 http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1 field-value = *( field-content | LWS ) http://tools.ietf.org/html/rfc7230#section-3.2 field-value = *( field-content / obs-fold ) ... the HTTP message header `field-value` is allowed to be empty. | |||||
* | Porting to Python 3.4 | Sam Cleveland | 2015-11-11 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | Updated wsgi to support Python 3.4 byte strings. Updated test_wsgi to remove py.test warning for TestApp having an __init__ constructor. samc$ sudo py.test netlib/test/test_wsgi.py -r w = test session starts = platform darwin -- Python 3.4.1, pytest-2.8.2, py-1.4.30, pluggy-0.3.1 rootdir: /Users/samc/src/python/netlib, inifile: collected 6 items netlib/test/test_wsgi.py ...... = 6 passed in 0.20 seconds = | |||||
* | Porting to Python 3.4 | Sam Cleveland | 2015-11-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixed byte string formatting for hexdump. = test session starts = platform darwin -- Python 3.4.1, pytest-2.8.2, py-1.4.30, pluggy-0.3.1 rootdir: /Users/samc/src/python/netlib, inifile: collected 11 items netlib/test/test_utils.py ........... = 11 passed in 0.23 seconds = | |||||
* | Revert "Porting netlib to python3.4" | Sam Cleveland | 2015-11-11 | 2 | -376/+8 | |
| | | | | This reverts commit 823718348598efb324298ca29ad4cb7d5097c084. | |||||
* | Porting netlib to python3.4 | Sam Cleveland | 2015-11-11 | 2 | -8/+376 | |
| | | | | | | | | | | | | | | | | | Updated utils.py using 2to3-3.4 Updated hexdump to use .format() with .encode() to support python 3.4 Python 3.5 supports .format() on bytes objects, but 3.4 is the current default on Ubuntu. samc$ py.test netlib/test/test_utils.py = test session starts = platform darwin -- Python 3.4.1, pytest-2.8.2, py-1.4.30, pluggy-0.3.1 rootdir: /Users/samc/src/python/netlib, inifile: collected 11 items netlib/test/test_utils.py ........... = 11 passed in 0.19 seconds = | |||||
* | Bump version for next release cycle | Aldo Cortesi | 2015-11-07 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Aldo Cortesi | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/hostname-validation' | Maximilian Hils | 2015-11-04 | 2 | -7/+35 | |
|\ | ||||||
| * | fix certificate verification | Maximilian Hils | 2015-11-01 | 2 | -7/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes netlib's optional (turned off by default) certificate verification, which previously did not validate the cert's host name. As it turns out, verifying the connection's host name on an intercepting proxy is not really straightforward - if we receive a connection in transparent mode without SNI, we have no clue which hosts the client intends to connect to. There are two basic approaches to solve this problem: 1. Exactly mirror the host names presented by the server in the spoofed certificate presented to the client. 2. Require the client to send the TLS Server Name Indication extension. While this does not work with older clients, we can validate the hostname on the proxy. Approach 1 is problematic in mitmproxy's use case, as we may want to deliberately divert connections without the client's knowledge. As a consequence, we opt for approach 2. While mitmproxy does now require a SNI value to be sent by the client if certificate verification is turned on, we retain our ability to present certificates to the client which are accepted with a maximum likelihood. | |||||
* | | Set default cert expiry to <39 months | Maximilian Hils | 2015-11-04 | 1 | -1/+2 | |
| | | | | | | This sould fix mitmproxy/mitmproxy#815 | |||||
* | | minor fixes | Maximilian Hils | 2015-11-01 | 2 | -2/+2 | |
|/ | ||||||
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 16 | -428/+764 | |
|\ | ||||||
| * | test response model, push coverage to 100% branch cov | Maximilian Hils | 2015-09-27 | 4 | -21/+16 | |
| | | ||||||
| * | improve request tests, coverage++ | Maximilian Hils | 2015-09-26 | 6 | -28/+66 | |
| | | ||||||
| * | refactor response model | Maximilian Hils | 2015-09-26 | 12 | -256/+277 | |
| | | ||||||
| * | refactor request model | Maximilian Hils | 2015-09-26 | 10 | -275/+557 | |
| | | ||||||
* | | fix mitmproxy/mitmproxy#784 | Maximilian Hils | 2015-09-28 | 2 | -7/+3 | |
|/ | ||||||
* | minor fixes | Maximilian Hils | 2015-09-25 | 2 | -18/+14 | |
| | ||||||
* | also accept bytes as arguments | Maximilian Hils | 2015-09-22 | 1 | -6/+6 | |
| | ||||||
* | Headers: return str on all Python versions | Maximilian Hils | 2015-09-22 | 8 | -230/+257 | |
| | ||||||
* | revert websocket changes from 73586b1b | Maximilian Hils | 2015-09-21 | 1 | -10/+12 | |
| | | | | | | | The DEFAULT construct is very weird, but with None we apparently break pathod in some difficult-to-debug ways. Revisit once we do more here. | |||||
* | backport changes | Thomas Kriechbaumer | 2015-09-21 | 2 | -18/+19 | |
| | ||||||
* | minor encoding fixes | Maximilian Hils | 2015-09-21 | 2 | -12/+12 | |
| | ||||||
* | python 3++ | Maximilian Hils | 2015-09-21 | 7 | -120/+168 | |
| | ||||||
* | python3++ | Maximilian Hils | 2015-09-20 | 2 | -18/+14 | |
| | ||||||
* | python3++ | Maximilian Hils | 2015-09-20 | 1 | -3/+5 | |
| |