[][src]Module srtp::openssl

DTLS-SRTP implementation using OpenSSL

Structs

Config

SRTP session configs not supplied by the openssl.

InboundSession

SRTP session to convert inbound SRTP packets into RTP.

OutboundSession

SRTP session to convert outbound RTP packets into SRTP.

Enums

Error

Errors that can be thrown during DTLS-SRTP using openssl.

Constants

SRTP_PROFILE_NAMES

SRTP protection profile names that can be passed into SslContextBuilder::set_tlsext_use_srtp()

Functions

session_pair

Create bi-directional SRTP session pair from the SSL context.