Return the stack of SRTP protection profiles configured on an SSL connection.
Declared in <openssl/srtp.h>
stack_st_SRTP_PROTECTION_PROFILE*
SSL_get_srtp_profiles(SSL* ssl);
Internal STACK_OF(SRTP_PROTECTION_PROFILE) (do not free), or NULL if none are set.
| Name | Description |
|---|---|
| ssl | SSL/DTLS connection whose use_srtp profile list is queried. |