commit | 427b6725510bff92b73741a6f5d5be1ba721fc93 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 31 18:32:50 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 31 18:32:50 2015 +0200 |
tree | dd12baeb0f583a4cc4482d3613f0284b593991c3 | |
parent | 26c9f90cae10a86461ad30884aa84b5e5cfbea29 [diff] [blame] |
Add XXX_PROCESS_ALT mecchanism
diff --git a/ChangeLog b/ChangeLog index a71b4a7..a6dca89 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,9 @@ 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