]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Enable TLS v1.3 if present.
authorSean Bright <sean@seanbright.com>
Wed, 2 Aug 2023 13:56:49 +0000 (09:56 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 16:46:46 +0000 (16:46 +0000)
commit4db0a4520ed29211717b115719115fe43d58d056
treed9e1de6d5cd8078355de57c10e98468b28f9e177
parentaf1802bb4bd15142c2e983dad7b7cde485308202
res_pjsip: Enable TLS v1.3 if present.

Fixes #221

UserNote: res_pjsip now allows TLS v1.3 to be enabled if supported by
the underlying PJSIP library. The bundled version of PJSIP supports
TLS v1.3.

(cherry picked from commit 8e23f3e3133713574aedba56d9d4e241a5b4caba)
configure
configure.ac
include/asterisk/autoconfig.h.in
res/res_pjsip/config_transport.c
res/res_pjsip/pjsip_config.xml
third-party/pjproject/configure.m4