mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 00:40:09 +00: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:
parent
089c9fe9fa
commit
f0f7c19457
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user