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/build/Makefile

    r2966 r2970  
    2727        pool.o pool_buf.o pool_caching.o pool_dbg.o rand.o \ 
    2828        rbtree.o sock_common.o sock_qos_common.o sock_qos_bsd.o \ 
    29         string.o timer.o types.o 
     29        ssl_sock_common.o ssl_sock_ossl.o string.o timer.o types.o 
    3030export PJLIB_CFLAGS += $(_CFLAGS) 
    3131 
     
    3838                    ioq_unreg.o ioq_tcp.o \ 
    3939                    list.o mutex.o os.o pool.o pool_perf.o rand.o rbtree.o \ 
    40                     select.o sleep.o sock.o sock_perf.o \ 
     40                    select.o sleep.o sock.o sock_perf.o ssl_sock.o \ 
    4141                    string.o test.o thread.o timer.o timestamp.o \ 
    4242                    udp_echo_srv_sync.o udp_echo_srv_ioqueue.o \ 
Note: See TracChangeset for help on using the changeset viewer.