aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mitmproxy_issue_341Aldo Cortesi2014-09-071-3/+6
|\
| * Merge branch 'func'Aldo Cortesi2014-09-071-4/+7
| |\
| | * Use print function after future importAldo Cortesi2014-09-071-4/+7
* | | Merge branch 'master' into mitmproxy_issue_341Maximilian Hils2014-09-042-0/+6
|\| |
| * | make inequality comparison workMaximilian Hils2014-09-042-0/+6
| |/
* | set source_address if not manually specifiedMaximilian Hils2014-09-041-0/+2
* | fix tcp.Address inequality comparisonMaximilian Hils2014-09-041-0/+6
* | adapt netlib.wsgi to changes in mitmproxy/mitmproxy#341Maximilian Hils2014-09-032-20/+20
|/
* minor cleanupsMaximilian Hils2014-08-1614-28/+37
* use passlib instead of md5cryptMaximilian Hils2014-08-163-118/+5
* Merge pull request #42 from mitmproxy/streamMaximilian Hils2014-07-311-46/+86
|\
| * Merge branch 'master' into streamMaximilian Hils2014-07-212-48/+77
| |\
| * | refactor response length handlingMaximilian Hils2014-07-211-102/+81
| * | added some additional functions for dealing with chunks - needed for mitmprox...Brad Peabody2014-07-171-1/+62
* | | Made attribute optional (as it is in pyOpenSSL)kronick2014-07-291-1/+4
| |/ |/|
* | certstore: add support for asterisk form to DNTree replacementMaximilian Hils2014-07-191-1/+18
* | temporarily replace DNTree with a simpler cert lookup mechanism, fix mitmprox...Maximilian Hils2014-07-181-46/+53
* | improve docsMaximilian Hils2014-07-141-5/+10
|/
* added option for read_response to only read the headers, beginnings of implem...Brad Peabody2014-07-121-2/+4
* mark nsCertType non-critical, fix #39Maximilian Hils2014-06-291-1/+1
* remove ntop windows workaroundMaximilian Hils2014-06-252-26/+5
* socks module: polish, add testsMaximilian Hils2014-06-251-43/+28
* add inet_ntop/inet_pton functionsMaximilian Hils2014-06-252-3/+27
* add socks moduleMaximilian Hils2014-06-251-0/+142
* add support for ctx.load_verify_locations, refs mitmproxy/mitmproxy#174Maximilian Hils2014-05-211-2/+4
* properly subclass Exception in HTTPErrorMaximilian Hils2014-05-151-6/+6
* make cert and key mandatoryMaximilian Hils2014-05-151-2/+2
* extract cert creation to be accessible in handle_sni callbacksMaximilian Hils2014-05-151-4/+11
* Update certutils.pyMaximilian Hils2014-04-251-1/+1
* make error message example less abstract.Maximilian Hils2014-03-311-1/+1
* Instead of removing the error, for consistency, leaving the error as-wasPedro Worcel2014-03-311-3/+2
* Change error into awesome user-friendlynessPedro Worcel2014-03-301-1/+3
* create dhparam file if it doesn't exist, fix mitmproxy/mitmproxy#235Maximilian Hils2014-03-111-0/+7
* fix #28Maximilian Hils2014-03-101-1/+3
* Certificate flagsAldo Cortesi2014-03-102-0/+43
* Support Ephemeral Diffie-HellmanAldo Cortesi2014-03-073-11/+31
* CertStore: cope with certs that have no common nameAldo Cortesi2014-03-051-3/+4
* Handler convert_to_ssl now takes a key object, not a path.Aldo Cortesi2014-03-052-3/+7
* Much more sophisticated certificate storeAldo Cortesi2014-03-051-12/+75
* Beef up CertStore, add DH params.Aldo Cortesi2014-03-041-72/+85
* Use PyOpenSSL's underlying ffi interface to get current cipher for connections.Aldo Cortesi2014-03-021-3/+13
* Re-add state operations to ODict.Aldo Cortesi2014-03-021-0/+10
* Cleanups, tests, and no-cover directives for code sections we can't test.Aldo Cortesi2014-03-022-13/+5
* Minor improvement to CertStore interfaceAldo Cortesi2014-03-021-5/+4
* Cipher suite selection for client connections, improved error handlingAldo Cortesi2014-02-271-3/+16
* allow super() on TCPServer, add thread names for better debuggingMaximilian Hils2014-02-152-4/+7
* Bump versionMaximilian Hils2014-02-111-1/+1
* Merge branch 'tcp_proxy'Aldo Cortesi2014-02-075-94/+124
|\
| * adjust netlib.wsgi to reflect changes in mitmproxys flow formatMaximilian Hils2014-02-052-6/+11
| * store used sni in TCPClient, add equality check for tcp.AddressMaximilian Hils2014-02-041-1/+7