Changes between Version 9 and Version 10 of TLS_on_Symbian
- Timestamp:
- Dec 9, 2009 12:32:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TLS_on_Symbian
v9 v10 1 1 = SSL/TLS on Symbian = 2 2 [[TracNav(Getting-Started/TOC)]] 3 4 Note: this will be available from version 1.5 onwards. For now, if you need this feature, please use the SVN version5 3 6 4 '''Table of Contents''' 7 5 [[PageOutline(2-3,,inline)]] 8 6 9 PJSIP provides secure communications via secure socket abstraction, {{{pj_ssl_sock_*}}}, which can be used by the higher level applications, such as SSL/TLS SIP transport to perform secure SIP signaling. On Symbian platforms, the secure socket implementation is done natively using {{{CSecureSocket}}} class. 7 PJSIP provides secure communications via secure socket abstraction, {{{pj_ssl_sock_*}}}, which can be used by the higher level applications, such as SSL/TLS SIP transport to perform secure SIP signaling. On Symbian platforms, the secure socket implementation is done natively using {{{CSecureSocket}}} class. This feature is available from version 1.5 onwards. 10 8 11 9 [[BR]]