mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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 b5762cd54e
)
This commit is contained in:
committed by
Asterisk Development Team
parent
cbcde0624b
commit
e05f51a8ae
@@ -653,6 +653,15 @@
|
||||
/* Define if your system has the PJSIP_REPLACE_MEDIA_STREAM headers. */
|
||||
#undef HAVE_PJSIP_REPLACE_MEDIA_STREAM
|
||||
|
||||
/* Define if your system has the PJSIP_TLS_1_1 headers. */
|
||||
#undef HAVE_PJSIP_TLS_1_1
|
||||
|
||||
/* Define if your system has the PJSIP_TLS_1_2 headers. */
|
||||
#undef HAVE_PJSIP_TLS_1_2
|
||||
|
||||
/* Define if your system has the PJSIP_TLS_1_3 headers. */
|
||||
#undef HAVE_PJSIP_TLS_1_3
|
||||
|
||||
/* Define if your system has the PJSIP_TLS_TRANSPORT_PROTO headers. */
|
||||
#undef HAVE_PJSIP_TLS_TRANSPORT_PROTO
|
||||
|
||||
|
Reference in New Issue
Block a user