Manuel Pégourié-Gonnard | 67bad73 | 2022-12-09 10:01:29 +0100 | [diff] [blame] | 1 | Changes |
2 | * When MBEDTLS_USE_PSA_CRYPTO and MBEDTLS_ECDSA_DETERMINISTIC are both | ||||
3 | defined, mbedtls_pk_sign() now use deterministic ECDSA for ECDSA | ||||
4 | signatures. This aligns the behaviour with MBEDTLS_USE_PSA_CRYPTO to | ||||
5 | the behaviour without it, where deterministic ECDSA was already used. |