blob: 1aeed64fe07fed3c1a14dc5179a8309e0890058c [file] [log] [blame]
Valerio Setti8427b562023-03-17 18:49:24 +01001Features
2 * When a PSA driver for ECDH is present, it is now possible to disable
Valerio Setti89029e72023-03-20 15:25:29 +01003 MBEDTLS_ECDH_C in the build in order to save code size. For TLS 1.2
4 key exchanges based on ECDH(E) to work, this requires
5 MBEDTLS_USE_PSA_CRYPTO. Restartable/interruptible ECDHE operations in
6 TLS 1.2 (ECDHE-ECDSA key exchange) are not supported in those builds yet,
7 as PSA does not have an API for restartable ECDH yet.