Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1 KB

Technical_Security.md

File metadata and controls

17 lines (9 loc) · 1 KB

This section explains how to secure both signaling and media plans.

Signaling

Two secure signaling protocols are supported: TLS and WSS. WSS is WebSocket secured using TLS. For more information on how to enable these transport protocols using the configuration file, please refer to this wiki page.

Both transports require OpenSSL which have to be enabled when building the Doubango framework only.

More information on how to configure the SSL certificates could be found here.

Media

Both SRTP-SDES (RFC 4568) and SRTP-DTLS (RFC 5763, RFC 5764) are supported.

Check here for more information on how these features have to be configured.

--This section intentionally left blank--