mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-25 22:56:35 +08:00
changelog: fix description for ECDH changes
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
080a22ba75
commit
89029e7366
@ -1,4 +1,7 @@
|
|||||||
Features
|
Features
|
||||||
* When a PSA driver for ECDH is present, it is now possible to disable
|
* When a PSA driver for ECDH is present, it is now possible to disable
|
||||||
MBEDTLS_ECDH_C in the build in order to save code size. For PK, X.509
|
MBEDTLS_ECDH_C in the build in order to save code size. For TLS 1.2
|
||||||
and TLS to fully work, this requires MBEDTLS_USE_PSA_CRYPTO to be enabled.
|
key exchanges based on ECDH(E) to work, this requires
|
||||||
|
MBEDTLS_USE_PSA_CRYPTO. Restartable/interruptible ECDHE operations in
|
||||||
|
TLS 1.2 (ECDHE-ECDSA key exchange) are not supported in those builds yet,
|
||||||
|
as PSA does not have an API for restartable ECDH yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user