Changes between Version 13 and Version 14 of TLS
- Timestamp:
- Jun 12, 2012 3:41:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TLS
v13 v14 3 3 == Requirements == 4 4 5 The TLS support in PJSIP requires OpenSSL development kit (headers and libs) to be installed. Please see [wiki:Getting-Started/Installing-OpenSSL-Windows Installing OpenSSL] page for more info. 6 7 '''Update (for PJSIP 1.5 onwards):''' 5 The TLS support in PJSIP requires OpenSSL development kit (headers and libs) to be installed. For Windows platform, please see [wiki:Getting-Started/Installing-OpenSSL-Windows Installing OpenSSL ] page for more info. 8 6 9 7 TLS support on Symbian is implemented natively using CSecureSocket, hence it doesn't require OpenSSL development kit. Please see '''[wiki:TLS_on_Symbian]''' for the detailed information. … … 17 15 18 16 And rebuild PJSIP. 19 20 '''Update (for PJSIP 1.5 onward):'''21 17 22 18 SIP TLS transport is implemented based on the new PJLIB [http://www.pjsip.org/pjlib/docs/html/group__PJ__SSL__SOCK.htm secure socket abstraction], and its availability is based on {{{PJ_HAS_SSL_SOCK}}} macro value. For ''autoconf'' build system, the value is automatically detected based on OpenSSL availability. For other platforms, please declare this in your {{{config_site.h}}}: