mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:15:43 +01:00
Update Changelog for recent config split
This commit is contained in:
parent
2f84e97929
commit
caace65711
@ -22,7 +22,12 @@ API Changes
|
||||
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
||||
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|
||||
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_seed()
|
||||
* mbedtls_ssl_set_ca_chain() lost its last argument (peer_cn), now set
|
||||
* Most ssl_set_xxx() functions (all except ssl_set_hostname(),
|
||||
ssl_set_session() and ssl_set_client_transport_id(), plus
|
||||
ssl_legacy_renegotiation()) have been renamed to mbedtls_ssl_conf_xxx()
|
||||
(see rename.pl and compat-1.3.h above) and their first argument's type
|
||||
changed from ssl_context to ssl_config.
|
||||
* mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
|
||||
using mbedtls_ssl_set_hostname().
|
||||
* mbedtls_ssl_set_session_cached() changed prototype (only one context
|
||||
pointer, parameters reordered).
|
||||
|
Loading…
Reference in New Issue
Block a user