mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 18:18:24 +00:00
67bad73e87
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
Changes
|
|
* When MBEDTLS_USE_PSA_CRYPTO and MBEDTLS_ECDSA_DETERMINISTIC are both
|
|
defined, mbedtls_pk_sign() now use deterministic ECDSA for ECDSA
|
|
signatures. This aligns the behaviour with MBEDTLS_USE_PSA_CRYPTO to
|
|
the behaviour without it, where deterministic ECDSA was already used.
|