mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
b17d6a1b3a
commit
9cb8c0545f
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* EAP peer method: EAP-TLS (RFC 2716)
|
||||
* Copyright (c) 2004-2008, 2012-2015, Jouni Malinen <j@w1.fi>
|
||||
* EAP peer method: EAP-TLS (RFC 5216, RFC 9190)
|
||||
* Copyright (c) 2004-2008, 2012-2019, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* This software may be distributed under the terms of the BSD license.
|
||||
* See README for more details.
|
||||
@ -242,7 +242,7 @@ static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* draft-ietf-emu-eap-tls13-13 Section 2.5 */
|
||||
/* RFC 9190 Section 2.5 */
|
||||
if (res == 2 && data->ssl.tls_v13 && wpabuf_len(resp) == 1 &&
|
||||
*wpabuf_head_u8(resp) == 0) {
|
||||
wpa_printf(MSG_DEBUG, "EAP-TLS: ACKing Commitment Message");
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user