Path to this page:
Subject: CVS commit: pkgsrc/net/py-twisted
From: Thomas Klausner
Date: 2016-09-19 00:21:26
Message id: 20160918222126.905D3FBD1@cvs.NetBSD.org
Log Message:
Update py-twisted to 16.4.1.
Twisted Core 16.4.1 (2016-09-07)
================================
Features
--------
- Client and server TLS connections made via the client TLS endpoint
and the server SSL endpoint, as well as any other code that uses
twisted.internet.ssl.CertificateOptions, now support ChaCha20
ciphers when available from the OpenSSL on the system. (#8760)
Bugfixes
--------
- Client and server TLS connections made via the client TLS endpoint
and the server SSL endpoint, as well as any other code that uses
twisted.internet.ssl.CertificateOptions, no longer accept 3DES-
based cipher suites by default, to defend against SWEET32. (#8781)
Files: