mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
89029e7366
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
8 lines
428 B
Plaintext
8 lines
428 B
Plaintext
Features
|
|
* 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 TLS 1.2
|
|
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.
|