Deprecate MBEDTLS_SSL_PROTO_SSL3

This commit is contained in:
Andres Amaya Garcia
2018-11-29 09:56:02 +00:00
committed by Manuel Pégourié-Gonnard
parent 09634248cb
commit 88c2cc7213
3 changed files with 12 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ mbed TLS ChangeLog (Sorted per branch, date)
New deprecations
* Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO that enables parsing
SSLv2 ClientHello messages.
* Deprecate MBEDTLS_SSL_PROTO_SSL3 that enables support for SSLv3.
Bugfix
* Allow loading symlinked certificates. Fixes #3005. Reported and fixed