]> git.ipfire.org Git - thirdparty/openssl.git/commit
Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher_spec... 24998/head
authorcx <1249843194@qq.com>
Wed, 21 Aug 2024 18:13:01 +0000 (02:13 +0800)
committerMatt Caswell <matt@openssl.org>
Mon, 26 Aug 2024 09:58:10 +0000 (10:58 +0100)
commitc07a34e18b098b77ce7ecb14273b7c75f59b5871
tree135dfa34151f96fb29dcec825c6546c5ff7b6526
parent91432b9ea040a0b11e85875a555dc1f4dcfc02dc
Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher_spec value(RFC 8446)
Fixes: #25086
CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25257)
ssl/record/methods/tls_common.c