From 6df289a56fd2c6c65423d585c30a218cd70d4a1b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 8 Aug 2024 14:45:57 +0200 Subject: [PATCH] More relevant characterisation of PSA being from before 3.0 Signed-off-by: Gilles Peskine --- ChangeLog.d/announce-4.0-removals.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/announce-4.0-removals.txt b/ChangeLog.d/announce-4.0-removals.txt index d9bbd16338..aac1f7d217 100644 --- a/ChangeLog.d/announce-4.0-removals.txt +++ b/ChangeLog.d/announce-4.0-removals.txt @@ -24,7 +24,7 @@ New deprecations - Asymmetric cryptography: bignum.h, dhm.h, ecdh.h, ecdsa.h, ecjpake.h, ecp.h, rsa.h. The cryptographic mechanisms remain present, but they will only be - accessible via the PSA API (psa_xxx functions introduced in - Mbed TLS 2.17.0) and, where relevant, PK. + accessible via the PSA API (psa_xxx functions introduced before + Mbed TLS 2.28.0) and, where relevant, PK. For guidance on migrating application code to the PSA API, please consult the PSA transition guide (docs/psa-transition.md).