From 741beb114781ac3ecfa753fa78d7b8106b5d1c54 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 21 May 2021 18:48:30 +0100 Subject: [PATCH] Improve Changelog Signed-off-by: Paul Elliott --- ChangeLog.d/add_psa_m_aead.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/add_psa_m_aead.txt b/ChangeLog.d/add_psa_m_aead.txt index d5c0a48c2..378e9c12d 100644 --- a/ChangeLog.d/add_psa_m_aead.txt +++ b/ChangeLog.d/add_psa_m_aead.txt @@ -1,3 +1,4 @@ Features - * Implemented the multipart AEAD API within the PSA Crypto API, along with - tests in the PSA Crypto test suite, and transparent driver wrappers. + * Added multipart AEAD API to the PSA Crypto API + * Added MbedTLS internal implementations of the PSA Crypto multipart AEAD API + supporting PolyChaCha and GCM. CCM is not as yet supported.