From 2007d70a5ae56e69306632752d14f6af544dfaf8 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 23 Jun 2021 09:56:55 +0100 Subject: [PATCH] Improve changelog Signed-off-by: Paul Elliott --- ChangeLog.d/add_psa_m_aead.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/add_psa_m_aead.txt b/ChangeLog.d/add_psa_m_aead.txt index 3ae58095b..fa4e7ac61 100644 --- a/ChangeLog.d/add_psa_m_aead.txt +++ b/ChangeLog.d/add_psa_m_aead.txt @@ -1,4 +1,3 @@ Features - * Added multipart AEAD API to the PSA Crypto API - * Added MbedTLS internal implementations of the PSA Crypto multipart AEAD API - supporting ChaChaPoly and GCM. CCM is not as yet supported. + * Implement the PSA multipart AEAD interface, currently supporting + ChaChaPoly and GCM.