aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-275-34/+167
|
* improve pyopenssl version checkMaximilian Hils2015-07-251-1/+1
|
* Merge pull request #81 from Kriechi/protocol-refactorMaximilian Hils2015-07-2430-965/+1131
|\ | | | | HTTP protocol refactoring
| * fix bugsThomas Kriechbaumer2015-07-223-32/+31
| |
| * http2: make proper use of odictThomas Kriechbaumer2015-07-223-14/+15
| |
| * reduce public interfaceThomas Kriechbaumer2015-07-222-309/+310
| | | | | | use private indicator pattern “_methodname”
| * introduce EmptyRequest classThomas Kriechbaumer2015-07-222-2/+19
| |
| * rename content -> bodyThomas Kriechbaumer2015-07-223-11/+11
| |
| * introduce ConnectRequest classThomas Kriechbaumer2015-07-223-6/+22
| |
| * add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-225-24/+59
| |
| * refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-223-553/+583
| |
| * change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-222-11/+15
| |
| * extract authentication methods from protocolThomas Kriechbaumer2015-07-225-58/+57
| |
| * move bits aroundThomas Kriechbaumer2015-07-2228-290/+318
| |
| * refactor websockets into protocolThomas Kriechbaumer2015-07-224-126/+151
| |
| * introduce http_semantics moduleThomas Kriechbaumer2015-07-223-21/+32
| | | | | | | | | | used for generic HTTP representation everything should apply for HTTP/1 and HTTP/2
* | add distinct error for cert verification issuesMaximilian Hils2015-07-243-5/+10
|/
* bump versionMaximilian Hils2015-07-221-1/+1
|
* Merge pull request #83 from kyle-m/masterMaximilian Hils2015-07-221-1/+8
|\ | | | | Fixing upstream certificate validation bugs
| * 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
|/
* bump versionMaximilian Hils2015-07-221-1/+1
|
* Merge pull request #82 from mua/masterMaximilian Hils2015-07-211-1/+1
|\ | | | | Fixed version error formatting issue
| * Fixed version error formatting issueM. Utku Altinkaya2015-07-211-1/+1
|/
* socks: optionally fail earlyMaximilian Hils2015-07-032-5/+13
|
* socks: add assert_socks5 methodMaximilian Hils2015-07-032-7/+91
|
* Merge pull request #80 from kyle-m/masterMaximilian Hils2015-06-291-1/+3
|\ | | | | Fixing how certifi is made the default ca_path to simplify calling logic
| * Fixing how certifi is made the default ca_path to simplify calling logic.Kyle Morton2015-06-261-1/+3
|/
* synchronize metadata files across projectsMaximilian Hils2015-06-262-3/+2
|
* Merge branch 'appveyor'Maximilian Hils2015-06-261-0/+11
|\
| * Merge branch 'master' into appveyorMaximilian Hils2015-06-262-2/+30
| |\
| * | appveyor: minor fixesMaximilian Hils2015-06-261-2/+3
| | |
| * | appveyor: use explicit python versionMaximilian Hils2015-06-261-3/+6
| | |
| * | add appveyorMaximilian Hils2015-06-261-0/+7
| | |
* | | Merge pull request #79 from mitmproxy/remove_certffiAldo Cortesi2015-06-275-133/+5
|\| | | |/ |/| Remove certffi
| * remove certffiMaximilian Hils2015-06-265-133/+5
| |
* | fix file typeMaximilian Hils2015-06-262-0/+0
| |
* | fix tests on windowsMaximilian Hils2015-06-262-2/+30
|/
* Fix printing of SSL version errorAldo Cortesi2015-06-251-1/+1
| | | | Fixes #73
* Merge pull request #76 from kyle-m/masterAldo Cortesi2015-06-2415-38/+274
|\ | | | | Provide debugging information when upstream server certificate fails validation
| * Adding test data to support post OpenSSL v1.0 cert hashingKyle Morton2015-06-231-0/+1
| |
| * Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-2213-34/+266
| | | | | | | | | | 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-222-4/+7
| | | | | | | | certificate chains instead of only single certificates.
* | Merge branch 'Kriechi-ssl-version-handling'Aldo Cortesi2015-06-232-9/+20
|\ \
| * \ Merge branch 'ssl-version-handling' of https://github.com/Kriechi/netlib ↵Aldo Cortesi2015-06-232-9/+20
| |\ \ | | | | | | | | | | | | into Kriechi-ssl-version-handling
| | * | unify SSL version/method handlingThomas Kriechbaumer2015-06-222-9/+20
| | |/
* | / Remove dependence on pathod in test suite.Aldo Cortesi2015-06-232-3/+21
|/ /
* | Moar Travis.Aldo Cortesi2015-06-231-1/+2
| |
* | Refine travis.Aldo Cortesi2015-06-231-1/+4
| | | | | | | | | | | | | | And, lest some meticulous code reader (I'm looking at you, Thomas) notices the extra colon: https://github.com/travis-ci/travis-ci/issues/2894
* | Travis notifications for Slack.Aldo Cortesi2015-06-231-0/+1
|/