Changes between Version 15 and Version 16 of TLS
- Timestamp:
- Jun 12, 2012 3:51:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TLS
v15 v16 5 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 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.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. 8 8 9 9 == Build PJSIP with TLS Support == … … 52 52 == Links == 53 53 54 - [wiki:TLS_on_Symbian ]54 - [wiki:TLS_on_Symbian Configuring TLS on Symbian] 55 55 - TLS in PJSUA-LIB: [http://www.pjsip.org/docs/latest/pjsip/docs/html/structpjsua__transport__config.htm#af5312dee746201415930e0c4fb445a7c pjsua_transport_config::tls_setting]. 56 56 - TLS in PJSIP: [http://www.pjsip.org/docs/latest/pjsip/docs/html/group__PJSIP__TRANSPORT__TLS.htm TLS SIP Signalling Transport].