From f93b8bc2e0f1c60df99f0fbfc91cd7fc9fab1aa3 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 9 Jun 2016 13:54:15 +0100 Subject: [PATCH] Add requirements for the entropy safety switch in documentation. --- include/mbedtls/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index c42b88d74..f800f1346 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -286,6 +286,8 @@ * example the MBEDTLS_ENTROPY_HARDWARE_ALT or the MBEDTLS_ENTROPY_NV_SEED * switch). * + * Requires MBEDTLS_ENTROPY_C, MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES + * * WARNING! This switch is extremely DANGEROUS, don't use it in production code * under any circumstances. This switch nullifies any security provided by the * library.