From 7cf7a8500889b8aeb763db91003be2e32a23495b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 11 Mar 2026 10:29:40 +0100 Subject: [PATCH] Add missing parenthetical remark Signed-off-by: Gilles Peskine --- ChangeLog.d/rng-cloning.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/rng-cloning.txt b/ChangeLog.d/rng-cloning.txt index e285159f44..fc7d4db7f5 100644 --- a/ChangeLog.d/rng-cloning.txt +++ b/ChangeLog.d/rng-cloning.txt @@ -7,7 +7,8 @@ Features Security * Applications running in environments where the application state is - cloned () should arrange to reseed the random generator using one - of the new functions psa_random_reseed() or psa_random_deplete(). - CVE-2026-25835 + cloned (for example due to resuming a frozen system state multiple + times, or due to cloning a virtual machine image) should arrange to + reseed the random generator using one of the new functions + psa_random_reseed() or psa_random_deplete(). CVE-2026-25835