From fbf9523449df811530422464567b7dd68500b544 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 14 Mar 2023 10:33:23 +0800 Subject: [PATCH] Revert "Add experimental warning" This reverts commit be510fe470ce7923870e4b4e8a95f0b3fd6b8ea0. Signed-off-by: Jerry Yu --- include/mbedtls/mbedtls_config.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 754d87876f..e8b909d0b2 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -2042,9 +2042,6 @@ * \warning Runtime detection only works on linux. For non-linux operation * system, crypto extension MUST be supported by CPU. * - * \warning This option is experimental. For time being, we can not guarantee - * it with CI tests. - * * This module adds support for the AES crypto instructions on Arm64 */ #define MBEDTLS_AESCE_C @@ -3074,9 +3071,6 @@ * \warning MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the * same time as MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY. * - * \warning This option is experimental. For time being, we can not guarantee - * it with CI tests. - * * Requires: MBEDTLS_SHA256_C. * * Module: library/sha256.c @@ -3099,9 +3093,6 @@ * \warning MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY cannot be defined at the same * time as MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT. * - * \warning This option is experimental. For time being, we can not guarantee - * it with CI tests. - * * Requires: MBEDTLS_SHA256_C. * * Module: library/sha256.c @@ -3158,9 +3149,6 @@ * \warning MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the * same time as MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY. * - * \warning This option is experimental. For time being, we can not guarantee - * it with CI tests. - * * Requires: MBEDTLS_SHA512_C. * * Module: library/sha512.c @@ -3186,9 +3174,6 @@ * \warning MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY cannot be defined at the same * time as MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT. * - * \warning This option is experimental. For time being, we can not guarantee - * it with CI tests. - * * Requires: MBEDTLS_SHA512_C. * * Module: library/sha512.c