From 7bc45ebf13d0496ea9ffd22c7e97f0678306b105 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 28 Apr 2021 13:44:46 +0100 Subject: [PATCH] Add Changelog entry Signed-off-by: Paul Elliott --- ChangeLog.d/add_psa_m_aead.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/add_psa_m_aead.txt diff --git a/ChangeLog.d/add_psa_m_aead.txt b/ChangeLog.d/add_psa_m_aead.txt new file mode 100644 index 000000000..d5c0a48c2 --- /dev/null +++ b/ChangeLog.d/add_psa_m_aead.txt @@ -0,0 +1,3 @@ +Features + * Implemented the multipart AEAD API within the PSA Crypto API, along with + tests in the PSA Crypto test suite, and transparent driver wrappers.