Return the stack of SRTP protection profiles configured on an SSL connection.

Synopsis

Declared in <openssl/srtp.h>

stack_st_SRTP_PROTECTION_PROFILE*
SSL_get_srtp_profiles(SSL* ssl);

Return Value

Internal STACK_OF(SRTP_PROTECTION_PROFILE) (do not free), or NULL if none are set.

Parameters

Name

Description

ssl

SSL/DTLS connection whose use_srtp profile list is queried.

Created with MrDocs