[openssl/openssl] 51b82e: 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-4.0/[email protected]> |
Branch: refs/heads/openssl-4.0
Home: https://github.com/openssl/openssl
Commit: 51b82ebb0c3c1153d59cd57b9c18800240acb645
https://github.com/openssl/openssl/commit/51b82ebb0c3c1153d59cd57b9c18800240acb645
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:26 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-4.0/a223c0-51b82e%40github.com.