[Asterisk-code-review] res_pjsip: documentat legal dtls_verify endpoint options. (asterisk[master])

Jaco Kroon asteriskteam at digium.com
Sat Apr 11 14:06:57 CDT 2020


Jaco Kroon has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14148 )


Change subject: res_pjsip: documentat legal dtls_verify endpoint options.
......................................................................

res_pjsip: documentat legal dtls_verify endpoint options.

Change-Id: I7fa7c5c8a7ddb0bd525982f58bff3264ebbd9a1b
---
M res/res_pjsip.c
1 file changed, 9 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/48/14148/1

diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 4d77a6d..8c0cefb 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -798,7 +798,15 @@
 					<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><literal>no</literal> meaning no verificaton is done.
+							<enum><literal>fingerprint</literal> meaning to verify the remote fingerprint.
+							<enum><literal>certificate</literal> meaning to verify the remote certificate.
+							<enum><literal>yes</literal> meaning to verify both the remote fingerprint and certificate.
+						</enumlist>
+					</description>
 				</configOption>
 				<configOption name="dtls_rekey">
 					<synopsis>Interval at which to renegotiate the TLS session and rekey the SRTP session</synopsis>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14148
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I7fa7c5c8a7ddb0bd525982f58bff3264ebbd9a1b
Gerrit-Change-Number: 14148
Gerrit-PatchSet: 1
Gerrit-Owner: Jaco Kroon <jaco at uls.co.za>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200411/1ada6151/attachment.html>


More information about the asterisk-code-review mailing list