[issue13634] Python SSL stack doesn't support Compression configuration

Antoine Pitrou report at bugs.python.org
Mon Dec 19 11:58:05 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

So, there are two things here:
- allow to disable compression (it's enabled by default AFAICT) using the SSL_OP_NO_COMPRESSION flag
- allow to query compression status on SSL sockets using the SSL_get_current_compression() API

----------
nosy: +pitrou
stage:  -> needs patch
type:  -> enhancement
versions:  -Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.4

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


More information about the Python-bugs-list mailing list