From 5be864f6451445af364b45182f02907f2fb425df Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Mon, 22 Feb 2021 12:48:51 +0100 Subject: [PATCH] Add changelog for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS Signed-off-by: Steven Cooreman --- ChangeLog.d/psa-builtin-keys-implementation.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/psa-builtin-keys-implementation.txt diff --git a/ChangeLog.d/psa-builtin-keys-implementation.txt b/ChangeLog.d/psa-builtin-keys-implementation.txt new file mode 100644 index 000000000..66ba77d07 --- /dev/null +++ b/ChangeLog.d/psa-builtin-keys-implementation.txt @@ -0,0 +1,4 @@ +Features + * Added support for built-in driver keys through the PSA opaque crypto + driver interface. Refer to the documentation of + MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS for more information.