[New-bugs-announce] [issue10851] further extend ssl SNI and ciphers API

Daniel Black report at bugs.python.org
Fri Jan 7 02:20:52 CET 2011


New submission from Daniel Black <daniel.subs at internode.on.net>:

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.

----------
components: Library (Lib)
files: p3k-sni-ciphers.patch
keywords: patch
messages: 125612
nosy: grooverdan, pitrou
priority: normal
severity: normal
status: open
title: further extend ssl SNI and ciphers API
versions: Python 3.3
Added file: http://bugs.python.org/file20296/p3k-sni-ciphers.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10851>
_______________________________________


More information about the New-bugs-announce mailing list