Manuel Pégourié-Gonnard | c2495f7 | 2023-03-10 12:04:33 +0100 | [diff] [blame] | 1 | Features |
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. |