This commit is contained in:
Brian West 2014-03-05 21:16:26 -06:00
parent 1f0966336a
commit 9611390244

View File

@ -60,7 +60,6 @@
<!-- <!--
Supported SRTP Crypto Suites: Supported SRTP Crypto Suites:
AEAD_AES_256_GCM_8 AEAD_AES_256_GCM_8
____________________________________________________________________________ ____________________________________________________________________________
This algorithm is identical to AEAD_AES_256_GCM (see Section 5.2 of This algorithm is identical to AEAD_AES_256_GCM (see Section 5.2 of
@ -95,10 +94,11 @@
salt value for this crypto-suite MUST be 30 octets i.e., 240 bits; otherwise, salt value for this crypto-suite MUST be 30 octets i.e., 240 bits; otherwise,
the crypto attribute is considered invalid. the crypto attribute is considered invalid.
AES_CM_128_NULL_AUTH AES_CM_128_NULL_AUTH
____________________________________________________________________________ ____________________________________________________________________________
The SRTP default cipher (AES-128 Counter Mode), but to use no authentication The SRTP default cipher (AES-128 Counter Mode), but to use no authentication
method. This policy is NOT RECOMMENDED unless it is unavoidable; see method. This policy is NOT RECOMMENDED unless it is unavoidable; see
Section 7.5 of [RFC3711]. Section 7.5 of [RFC3711].
@ -108,7 +108,7 @@
____________________________________________________________________________ ____________________________________________________________________________
possible values: possible values:
mandatory - Accept/Offer SAVP negotiation ONLY mandatory - Accept/Offer SAVP negotiation ONLY
optional - Accept/Offer SAVP/AVP with SAVP preferred optional - Accept/Offer SAVP/AVP with SAVP preferred
forbidden - More useful for inbound to deny SAVP negotiation forbidden - More useful for inbound to deny SAVP negotiation
false - implies forbidden false - implies forbidden
true - implies mandatory true - implies mandatory
@ -116,12 +116,12 @@
default if not set is accept SAVP inbound if offered. default if not set is accept SAVP inbound if offered.
rtp_secure_media_inbound | rtp_secure_media_outbound rtp_secure_media_inbound | rtp_secure_media_outbound
____________________________________________________________________________ ____________________________________________________________________________
This is the same as rtp_secure_media, but would apply to either inbound This is the same as rtp_secure_media, but would apply to either inbound
or outbound offers specifically. or outbound offers specifically.
How to specify crypto suites: How to specify crypto suites:
____________________________________________________________________________ ____________________________________________________________________________
By default without specifying any crypto suites FreeSWITCH will offer By default without specifying any crypto suites FreeSWITCH will offer