diff --git a/ChangeLog.d/driver-only-ecjpake.txt b/ChangeLog.d/driver-only-ecjpake.txt new file mode 100644 index 000000000..706f304c3 --- /dev/null +++ b/ChangeLog.d/driver-only-ecjpake.txt @@ -0,0 +1,5 @@ +Features + * When a PSA driver for EC J-PAKE is present, it is now possible to disable + MBEDTLS_ECJPAKE_C in the build in order to save code size. For the + corresponding TLS 1.2 key exchange to work, MBEDTLS_USE_PSA_CRYPTO needs + to be enabled.