EAP-TLS: Update key derivation label per draft-ietf-emu-eap-tls13-00
The label strings used for deriving Key_Material with TLS v1.3 were changed, so update the implementation to match the new values. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
20c2ea412a
commit
f8aed720e4
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data,
|
|||
}
|
||||
|
||||
if (data->ssl.tls_v13) {
|
||||
label = "client EAP encryption KM";
|
||||
label = "EXPORTER_EAP_TLS_Key_Material";
|
||||
|
||||
/* A possible NewSessionTicket may be received before
|
||||
* EAP-Success, so need to allow it to be received. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue