mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:55:42 +01:00
Update ChangeLog entry as ssl_tls.c needs fixing
This commit is contained in:
parent
c5c7d76bf5
commit
8798a10ff0
@ -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 New Issue
Block a user