1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO

This commit is contained in:
Andres Amaya Garcia
2018-11-29 09:55:41 +00:00
committed by Manuel Pégourié-Gonnard
parent d020bfc396
commit 09634248cb
3 changed files with 25 additions and 10 deletions

View File

@@ -2,6 +2,10 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS X.X.X branch released XXXX-XX-XX
New deprecations
* Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO that enables parsing
SSLv2 ClientHello messages.
Bugfix
* Allow loading symlinked certificates. Fixes #3005. Reported and fixed
by Jonathan Bennett <JBennett@incomsystems.biz> via #3008.