[openssl/openssl] d3961e: statem: add missing SSLfatal in padding extension ...
"'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: d3961e8a44c8ad873797bc5632f2ab55cad4b608
https://github.com/openssl/openssl/commit/d3961e8a44c8ad873797bc5632f2ab55cad4b608
Author: Jakub Zelenka <[email protected]>
Date: 2026-08-11 (Tue, 11 Aug 2026)
Changed paths:
M ssl/statem/extensions_clnt.c
Log Message:
-----------
statem: add missing SSLfatal in padding extension construction
tls_construct_ctos_padding() returned EXT_RETURN_FAIL on a
non-positive digest size without calling SSLfatal(), propagating to
CON_FUNC_ERROR in the ClientHello construction without the fatal
state set. This should currently not happen as ssl_md() only returns
digests with a positive size, so this is just future proofing of the
error handling.
Assisted-by: Claude:claude-fable-5
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Frederik Wedel-Heinen <[email protected]>
MergeDate: Tue Aug 11 08:45:51 2026
(Merged from https://github.com/openssl/openssl/pull/32199)
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/677102-d3961e%40github.com.