[issue32883] Key agreement parameters not accessible

2018-02-26 Thread Christian Heimes
Change by Christian Heimes : -- stage: -> needs patch versions: +Python 3.8 ___ Python tracker ___

[issue32883] Key agreement parameters not accessible

2018-02-20 Thread sruester
sruester added the comment: How about a new method crypto_information() and making cipher() a wrapper around that one? The former could return a named tupple with handshake information together with all other relevant crypto information about the current session. This

[issue32883] Key agreement parameters not accessible

2018-02-20 Thread Christian Heimes
Christian Heimes added the comment: I'd prefer to have a generic handshake info method that returns a structured object like a named tuple with handshake information. We could start with key exchange / key agreement, TLS version, cipher suite, etc. Later the method could be

[issue32883] Key agreement parameters not accessible

2018-02-20 Thread sruester
New submission from sruester : 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