Add XXX_PROCESS_ALT mecchanism

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-31 18:32:50 +02:00
parent 26c9f90cae
commit 427b672551
9 changed files with 52 additions and 4 deletions

View file

@ -4,6 +4,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
Features
* Support for DTLS 1.0 and 1.2 (RFC 6347).
* Ability to override xxx_process() function from a md/sha module with
custom implementation (eg hardware accelerated), complementing the ability
to override the whole module.
API Changes
* ecdsa_write_signature() gained an addtional md_alg argument and