mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-26 09:16:47 +01:00
Reintroduce md_init_ctx compatibility wrapper
This commit is contained in:
parent
abb674467b
commit
147fa097e2
3 changed files with 35 additions and 2 deletions
|
|
@ -6,7 +6,8 @@ Features
|
|||
* Support for DTLS 1.0 and 1.2 (RFC 6347).
|
||||
|
||||
API Changes
|
||||
* md_init_ctx() gained a new argument for optional hmac usage
|
||||
* md_init_ctx() is deprecated in favour of md_setup(), that adds a third
|
||||
argument (allowing memory savings if HMAC is not used)
|
||||
* Removed individual mdX_hmac and shaX_hmac functions (use generic
|
||||
md_hmac functions from md.h)
|
||||
* Change md_info_t into an opaque structure (use md_get_xxx() accessors).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue