EAP-TLS: Update specification references to RFC 5216 and 9190

The previously used references were pointing to an obsoleted RFC and
draft versions. Replace these with current versions.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen
2022-04-05 22:56:13 +03:00
committed by Sarvesh Bodakhe
parent b17d6a1b3a
commit 9cb8c0545f
2 changed files with 4 additions and 4 deletions

View File

@@ -1423,7 +1423,7 @@ start:
goto start;
}
/* draft-ietf-emu-eap-tls13-13 Section 2.5 */
/* RFC 9190 Section 2.5 */
if (data->ssl.tls_v13 && wpabuf_len(in_decrypted) == 1 &&
*wpabuf_head_u8(in_decrypted) == 0) {
wpa_printf(MSG_DEBUG,