1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Improve changelog

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott
2021-06-23 09:56:55 +01:00
parent d7ab9f1260
commit 2007d70a5a

View File

@@ -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.