[#SSL_CTX_set_tlsext_use_srtp] = SSL_CTX_set_tlsext_use_srtp :mrdocs: Set the DTLS use_srtp extension protection profiles for a context. == Synopsis Declared in `<openssl/srtp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_set_tlsext_use_srtp( xref:SSL_CTX.adoc[SSL_CTX]* ctx, char const* profiles); ---- == Return Value 0 on success, or 1 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to configure. | *profiles* | Colon‐separated list of SRTP profile names. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#