From 0aac2e5f37d4c0b18c72a091d56ad56e355d3226 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Wed, 18 Dec 2024 19:23:11 +0000 Subject: [PATCH] Fix broken reference in ChangeLog Signed-off-by: Janos Follath --- ChangeLog.d/psa-always-on.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/psa-always-on.txt b/ChangeLog.d/psa-always-on.txt index 49edb3ed22..45f4d9b101 100644 --- a/ChangeLog.d/psa-always-on.txt +++ b/ChangeLog.d/psa-always-on.txt @@ -1,9 +1,10 @@ Default behavior changes * The PK, X.509, PKCS7 and TLS modules now always use the PSA subsystem to perform cryptographic operations, with a few exceptions documented - in docs/use-psa-crypto.md. This corresponds to the behavior of - Mbed TLS 3.x when MBEDTLS_USE_PSA_CRYPTO is enabled. In effect, - MBEDTLS_USE_PSA_CRYPTO is now always enabled. + in docs/architecture/psa-migration/psa-limitations.md. This + corresponds to the behavior of Mbed TLS 3.x when + MBEDTLS_USE_PSA_CRYPTO is enabled. In effect, MBEDTLS_USE_PSA_CRYPTO + is now always enabled. * psa_crypto_init() must be called before performing any cryptographic operation, including indirect requests such as parsing a key or certificate or starting a TLS handshake.