[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 p

[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 Unsub

[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