mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-08 13:03:39 +00:00
e67ba98581
Signed-off-by: stroebeljc <stroebeljc1@gmail.com>
6 lines
273 B
Plaintext
6 lines
273 B
Plaintext
Security
|
|
* Fix a security reduction error that causes all bits of the nonce
|
|
to be zero in mbedtls_ctr_drbg_reseed_internal. This prevents
|
|
the security strength from reaching the level required by NIST.
|
|
Found by John Stroebel in #3819 and fixed in #3973.
|