Merge branch 'pr_953' into HEAD
diff --git a/ChangeLog b/ChangeLog
index a9e31e1..abf96ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,10 @@
In the context of SSL, this resulted in handshake failure. Reported by
daniel in the Mbed TLS forum. #1351
* Fix Windows x64 builds with the included mbedTLS.sln file. #1347
+ * 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
* Clarified the documentation of mbedtls_ssl_setup.