]> git.ipfire.org Git - thirdparty/openssl.git/commit
Reject invalid FFDHE and ECDHE key shares with SSL_AD_ILLEGAL_PARAMETER alert
authorcx <1249843194@qq.com>
Thu, 26 Sep 2024 03:27:14 +0000 (11:27 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Jan 2025 13:12:54 +0000 (14:12 +0100)
commit0f6caf740977fa25d0f05cd3c48a656efbd9a79e
tree51cdd64e6d5d0415a4b54e626b94913de69e7964
parent32476957ead4151dceaf873306fc7e79cd262812
Reject invalid FFDHE and ECDHE key shares with SSL_AD_ILLEGAL_PARAMETER alert

This changes the alert according to RFC 8446.

Fixes: #25402
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25547)
ssl/statem/statem_srvr.c