mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 16:49:47 +00:00
Merge branch 'development' into development-restricted
* development: Updated ChangeLog with credit Fix a fairly common typo in comments Make config check include for configs examples more consistent
This commit is contained in:
@@ -9,6 +9,8 @@ Security
|
||||
Changes
|
||||
* Added checking of hostname length in mbedtls_ssl_set_hostname() to ensure
|
||||
domain names are compliant with RFC 1035.
|
||||
* Fixed paths for check_config.h in example config files. (Found by bachp)
|
||||
(#291)
|
||||
|
||||
= mbed TLS 2.1.1 released 2015-09-17
|
||||
|
||||
@@ -123,7 +125,7 @@ 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()
|
||||
Note that for mbetls_ssl_setup(), you need to be done setting up the
|
||||
Note that for mbedtls_ssl_setup(), you need to be done setting up the
|
||||
ssl_config structure before calling it.
|
||||
* Most ssl_set_xxx() functions (all except ssl_set_bio(), ssl_set_hostname(),
|
||||
ssl_set_session() and ssl_set_client_transport_id(), plus
|
||||
|
||||
Reference in New Issue
Block a user