]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip: document legal dtls_verify endpoint options.
authorJaco Kroon <jaco@uls.co.za>
Sat, 11 Apr 2020 19:03:39 +0000 (21:03 +0200)
committerKevin Harwell <kharwell@digium.com>
Mon, 13 Apr 2020 22:49:50 +0000 (17:49 -0500)
Change-Id: I7fa7c5c8a7ddb0bd525982f58bff3264ebbd9a1b

res/res_pjsip.c

index 0dcbcea83b3800ea38cb99455e7d125115b8fbe8..2169fa60a2a9303a914ce63c26c277a06b4b1612 100644 (file)
                                        <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>