]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-TLS server: Send final TLS message for resumed session with TLS 1.3
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 2 May 2022 13:19:06 +0000 (16:19 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 2 May 2022 14:16:44 +0000 (17:16 +0300)
commit1c66276d9a97acd680d182c1d7b24115168936ee
tree6c71a5412131b071f5d365d3c3da3a5c1dac0232
parent81e24988895a58fe2c664729dcd6bb2b6de40a99
EAP-TLS server: Send final TLS message for resumed session with TLS 1.3

The final message with NewSessionTicket and ApplicationData(0x00) was
already generated, but that was not sent out due the session considered
to be already completed. Fix this by actually sending out that message
to allow the peer to receive the new session ticket and protected
success indication when using resuming a session with TLS 1.3.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/eap_server/eap_server_tls.c