Ignore:
Timestamp:
Dec 8, 2006 9:58:31 PM (17 years ago)
Author:
bennylp
Message:

Initial implementation of TLS transport for ticket #3 (still not working at all)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r823 r849  
    840840     */ 
    841841    pjsua_stun_config   stun_config; 
     842 
     843    /** 
     844     * TLS root CA file path (only used for TLS transport). 
     845     */ 
     846    pj_str_t            tls_ca_file; 
     847 
     848    /** 
     849     * TLS client key path (only used for TLS transport). 
     850     */ 
     851    pj_str_t            tls_key_file; 
     852 
     853    /** 
     854     * TLS password (only used for TLS transport). 
     855     */ 
     856    pj_str_t            tls_password; 
    842857 
    843858} pjsua_transport_config; 
Note: See TracChangeset for help on using the changeset viewer.