mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 14:12:59 +00:00
Adapt prototype of net_accept() for explicit size
This commit is contained in:
@@ -45,6 +45,7 @@ API Changes
|
||||
mbedtls_x509_ctr_verify_info()
|
||||
mbedtls_x509_crt_verify() (flags, f_vrfy -> needs to be update)
|
||||
mbedtls_ssl_conf_verify() (f_vrfy -> needs to be updated)
|
||||
* 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
|
||||
return void.
|
||||
* ecdsa_write_signature() gained an addtional md_alg argument and
|
||||
|
||||
Reference in New Issue
Block a user