Improve psa iop key agreement changelog message

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy 2024-09-24 18:28:50 +01:00
parent d610d18c9e
commit fa4eb35418

View File

@ -1,4 +1,4 @@
Features
* Add new psa key agreements APIs to perform key agreement
in an interruptible manner and return an identifier for
the newly created key.
* Add an interruptible version of key agreement to the PSA interface.
See psa_key_agreement_iop_setup() and related functions.