mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
res_pjsip: document legal dtls_verify endpoint options.
Change-Id: I7fa7c5c8a7ddb0bd525982f58bff3264ebbd9a1b
This commit is contained in:
committed by
Friendly Automation
parent
610e058189
commit
1cf569ba2b
@@ -798,7 +798,23 @@
|
||||
<description><para>
|
||||
This option only applies if <replaceable>media_encryption</replaceable> is
|
||||
set to <literal>dtls</literal>.
|
||||
</para></description>
|
||||
</para><para>
|
||||
It can be one of the following values:
|
||||
</para><enumlist>
|
||||
<enum name="no"><para>
|
||||
meaning no verificaton is done.
|
||||
</para></enum>
|
||||
<enum name="fingerprint"><para>
|
||||
meaning to verify the remote fingerprint.
|
||||
</para></enum>
|
||||
<enum name="certificate"><para>
|
||||
meaning to verify the remote certificate.
|
||||
</para></enum>
|
||||
<enum name="yes"><para>
|
||||
meaning to verify both the remote fingerprint and certificate.
|
||||
</para></enum>
|
||||
</enumlist>
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="dtls_rekey">
|
||||
<synopsis>Interval at which to renegotiate the TLS session and rekey the SRTP session</synopsis>
|
||||
|
||||
Reference in New Issue
Block a user