[openssl/openssl] ddc36f: tls_common.c: prevent max_early_data overflow in r...
"'Abel Thomas' 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: ddc36ff2a1b9628515a103f4439b2a7a571ef315
https://github.com/openssl/openssl/commit/ddc36ff2a1b9628515a103f4439b2a7a571ef315
Author: Abel Tom <[email protected]>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M ssl/record/methods/tls_common.c
Log Message:
-----------
tls_common.c: prevent max_early_data overflow in rlayer_early_data_count_ok()
Make the local max_early_data variable uint64_t so an overflow
cannot occur if the max_early_data field in the record layer struct
has the maximum value: UNT32_MAX (0xFFFFFFFF).
Resolves: https://github.com/openssl/openssl/issues/31533
Reviewed-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Frederik Wedel-Heinen <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
MergeDate: Sun Jun 21 23:50:02 2026
(Merged from https://github.com/openssl/openssl/pull/31538)
(cherry picked from commit d41a9225196be4863e7b72a152769a93f9faf917)
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/b4d5a3-ddc36f%40github.com.