mirror of
https://github.com/openssl/openssl.git
synced 2026-01-25 02:56:43 +00:00
When resuming session with the extended master secret support dropped we should use SSL_AD_HANDSHAKE_FAILURE instead of SSL_AD_ILLEGAL_PARAMETER according to the RFC7627 section 5. Fixes #9791 Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> MergeDate: Fri Jan 23 10:33:12 2026 (Merged from https://github.com/openssl/openssl/pull/29706)