From e67ba98581861f8e07bb808050b7ee37ec25f778 Mon Sep 17 00:00:00 2001 From: stroebeljc Date: Mon, 4 Jan 2021 18:19:29 -0600 Subject: [PATCH] Fixed verb tense in change log. Signed-off-by: stroebeljc --- ChangeLog.d/issue3819.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/issue3819.txt b/ChangeLog.d/issue3819.txt index 38b483a58..58e55c1f1 100644 --- a/ChangeLog.d/issue3819.txt +++ b/ChangeLog.d/issue3819.txt @@ -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 + * 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.