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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20419>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to