This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author naif
Recipients naif
Date 2011-12-19.10:39:58
SpamBayes Score 0.0016693244
Marked as misclassified No
Message-id <1324291199.34.0.550922917675.issue13634@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-12-19 10:39:59naifsetrecipients: + naif
2011-12-19 10:39:59naifsetmessageid: <1324291199.34.0.550922917675.issue13634@psf.upfronthosting.co.za>
2011-12-19 10:39:58naiflinkissue13634 messages
2011-12-19 10:39:58naifcreate