From c3d49c304beecfcdc22901ef7ce1b2a2c21ba7d7 Mon Sep 17 00:00:00 2001 From: Jaco Kroon Date: Sat, 11 Apr 2020 21:03:39 +0200 Subject: [PATCH] res_pjsip: document legal dtls_verify endpoint options. Change-Id: I7fa7c5c8a7ddb0bd525982f58bff3264ebbd9a1b --- res/res_pjsip.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 0dcbcea83b..2169fa60a2 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -798,7 +798,23 @@ This option only applies if media_encryption is set to dtls. - + + It can be one of the following values: + + + meaning no verificaton is done. + + + meaning to verify the remote fingerprint. + + + meaning to verify the remote certificate. + + + meaning to verify both the remote fingerprint and certificate. + + + Interval at which to renegotiate the TLS session and rekey the SRTP session -- 2.47.2