New submission from naif <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13634>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to