wpa-supplicant EAP-TLS Key derivation TLS 1.2

Nick Lowe nick.lowe at lugatech.com
Fri Aug 28 10:28:52 EDT 2015


You derive it based on the TLS version.

SSL_export_keying_material() is fine to use as all OpenSSL versions
that implement TLS 1.2 support this.

Falling back where it is not available is therefore fine.


More information about the HostAP mailing list