mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-15 23:09:54 +00:00
Add missing parenthetical remark
Signed-off-by: Gilles Peskine <[email protected]>
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