forked from espressif/esp-idf
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:
committed by
Sarvesh Bodakhe
parent
e9f6949d7e
commit
a2336b74f9
@@ -122,7 +122,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. */
|
||||
|
Reference in New Issue
Block a user