[pyOpenSSL-Users] how to caculate TLS Key Material with pyOpenSSL

逐日侠 hurryzeng at foxmail.com
Wed Jul 15 08:26:38 CEST 2015


hi all,


I'm developing a EAP-TLS server using python.
the PEAP method reqired MPPE keys which is genareted from EAP-TLS Key_Material.

and the Key_Material is "TLS-PRF-128(master_secret, "client EAP encryption", client.random || server.random)"
as descripted in [rfc5216].


How can i caculate this Key_Material with master_secret, client random and server random at hand ?
--- using python @ ubuntu


thanks,
zeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pyopenssl-users/attachments/20150715/e57883d9/attachment.html>


More information about the pyopenssl-users mailing list