blob: 35da2be131b8807262f743ba4e641e532a8f3d47 [file] [log] [blame]
Manuel Pégourié-Gonnard67bad732022-12-09 10:01:29 +01001Changes
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.