aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * move StateObject back into libmproxyMaximilian Hils2014-01-314-109/+7
| * remove subclassing of tuple in tcp.Address, move StateObject into netlibMaximilian Hils2014-01-304-16/+128
| * re-add server attribute to BaseHandlerMaximilian Hils2014-01-282-2/+4
| * add tcp.Address to unify ipv4/ipv6 address handlingMaximilian Hils2014-01-283-21/+48
| * Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-181-1/+1
| |\
| * | fix tests, remove duplicate codeMaximilian Hils2014-01-092-55/+38
| * | Merge remote-tracking branch 'origin/master' into tcp_proxyMaximilian Hils2014-01-094-61/+45
| |\ \
| * | | change parameter names to reflect changesMaximilian Hils2014-01-092-17/+14
* | | | Silence pyflakes, adjust requirements.txtAldo Cortesi2014-01-191-1/+0
| |_|/ |/| |
* | | add CONNECT request to list of request types that don't have a response bodyMaximilian Hils2014-01-181-1/+1
| |/ |/|
* | Make certificate not-before time 48 hours.Aldo Cortesi2014-01-081-1/+1
* | Merge pull request #26 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-042-57/+40
|\ \
| * | refactor read_http_bodyMaximilian Hils2013-12-152-57/+40
| |/
* / Make it possible to pass custom environment variables into wsgi apps.Aldo Cortesi2014-01-051-3/+4
|/
* merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 testMaximilian Hils2013-12-132-10/+14
|\