[openssl/openssl] f3b94d: ssl: add missing SSLfatal in PSK premaster secret ...
"'Jakub Zelenka' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.5/[email protected]> |
Branch: refs/heads/openssl-3.5
Home: https://github.com/openssl/openssl
Commit: f3b94dc87b18ab1371e2b1abf87be6a05ef2f34c
https://github.com/openssl/openssl/commit/f3b94dc87b18ab1371e2b1abf87be6a05ef2f34c
Author: Jakub Zelenka <[email protected]>
Date: 2026-08-11 (Tue, 11 Aug 2026)
Changed paths:
M ssl/s3_lib.c
Log Message:
-----------
ssl: add missing SSLfatal in PSK premaster secret generation
An allocation failure for the PSK premaster secret buffer in
ssl_generate_master_secret() returned failure without calling
SSLfatal(), while its callers on both the client key exchange
construction and processing paths assume the fatal state was
already set. Also cover the unreachable no-PSK fallback branch.
Assisted-by: Claude:claude-fable-5
Reviewed-by: Frederik Wedel-Heinen <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
MergeDate: Tue Aug 11 07:28:48 2026
(Merged from https://github.com/openssl/openssl/pull/32195)
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/openssl-3.5/b41c1b-f3b94d%40github.com.