Changes between Version 17 and Version 18 of TLS


Ignore:
Timestamp:
Jun 2, 2016 10:42:02 AM (8 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TLS

    v17 v18  
    33== Requirements == 
    44 
    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. 
    6  
    7 TLS support on Symbian is implemented natively using CSecureSocket, hence it doesn't require OpenSSL development kit. Please see [wiki:TLS_on_Symbian Configuring TLS on Symbian] for the detailed information. 
     5The TLS support in PJSIP requires OpenSSL development kit (headers and libs) to be installed. Please follow the following guide below for more info on how to install OpenSSL for each platform: 
     6 - [wiki:Getting-Started/Installing-OpenSSL-Windows Windows: Installing OpenSSL] 
     7 - [https://trac.pjsip.org/repos/wiki/Getting-Started/iPhone#OpenSSLSupport iOS: OpenSSL support] 
     8 - [https://trac.pjsip.org/repos/wiki/Getting-Started/Android#OpenSSLSupport Android: OpenSSL support] 
     9 - [https://trac.pjsip.org/repos/wiki/Getting-Started/BB10#EnablingTLSusingbundledOpenSSL BB10: using bundled OpenSSL] 
     10 - TLS support on Symbian is implemented natively using CSecureSocket, hence it doesn't require OpenSSL development kit. Please see [wiki:TLS_on_Symbian Configuring TLS on Symbian] for the detailed information. 
    811 
    912== Build PJSIP with TLS Support ==