]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure the msg_callback is called on CCS receipt in TLSv1.3
authorMatt Caswell <matt@openssl.org>
Mon, 12 Aug 2024 15:41:56 +0000 (16:41 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 15 Aug 2024 18:17:39 +0000 (20:17 +0200)
commit8781087a69934cf45e201ac425d593b0e12a1538
tree276a09f47fa90860de0d8f3ca9b15483420acb97
parent05681e0e3e47e0abc5ec3a4c12ddb0afcd66db37
Ensure the msg_callback is called on CCS receipt in TLSv1.3

CCS records are ignore in TLSv1.3. But we should still call the msg_callback
anyway.

Fixes #25166

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25169)
ssl/record/methods/tls_common.c