ECDSA alternative support

Support for alternative implementation of ECDSA, at the higher layer
This commit is contained in:
Ron Eldor 2017-06-18 16:03:14 +03:00
parent 45d269555b
commit b68733bf62
4 changed files with 61 additions and 50 deletions

View file

@ -36,6 +36,10 @@ Changes
* Clarify ECDSA documentation and improve the sample code to avoid
misunderstandings and potentially dangerous use of the API. Pointed out
by Jean-Philippe Aumasson.
* Add support for alternative implementation for ECDSA, controlled by new
configuration flag MBEDTLS_ECDSA_ALT in config.h.
Alternative Ecdsa is supported for implementation of `mbedtls_ecdsa_sign`
and `mbedtls_ecdsa_verify`.
= mbed TLS 2.5.0 branch released 2017-05-17