[New-bugs-announce] [issue32883] Key agreement parameters not accessible

sruester report at bugs.python.org
Tue Feb 20 04:58:42 EST 2018


New submission from sruester <stefan.ruester at rub.de>:

Using python it is not possible to retrieve information about the key exchange/agreement method that was used during session setup.

A method should be added to a suitable SSL* object that allows to retrieve information such as whether ECDH with which curves, or DH, or neither was used.

----------
assignee: christian.heimes
components: SSL
messages: 312406
nosy: christian.heimes, sruester
priority: normal
severity: normal
status: open
title: Key agreement parameters not accessible
type: enhancement

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


More information about the New-bugs-announce mailing list