mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:55:42 +01:00
Fix typos in the Changelog
This commit is contained in:
parent
6729e79482
commit
2f84e97929
@ -15,12 +15,13 @@ API Changes
|
|||||||
provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt
|
provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt
|
||||||
* Headers are now found in the 'mbedtls' directory (previously 'polarssl').
|
* Headers are now found in the 'mbedtls' directory (previously 'polarssl').
|
||||||
* The following _init() functions that could return errors have
|
* The following _init() functions that could return errors have
|
||||||
been split into an _init() that returns void and another function:
|
been split into an _init() that returns void and another function that
|
||||||
|
should generally called shortly after init and can return errors:
|
||||||
mbedtls_ssl_init() -> mbedtls_ssl_setup()
|
mbedtls_ssl_init() -> mbedtls_ssl_setup()
|
||||||
mbedtls_ccm_init() -> mbedtls_ccm_setkey()
|
mbedtls_ccm_init() -> mbedtls_ccm_setkey()
|
||||||
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
||||||
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_init(_buf)()
|
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|
||||||
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_init(_buf)()
|
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_seed()
|
||||||
* mbedtls_ssl_set_ca_chain() lost its last argument (peer_cn), now set
|
* mbedtls_ssl_set_ca_chain() lost its last argument (peer_cn), now set
|
||||||
using mbedtls_ssl_set_hostname().
|
using mbedtls_ssl_set_hostname().
|
||||||
* mbedtls_ssl_set_session_cached() changed prototype (only one context
|
* mbedtls_ssl_set_session_cached() changed prototype (only one context
|
||||||
|
Loading…
Reference in New Issue
Block a user