EAP-TLS: Replace the Commitment Message term with RFC 9190 language
While the drafts for RFC 9190 used a separate Commitment Message term, that term was removed from the published RFC. Update the debug prints to match that final language. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
63f311b107
commit
88ab59d71b
3 changed files with 4 additions and 3 deletions
|
@ -391,7 +391,7 @@ int eap_server_tls_phase1(struct eap_sm *sm, struct eap_ssl_data *data)
|
|||
/* fallthrough */
|
||||
case EAP_TYPE_TLS:
|
||||
wpa_printf(MSG_DEBUG,
|
||||
"EAP-TLS: Send Commitment Message");
|
||||
"EAP-TLS: Send protected success indication (appl data 0x00)");
|
||||
|
||||
plain = wpabuf_alloc(1);
|
||||
if (!plain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue