mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-03 02:56:55 +02:00
Add missing parenthetical remark
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user