mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
ECDSA alternative support
Support for alternative implementation of ECDSA, at the higher layer
This commit is contained in:
parent
45d269555b
commit
b68733bf62
4 changed files with 61 additions and 50 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue