Ignore:
Timestamp:
Oct 26, 2009 3:47:52 PM (15 years ago)
Author:
nanang
Message:

Ticket #957:

  • Added features in secure socket: handshake timeout timer, certificate info, renegotiation API.
  • Added unit test for secure socket, along with testing purpose certificate & private key.
  • Updated build configs for secure socket.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r2966 r2970  
    777777#       define PJ_QOS_IMPLEMENTATION    PJ_QOS_WM 
    778778#   endif 
     779#endif 
     780 
     781 
     782/** 
     783 * Enable secure socket. For most platforms, this is implemented using 
     784 * OpenSSL, so this will require OpenSSL to be installed. For Symbian 
     785 * platform, this is implemented natively using CSecureSocket. 
     786 * 
     787 * Default: 0 (for now) 
     788 */ 
     789#ifndef PJ_HAS_SSL_SOCK 
     790#  define PJ_HAS_SSL_SOCK           0 
    779791#endif 
    780792 
Note: See TracChangeset for help on using the changeset viewer.