Fixed incorrect change log formatting.

Signed-off-by: stroebeljc <[email protected]>
This commit is contained in:
stroebeljc
2021-01-04 18:17:35 -06:00
parent d4de1b5d4e
commit 2b50d78972
+1 -1
View File
@@ -1,5 +1,5 @@
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.
the security strength from reaching the level required by NIST.
Found by John Stroebel in #3819 and fixed in #3973.