commit | 88c2cc721300700e024c81f2c9deb1cf660b1b4f | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Nov 29 09:56:02 2018 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jan 30 10:16:15 2020 +0100 |
tree | d1d7d7a4d9b7b708d56facdd3d0a4d080769d05b | |
parent | 09634248cb73f6cefac9bec432a7bdc642dd420c [diff] [blame] |
Deprecate MBEDTLS_SSL_PROTO_SSL3
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 7ed5902..6eb37f7 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -1605,6 +1605,9 @@ * Requires: MBEDTLS_MD5_C * MBEDTLS_SHA1_C * + * \deprecated This option is deprecated and will likely be removed in a + * future version of Mbed TLS. + * * Comment this macro to disable support for SSL 3.0 */ //#define MBEDTLS_SSL_PROTO_SSL3