Merge remote-tracking branch 'upstream-public/pr/1296' into HEAD

This commit is contained in:
Gilles Peskine
2018-03-11 00:47:54 +01:00
3 changed files with 17 additions and 2 deletions

View File

@@ -2,6 +2,12 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Bugfix
* Fix setting version TLSv1 as minimal version, even if TLS 1
is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION
and MBEDTLS_SSL_MIN_MINOR_VERSION instead of
MBEDTLS_SSL_MAJOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_1. #664
Changes
* Clarify the documentation of mbedtls_ssl_setup.