Ignore:
Timestamp:
Jan 15, 2018 8:52:29 AM (6 years ago)
Author:
ming
Message:

Re #2082: Initial implementation of GnuTLS support.

File:
1 edited

Legend:

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

    r5472 r5725  
    184184    pj_str_t raw;                   /**< Raw certificate in PEM format, only 
    185185                                         available for remote certificate. */ 
     186 
     187    struct { 
     188        unsigned        cnt;        /**< # of entry     */ 
     189        pj_str_t       *cert_raw; 
     190    } raw_chain; 
    186191 
    187192} pj_ssl_cert_info; 
Note: See TracChangeset for help on using the changeset viewer.