From 528ec901abe6ef3830c69108cad811e5e3378146 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 13 Sep 2023 15:41:23 +0200 Subject: [PATCH] Add a changelog entry for p256-m Signed-off-by: Gilles Peskine --- ChangeLog.d/p256-m.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/p256-m.txt diff --git a/ChangeLog.d/p256-m.txt b/ChangeLog.d/p256-m.txt new file mode 100644 index 0000000000..0725488757 --- /dev/null +++ b/ChangeLog.d/p256-m.txt @@ -0,0 +1,5 @@ +Features + * Applications using ECC over secp256r1 through the PSA API can use a + new implementation with a much smaller footprint, but some minor + usage restrictions. See the documentation of the new configuration + option MBEDTLS_P256M_EXAMPLE_DRIVER_ENABLED for details.