[New-bugs-announce] [issue13634] Python SSL stack doesn't support Compression configuration

naif report at bugs.python.org
Mon Dec 19 11:39:59 CET 2011


New submission from naif <naif at globaleaks.org>:

TLSv1 support compression with gzip/deflate that can provide for a lot of protocols a great improvement (just think about SIP/TLS or IMAP) in terms of bandwidth.

Currenly Python SSL stack based on OpenSSL doesn't allow the configuration (enabling/disabling/forcing) of TLS compression.

This ticket is about suggesting to implement TLS compression configuration of OpenSSL as described on:
http://blog.dave.cridland.net/?p=73

----------
components: Library (Lib)
messages: 149830
nosy: naif
priority: normal
severity: normal
status: open
title: Python SSL stack doesn't support Compression configuration
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13634>
_______________________________________


More information about the New-bugs-announce mailing list