mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Add XXX_PROCESS_ALT mecchanism
This commit is contained in:
parent
26c9f90cae
commit
427b672551
9 changed files with 52 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue