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/aconfigure.ac

    r2962 r2970  
    760760                        AC_MSG_RESULT([OpenSSL library found, SSL support enabled]) 
    761761                        AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1) 
     762                        AC_DEFINE(PJ_HAS_SSL_SOCK, 1) 
    762763                else 
    763764                        AC_MSG_RESULT([** OpenSSL libraries not found, disabling SSL support **]) 
Note: See TracChangeset for help on using the changeset viewer.