mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 19:58:22 +00:00
Update ChangeLog entry as ssl_tls.c needs fixing
This commit is contained in:
parent
c5c7d76bf5
commit
8798a10ff0
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ API Changes
|
|||
mbedtls_<MODULE>_finish() -> mbedtls_<MODULE>_finish_ext()
|
||||
mbedtls_<MODULE>_process() -> mbedtls_internal_<MODULE>_process()
|
||||
The type of the function pointers in the mbedtls_md_info_t struct have
|
||||
also been modified taking into account the functions return code.
|
||||
also been modified taking into account the functions return code. Every
|
||||
usage of the deprecated functions was updated. Furthermore, the MD return
|
||||
codes are checked for error after every usage, except in the ssl_tls.c
|
||||
module.
|
||||
|
||||
= mbed TLS 2.5.1 released 2017-06-21
|
||||
|
||||
|
|
Loading…
Reference in a new issue