From aada0c869f8b710fb64d8a4d9df00e9b829d85b0 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 7 Aug 2024 23:05:45 +0200 Subject: [PATCH] Mention the PSA transition guide Signed-off-by: Gilles Peskine --- ChangeLog.d/announce-4.0-removals.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.d/announce-4.0-removals.txt b/ChangeLog.d/announce-4.0-removals.txt index 9ae61c1219..65f48468f1 100644 --- a/ChangeLog.d/announce-4.0-removals.txt +++ b/ChangeLog.d/announce-4.0-removals.txt @@ -27,3 +27,5 @@ New deprecations 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. + For guidance on migrating application code to the PSA API, please consult + the PSA transition guide (docs/psa-transition.md).