TLSv1_2 (TLS1.2) support in PJSIP library
问题 I am using latest PJSIP library in my Android/iOS applications. I want use TLSv1.2 connection in my project. Which TLS version does PJSIP support? From source code it seems to be supporting TLSv1.0. Is there a way to add TLSv1_2 support to PJSIP library? 回答1: I want use TLSv1.2 connection in my project. Which TLS version does PJSIP support? From Configuring PJSIP with TLS: The TLS support in PJSIP requires OpenSSL development kit (headers and libs) to be installed. So PJSIP could offer