]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-TLS peer: Handle possible application data at the end
authorJouni Malinen <j@w1.fi>
Fri, 12 Jul 2019 20:38:05 +0000 (23:38 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 12 Jul 2019 20:38:05 +0000 (23:38 +0300)
commit4e2e1eeb5f9d4e2c46b74241e7b267d09c995247
tree56308187b7a7c22a71fcd203ffc1c25fdb57b3d2
parent0ef509f15e1101afebeb7a3b40b5e04c270c43db
EAP-TLS peer: Handle possible application data at the end

EAP-TLS with TLS 1.3 uses an empty application data record from the
server to indicate end of the exchange, so EAP-TLS peer will need to
check for this special case and finish the exchange with an empty
EAP-TLS (ACK) so that the server can send out EAP-Success.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_tls.c