[openssl/openssl] a46ff9: quic: cleanse derived IV on setup failure
"'Minh Vu' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.4/[email protected]> |
Branch: refs/heads/openssl-3.4
Home: https://github.com/openssl/openssl
Commit: a46ff91b3f11aba73fcf75fc1ee7a1fac328d73b
https://github.com/openssl/openssl/commit/a46ff91b3f11aba73fcf75fc1ee7a1fac328d73b
Author: Minh Vu <[email protected]>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M ssl/quic/quic_record_shared.c
Log Message:
-----------
quic: cleanse derived IV on setup failure
el_build_keyslot() derives the QUIC IV before the success path stores
*out_iv_len. If a later step fails, the error cleanup currently uses
*out_iv_len and ends up cleansing zero bytes.
Cleanse the caller buffer using the local iv_len instead so the
derived IV is cleared on all post-derivation failure paths.
Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Daniel Kubec <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
MergeDate: Mon Jun 8 08:53:50 2026
(Merged from https://github.com/openssl/openssl/pull/31346)
(cherry picked from commit c920796adf607fb7b626bb06e55b0bc9762ad4e2)
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.4/814b19-a46ff9%40github.com.