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 pitrou
Recipients grooverdan, pitrou
Date 2011-01-07.13:42:36
SpamBayes Score 1.7507155e-06
Marked as misclassified No
Message-id <1294407753.3823.4.camel@localhost.localdomain>
In-reply-to <1294363252.79.0.602058607156.issue10851@psf.upfronthosting.co.za>
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.

Ah! I actually don't want these APIs to look the same. In the long term,
I would like SSLContext to become the preferred API, with
ssl.wrap_socket only being supported for backwards compatibility.
The huge parameter list in ssl.wrap_socket() is really a mistake due to
it having evolved quite organically.
History
Date User Action Args
2011-01-07 13:42:37pitrousetrecipients: + pitrou, grooverdan
2011-01-07 13:42:36pitroulinkissue10851 messages
2011-01-07 13:42:36pitroucreate