From 03642fa0262e0f30b2266dfcb3b1c83b46afefcd Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 26 Sep 2019 14:53:44 +0200 Subject: [PATCH] Remove warning that the previous expanded discussion has obsoleted --- include/mbedtls/ctr_drbg.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mbedtls/ctr_drbg.h b/include/mbedtls/ctr_drbg.h index 32d9adf33..ae0da45a5 100644 --- a/include/mbedtls/ctr_drbg.h +++ b/include/mbedtls/ctr_drbg.h @@ -24,10 +24,6 @@ * and #MBEDTLS_CTR_DRBG_ENTROPY_LEN is set to 24 or more (which is * always the case unless it is explicitly set to a different value * in `config.h`). - * - * \warning Using 128-bit keys for CTR_DRBG or using SHA-256 as the entropy - * compression function limits the security of generated - * keys and operations that use random values generated to 128-bit security. */ /* * Copyright (C) 2006-2019, Arm Limited (or its affiliates), All Rights Reserved