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>
}
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. */
return NULL;
if (data->ssl.tls_v13)
- label = "client EAP encryption KM";
+ label = "EXPORTER_EAP_TLS_Key_Material";
else
label = "client EAP encryption";
eapKeyData = eap_server_tls_derive_key(sm, &data->ssl, label,