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 grooverdan
Recipients grooverdan, pitrou
Date 2011-01-07.01:20:49
SpamBayes Score 6.9984467e-06
Marked as misclassified No
Message-id <1294363252.79.0.602058607156.issue10851@psf.upfronthosting.co.za>
In-reply-to
Content
as a further extension to issue #5639 (sni) and issue #8322 this patch provides the ability to set ciphers in the  SSLContext.wrap_socket and server_hostname in ssl.wrap_socket. This just makes all the ssl apis look the same. Restructured the documentation associated with these functions to all be around the wrap_socket method.
History
Date User Action Args
2011-01-07 01:20:52grooverdansetrecipients: + grooverdan, pitrou
2011-01-07 01:20:52grooverdansetmessageid: <1294363252.79.0.602058607156.issue10851@psf.upfronthosting.co.za>
2011-01-07 01:20:51grooverdanlinkissue10851 messages
2011-01-07 01:20:51grooverdancreate