Revert "Add experimental warning"
This reverts commit be510fe470ce7923870e4b4e8a95f0b3fd6b8ea0.
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index 754d878..e8b909d 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