Improve psa iop key agreement changelog message

Signed-off-by: Waleed Elmelegy <[email protected]>
This commit is contained in:
Waleed Elmelegy
2024-11-06 16:03:49 +00:00
parent d610d18c9e
commit fa4eb35418
+3 -3
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.