commit | af851914f810978909dd8598ab88030fe43d0051 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Tue Mar 31 16:15:39 2015 +0300 |
committer | Jouni Malinen <j@w1.fi> | Wed Apr 01 12:56:54 2015 +0300 |
tree | f67f630c24e69a9e8d1a1b4be2abb3470b66557b | |
parent | 94f1fe6f6384a2ef379ef5b8cdc32a2fa01f8d13 [diff] |
Make tls_connection_get_keyblock_size() internal to tls_*.c This function exposes internal state of the TLS negotiated parameters for the sole purpose of being able to implement PRF for EAP-FAST. Since tls_connection_prf() is now taking care of all TLS-based key derivation cases, it is cleaner to keep this detail internal to each tls_*.c wrapper implementation. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>