blob: 645a723748dbe6029ca4f5baba1529848085853a [file] [log] [blame]
Manuel Pégourié-Gonnardc2495f72023-03-10 12:04:33 +01001Features
2 * When a PSA driver for ECDSA is present, it is now possible to disable
3 MBEDTLS_ECDSA_C in the build in order to save code size. For PK, X.509
4 and TLS to fully work, this requires MBEDTLS_USE_PSA_CRYPTO to be enabled.
5 Restartable/interruptible ECDSA operations in PK, X.509 and TLS are not
6 supported in those builds yet, as driver support for interruptible ECDSA
7 operations is not present yet.