Message 125612 - Python tracker (original) (raw)

Message125612

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:52 grooverdan set recipients: + grooverdan, pitrou
2011-01-07 01:20:52 grooverdan set messageid: 1294363252.79.0.602058607156.issue10851@psf.upfronthosting.co.za
2011-01-07 01:20:51 grooverdan link issue10851 messages
2011-01-07 01:20:51 grooverdan create