Skip to content

Commit 817dc48

Browse files
authored
Merge branch 'master' into v9.6-documentation
2 parents acd9cf9 + dee399c commit 817dc48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/deploy/encryption-options.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Mattermost supports TLS encryption including AES-256 with 2048-bit RSA on all da
1919

2020
Connections to Active Directory/LDAP can `optionally be secured with TLS or stunnel </configure/configuration-settings.html#ad-ldap-port>`__.
2121

22+
Connections to calls are secured with a combination of:
23+
24+
- TLS: The existing WebSocket channel is used to secure the signaling path.
25+
- DTLS v1.2 (mandatory): Used for initial key exchange. Supports ``TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256`` and ``TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA`` algorithms.
26+
- SRTP (mandatory): Used to encrypt all media packets (i.e. those containing voice or screen share). Supports ``AEAD_AES_128_GCM`` and ``AES128_CM_HMAC_SHA1_80`` algorithms.
27+
2228
Gossip encryption (experimental)
2329
--------------------------------
2430

0 commit comments

Comments
 (0)