Merge pull request #7315 from mpg/ecjpake-changelog

Add ChangeLog entry for driver-only EC J-PAKE
This commit is contained in:
Dave Rodgman 2023-03-20 15:14:15 +00:00 committed by GitHub
commit 43f9a25277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.