mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:35:40 +01:00
Update changelog for i/o lengths
This commit is contained in:
parent
ba56136b5c
commit
bc6ff23dc6
@ -53,6 +53,12 @@ API Changes
|
|||||||
mbedtls_x509_ctr_verify_info()
|
mbedtls_x509_ctr_verify_info()
|
||||||
mbedtls_x509_crt_verify() (flags, f_vrfy -> needs to be updated)
|
mbedtls_x509_crt_verify() (flags, f_vrfy -> needs to be updated)
|
||||||
mbedtls_ssl_conf_verify() (f_vrfy -> needs to be updated)
|
mbedtls_ssl_conf_verify() (f_vrfy -> needs to be updated)
|
||||||
|
* The following functions changed prototype to avoid an in-out length
|
||||||
|
parameter:
|
||||||
|
mbedtls_base64_encode()
|
||||||
|
mbedtls_base64_decode()
|
||||||
|
mbedtls_mpi_write_string()
|
||||||
|
mbedtls_dhm_calc_secret()
|
||||||
* net_accept() gained new arguments for the size of the client_ip buffer.
|
* net_accept() gained new arguments for the size of the client_ip buffer.
|
||||||
* In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now
|
* In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now
|
||||||
return void.
|
return void.
|
||||||
|
Loading…
Reference in New Issue
Block a user