mbedtls/ChangeLog.d/issue3819.txt

6 lines
274 B
Plaintext
Raw Normal View History

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.