1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

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 <johan.pascal@belledonne-communications.com>
This commit is contained in:
Ron Eldor
2018-12-06 17:21:52 +02:00
committed by Johan Pascal
parent 089c9fe9fa
commit f0f7c19457

View File

@ -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
*