commit | 7bc45ebf13d0496ea9ffd22c7e97f0678306b105 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Wed Apr 28 13:44:46 2021 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri May 14 19:03:26 2021 +0100 |
tree | c4f080c2c56ca5abd01e3a0643f117eb445a2265 | |
parent | 16e6dcd72e85ed3b56f5f9c3041cd9b98ea4c466 [diff] |
Add Changelog entry Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/add_psa_m_aead.txt b/ChangeLog.d/add_psa_m_aead.txt new file mode 100644 index 0000000..d5c0a48 --- /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.