[openssl/openssl] aad518: 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.0/[email protected]> |
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: aad518f2f9373a4ee61a395404e8865b7b4ff359
https://github.com/openssl/openssl/commit/aad518f2f9373a4ee61a395404e8865b7b4ff359
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:29:11 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.0/e11738-aad518%40github.com.