Ignore:
Timestamp:
May 7, 2015 4:48:19 AM (9 years ago)
Author:
nanang
Message:

Close #1849: Enabled multiple TLS certificate chains (RSA+ECC+DSA) for server socket.

File:
1 edited

Legend:

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

    r5078 r5087  
    186186 
    187187/** 
    188  * Create credential from files. 
     188 * Create credential from files. TLS server application can provide multiple 
     189 * certificates (RSA, ECC, and DSA) by supplying certificate name with "_rsa" 
     190 * suffix, e.g: "pjsip_rsa.pem", the library will automatically check for 
     191 * other certificates with "_ecc" and "_dsa" suffix. 
    189192 * 
    190193 * @param CA_file       The file of trusted CA list. 
     
    204207 
    205208/** 
    206  * Create credential from files. 
     209 * Create credential from files. TLS server application can provide multiple 
     210 * certificates (RSA, ECC, and DSA) by supplying certificate name with "_rsa" 
     211 * suffix, e.g: "pjsip_rsa.pem", the library will automatically check for 
     212 * other certificates with "_ecc" and "_dsa" suffix. 
    207213 * 
    208214 * This is the same as pj_ssl_cert_load_from_files() but also 
Note: See TracChangeset for help on using the changeset viewer.