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 lemburg
Recipients alex, benjamin.peterson, christian.heimes, dstufft, ezio.melotti, lemburg, ncoghlan, pitrou, vstinner
Date 2014-03-20.14:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <532AFADE.6020502@egenix.com>
In-reply-to <1395324676.75.0.303580402974.issue20995@psf.upfronthosting.co.za>
Content
On 20.03.2014 15:11, Donald Stufft wrote:
> 
> The compatibility of this is pretty good. The only time this should cause a connection to *fail* is if a server is using an insecure cipher and in that case you can re-enable it by simply passing the original cipher list through the ssl.wrap_socket ciphers function.

Depends on who "you" is :-) Most of the time this will be the user of
some script or application with no clue as to how to change this or
what a cipher string is.

I think we should leave this decision to the OpenSSL lib vendors
and developers.
History
Date User Action Args
2014-03-20 14:27:47lemburgsetrecipients: + lemburg, ncoghlan, pitrou, vstinner, christian.heimes, benjamin.peterson, ezio.melotti, alex, dstufft
2014-03-20 14:27:47lemburglinkissue20995 messages
2014-03-20 14:27:46lemburgcreate