Commit graph

4 commits

Author SHA1 Message Date
wiz
6dba6403c9 Update to 0.11.2, provided by Leonardo Taccari in PR 49729:
Changes:
0.11.2
------
 * TCPClient: Use TLS1.1+ where available, BaseHandler: disable SSLv2.

0.11.1
------
 * Fixes traceback in connection finish.

0.11
----
 * Refactor TCP close.
 * certstore: add support for cert chains
 * certstore: add support for asterisk form to DNTree replacement
 * Change the criticality of a number of X509 extentions, to match the RFCs and
   real-world CAs/certs.
 * Much more sophisticated certificate store:
   - Handle wildcard lookup
   - Handle lookup of SANs
   - Provide hooks for registering override certs and keys for specific
     domains (including wildcard specifications)
 * Various bug fixes.

0.10
----
 * Add IPv6 support for TCPServer.
 * Various bug fixes.
2015-03-09 09:11:24 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
e582fd0db5 Update to 0.9.2. Changes not found.
Mark as not for python-3.x.
2014-01-21 11:38:03 +00:00
wiz
2a3027533e Import py-netlib-0.9 as net/py-netlib.
Netlib is a collection of network utility classes, used by the
pathod and mitmproxy projects. It differs from other projects in
some fundamental respects, because both pathod and mitmproxy often
need to violate standards. This means that protocols are implemented
as small, well-contained and flexible functions, and are designed
to allow misbehaviour when needed.
2013-05-15 22:38:50 +00:00