mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 16:35:40 +01:00
2b50d78972
Signed-off-by: stroebeljc <stroebeljc1@gmail.com>
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
Security
|
|
* Fix a security reduction error that caused all bits of the nonce
|
|
to be zero in mbedtls_ctr_drbg_reseed_internal. This prevented
|
|
the security strength from reaching the level required by NIST.
|
|
Found by John Stroebel in #3819 and fixed in #3973.
|