[New-bugs-announce] [issue32858] Improve OpenSSL ECDH support

Stefan Rüster report at bugs.python.org
Fri Feb 16 11:03:17 EST 2018


New submission from Stefan Rüster <stefan.ruester at rub.de>:

Tested with OpenSSL v1.1.0g, Python does not support selection of curve Curve25519 with _ssl.ctx.set_ecdh_curve("X25519").

Additionally the DH key exchange parameters (which curve has been chosen, what DH bit size was used) are not available through any SSL or Context method.

----------
components: Library (Lib)
messages: 312237
nosy: Stefan Rüster
priority: normal
severity: normal
status: open
title: Improve OpenSSL ECDH support
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32858>
_______________________________________


More information about the New-bugs-announce mailing list