[New-bugs-announce] [issue15071] TLS get keys and randoms

Daniel C. report at bugs.python.org
Thu Jun 14 22:40:12 CEST 2012


New submission from Daniel C. <llaniscudani at gmail.com>:

I am develop a RADIUS server in 3.2 for WiFi authentication, the EAP-TLS or PEAP auths require a TLS tunnel AND get the master key and the client hello and server hello randoms to generate the MSK, the key to encrypt between WiFi user and WiFi access point.

The more necessary is the master key, the randoms is possible extract with "man in the middle"

Please, patch ssl.

----------
components: Library (Lib)
messages: 162825
nosy: llaniscudani
priority: normal
severity: normal
status: open
title: TLS get keys and randoms
type: enhancement
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15071>
_______________________________________


More information about the New-bugs-announce mailing list