commit | 406d25878c4042fc326fd2dc60f95bb3845e225c | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Oct 03 14:31:22 2019 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Oct 03 15:03:11 2019 +0200 |
tree | 881b8ac66b20761cf9c2464d0a475edfd3446a3d | |
parent | f0b3dcb14ba1df2a45e782214bc2913b8fa7be10 [diff] [blame] |
Add a note about CTR_DRBG security strength to config.h
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index fa88ebf..0bc08cc 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -1884,6 +1884,10 @@ * * Enable the CTR_DRBG AES-256-based random generator. * + * \note This module only achieves a 256-bit security strength if + * the generator is seeded with sufficient entropy. + * See ctr_drbg.h for more details. + * * Module: library/ctr_drbg.c * Caller: *