[openssl/openssl] 590e79: statem: add missing SSLfatal in compressed certifi...
"'Jakub Zelenka' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 590e79c6f53625ac61e2622c493e767287321d30
https://github.com/openssl/openssl/commit/590e79c6f53625ac61e2622c493e767287321d30
Author: Jakub Zelenka <[email protected]>
Date: 2026-08-11 (Tue, 11 Aug 2026)
Changed paths:
M ssl/statem/statem_srvr.c
Log Message:
-----------
statem: add missing SSLfatal in compressed certificate construction
A WPACKET failure in tls_construct_server_compressed_certificate()
returned CON_FUNC_ERROR without calling SSLfatal(), unlike the
identical failure handling in tls_construct_server_certificate().
This trips the check_fatal assertion in write_state_machine() on
debug builds and skips the alert and error state otherwise.
Assisted-by: Claude:claude-fable-5
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Frederik Wedel-Heinen <[email protected]>
MergeDate: Tue Aug 11 07:33:44 2026
(Merged from https://github.com/openssl/openssl/pull/32197)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/6cfad0-590e79%40github.com.