aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/tcp.py
Commit message (Collapse)AuthorAgeFilesLines
* minor fixesMaximilian Hils2015-11-011-2/+0
|
* backport changesThomas Kriechbaumer2015-09-211-0/+1
|
* python3++Maximilian Hils2015-09-201-16/+12
|
* python3++Maximilian Hils2015-09-201-3/+5
|
* python3++Maximilian Hils2015-09-201-2/+2
|
* organize exceptions, improve content-length handlingMaximilian Hils2015-09-171-59/+49
|
* wipMaximilian Hils2015-09-151-4/+4
|
* don't yield empty chunksMaximilian Hils2015-09-111-1/+2
|
* add ssl_read_selectMaximilian Hils2015-09-101-0/+21
|
* add tcp.Address.__hash__Maximilian Hils2015-09-081-0/+3
|
* move sslversion mapping to netlibMaximilian Hils2015-08-291-0/+17
|
* wipMaximilian Hils2015-08-281-17/+1
|
* fix error messagesMaximilian Hils2015-08-251-2/+2
|
* tcp._Connection: clean up code, fix inheritanceMaximilian Hils2015-08-191-13/+18
|
* add ssl peek polyfillMaximilian Hils2015-08-191-2/+18
|
* TCPClient: more sophisticated address handlingMaximilian Hils2015-08-181-11/+23
|
* add Reader.peek()Maximilian Hils2015-08-181-0/+18
|
* re-add form_outMaximilian Hils2015-08-181-0/+2
|
* allow direct ALPN callback methodThomas Kriechbaumer2015-08-161-1/+6
|
* fix mitmproxy/mitmproxy#705Maximilian Hils2015-08-031-1/+5
|
* add distinct error for cert verification issuesMaximilian Hils2015-07-241-2/+9
|
* Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed ↵Kyle Morton2015-07-211-0/+7
| | | | certificate validation
* Fixing default CA which ought to be read as a pemfile and not a directoryKyle Morton2015-07-211-1/+1
|
* Fixing how certifi is made the default ca_path to simplify calling logic.Kyle Morton2015-06-261-1/+3
|
* Merge pull request #76 from kyle-m/masterAldo Cortesi2015-06-241-10/+14
|\ | | | | Provide debugging information when upstream server certificate fails validation
| * Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-221-8/+8
| | | | | | | | | | verification errors on TCPClient object to enable warnings in downstream projects.
| * Updating TCPServer to allow tests (and potentially other use cases) to serveKyle Morton2015-06-221-2/+6
| | | | | | | | certificate chains instead of only single certificates.
* | unify SSL version/method handlingThomas Kriechbaumer2015-06-221-7/+18
|/
* mark unused variables and argumentsThomas Kriechbaumer2015-06-181-5/+5
|
* Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-masterAldo Cortesi2015-06-181-3/+3
|\
| * Adding certifi as default CA bundle.Kyle Morton2015-06-161-3/+3
| |
* | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSLAldo Cortesi2015-06-181-1/+12
| | | | | | | | | | We'll need to start testing under both new and old versions of OpenSSL somehow to catch these...
* | Merge pull request #71 from Kriechi/landscapeAldo Cortesi2015-06-181-5/+3
|\ \ | | | | | | fix warnings and code smells
| * | fix warnings and code smellsThomas Kriechbaumer2015-06-171-5/+3
| | | | | | | | | | | | use prospector to find them
* | | http2: improve test suiteThomas Kriechbaumer2015-06-161-4/+5
| | |
* | | add elliptic curve during TLS handshakeThomas Kriechbaumer2015-06-161-8/+5
|/ /
* | Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-161-0/+23
|\| | | | | Adding support for upstream certificate validation when using SSL/TLS…
| * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-151-0/+23
| | | | | | | | instance of TCPClient.
* | simplify ALPNThomas Kriechbaumer2015-06-141-6/+2
| |
* | add new TLS methodsThomas Kriechbaumer2015-06-141-1/+4
| |
* | add more testsThomas Kriechbaumer2015-06-121-4/+4
| |
* | improve ALPN integrationThomas Kriechbaumer2015-06-111-8/+15
|/
* fix coding styleThomas Kriechbaumer2015-06-081-1/+1
|
* http2: add warning if raw data looks like HTTP/1Thomas Kriechbaumer2015-06-081-1/+1
|
* fix non-ALPN supported OpenSSL-related testsThomas Kriechbaumer2015-06-081-1/+4
|
* improve ALPN support on travisThomas Kriechbaumer2015-06-081-8/+11
|
* Revert "tcp: clear_log to clear socket logs"Aldo Cortesi2015-06-051-3/+0
| | | | | | start_log also clears the log, which is good enough. This reverts commit 4ca62e0d9bd09aa286cde9bafceff7204304d00c.
* tcp: clear_log to clear socket logsAldo Cortesi2015-06-051-0/+3
|
* When we see an incomplete read with 0 bytes, it's a disconnectAldo Cortesi2015-05-311-3/+6
| | | | Partially fixes mitmproxy/mitmproxy:#593
* Save first byte timestamp for writers too.Aldo Cortesi2015-05-311-0/+1
|