commit | 94f1fe6f6384a2ef379ef5b8cdc32a2fa01f8d13 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Tue Mar 31 15:52:40 2015 +0300 |
committer | Jouni Malinen <j@w1.fi> | Tue Mar 31 15:52:40 2015 +0300 |
tree | 710625484d899a00d2ff9c1ce2515180bc83e818 | |
parent | fa0e715100b0e6fd956b6de67c3cdf908437436a [diff] |
Remove master key extraction from tls_connection_get_keys() This is not needed anymore with the tls_connection_prf() being used to handle all key derivation needs. tls_connection_get_keys() is a bit misnamed for now, but it is only used to fetch the client and server random for Session-Id derivation. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>