blob: ca23db9ef7f34f6150e248b6913ca8ee3b0c8124 [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.
Manuel Pégourié-Gonnarda787c0f2023-07-07 17:01:22 +02008 * When all of ECDH, ECDSA and EC J-PAKE are either disabled or provided by
9 a driver, it is possible to disable MBEDTLS_ECP_C and still get support
10 for ECC keys and algorithms in PSA. See docs/driver-only-builds.txt.