mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 05:45:38 +01:00
Update Changelog with forgotten change
This commit is contained in:
parent
01e5e8c1f8
commit
9a1a4d6903
@ -27,6 +27,11 @@ API Changes
|
||||
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.
|
||||
* The following functions have been introduced and must be used in callback
|
||||
implementations (SNI, PSK) instead of their *conf counterparts:
|
||||
mbedtls_ssl_set_hs_own_cert()
|
||||
mbedtls_ssl_set_hs_ca_chain()
|
||||
mbedtls_ssl_set_hs_psk()
|
||||
* mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
|
||||
using mbedtls_ssl_set_hostname().
|
||||
* mbedtls_ssl_conf_session_cache() changed prototype (only one context
|
||||
|
Loading…
Reference in New Issue
Block a user