[New-bugs-announce] [issue20419] it's not possible to set ECDH curve name via ssl.wrap_socket
Michael Gubser
report at bugs.python.org
Tue Jan 28 17:25:16 CET 2014
New submission from Michael Gubser:
One can only set the ECDH curve name via SSLContext.set_ecdh_curve(). ssl.wrap_socket() doesn't have a parameter to use it for the wrapping of the basic socket. Therefore one always has to do the detour over SSLContext.
----------
components: Library (Lib)
messages: 209561
nosy: Michael.Gubser
priority: normal
severity: normal
status: open
title: it's not possible to set ECDH curve name via ssl.wrap_socket
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20419>
_______________________________________
More information about the New-bugs-announce
mailing list