Changes between Version 13 and Version 14 of TLS


Ignore:
Timestamp:
Jun 12, 2012 3:41:34 PM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TLS

    v13 v14  
    33== Requirements == 
    44 
    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):''' 
     5The 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. 
    86 
    97TLS 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. 
     
    1715 
    1816And rebuild PJSIP. 
    19  
    20 '''Update (for PJSIP 1.5 onward):''' 
    2117 
    2218SIP 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}}}: