[issue15071] TLS get keys and randoms

2012-06-14 Thread Daniel C.

New submission from Daniel C. :

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 
<http://bugs.python.org/issue15071>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15071] TLS get keys and randoms

2012-06-14 Thread Daniel C.

Daniel C.  added the comment:

ok. i try to do the patch!

--

___
Python tracker 
<http://bugs.python.org/issue15071>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15071] TLS get keys and randoms

2012-06-17 Thread Daniel C.

Daniel C.  added the comment:

This function solve the problem "SSL_tls1_key_exporter"

http://comments.gmane.org/gmane.comp.encryption.openssl.user/42015

included in the development version of OpenSSL 1.0.1 in the CVS

how is the correct way to implement in the python bind?

--

___
Python tracker 
<http://bugs.python.org/issue15071>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com