From ca28583e9591149a212685b95c9ffd59166faded Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 24 Sep 2019 14:52:32 +0200 Subject: [PATCH] CTR_DRBG documentation: add changelog entry This is a documentation-only change, but one that users who care about NIST compliance may be interested in, to review if they're using the module in a compliant way. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ba9a5a3a..70488e224 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,6 +73,8 @@ Bugfix Changes * Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx() from the cipher abstraction layer. Fixes #2198. + * Clarify how the interface of the CTR_DRBG module relates to + NIST SP 800-90A. = mbed TLS 2.16.3 branch released 2019-09-06