From f0f7c19457eb9bc05661b41cf246a66bcb13c5dd Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Thu, 6 Dec 2018 17:21:52 +0200 Subject: [PATCH] Add comment describing the feature Add a comment that describes that the feature only supportes the `use_srtp` extension, and not hte full DTLS-SRTP RFC. Signed-off-by: Johan Pascal --- include/mbedtls/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 2ed3ec29e8..cd7c073b36 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1815,7 +1815,10 @@ /** * \def MBEDTLS_SSL_DTLS_SRTP * - * Enable support for DTLS-SRTP, RFC5764 + * Enable support for DTLS-SRTP, RFC5764, use_srtp extension. + * \note Only the dtls-srtp key material negotiation is supported. + * Once negotiated, the key should be extracted, and data should be transmitted + * via an SRTP stack. * * Requires: MBEDTLS_SSL_PROTO_DTLS *