This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author llaniscudani
Recipients llaniscudani
Date 2012-06-14.20:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339706412.94.0.740645043785.issue15071@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-14 20:40:12llaniscudanisetrecipients: + llaniscudani
2012-06-14 20:40:12llaniscudanisetmessageid: <1339706412.94.0.740645043785.issue15071@psf.upfronthosting.co.za>
2012-06-14 20:40:12llaniscudanilinkissue15071 messages
2012-06-14 20:40:12llaniscudanicreate