From 35f5ef01f21da18111ce9e59a7e194e1bf55b149 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Wed, 15 Mar 2023 15:43:08 +0000 Subject: [PATCH] Threat Model: adjust to 2.28 MBEDTLS_AESCE_C is not available in 2.28., remove it from workarounds. Signed-off-by: Janos Follath --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 8d3678a5ee02..e25601bcd597 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -129,7 +129,7 @@ even a remote. The attacks can result in key recovery. - Turn on hardware acceleration for AES. This is supported only on selected architectures and currently only available for AES. See configuration options - `MBEDTLS_AESCE_C`, `MBEDTLS_AESNI_C` and `MBEDTLS_PADLOCK_C` for details. + `MBEDTLS_AESNI_C` and `MBEDTLS_PADLOCK_C` for details. - Add a secure alternative implementation (typically hardware acceleration) for the vulnerable cipher. See the [Alternative Implementations Guide](docs/architecture/alternative-implementations.md) for more information.