From 9cfb5ebff19c586fc063e9ed9a08105b7807ac0b Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Mon, 10 Dec 2018 15:30:14 +0200 Subject: [PATCH] Disable SRTP by default Disable `MBEDTLS_SSL_DTLS_SRTP` by default in the configuration file. Signed-off-by: Johan Pascal --- include/mbedtls/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index cd7c073b3..7a1a2b1e5 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1822,9 +1822,9 @@ * * Requires: MBEDTLS_SSL_PROTO_DTLS * - * Comment this to disable support for DTLS-SRTP. + * Uncomment this to enable support for use_srtp extension. */ -#define MBEDTLS_SSL_DTLS_SRTP +//#define MBEDTLS_SSL_DTLS_SRTP /** * \def MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE