Ignore:
Timestamp:
Jan 27, 2016 9:55:13 AM (8 years ago)
Author:
riza
Message:

Misc (Re #1882): Add raw certificate information to pj_ssl_cert_info data. Thanks to Peter Koletzki for the suggestion.

File:
1 edited

Legend:

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

    r5214 r5238  
    181181    } subj_alt_name;                /**< Subject alternative 
    182182                                         name extension         */ 
     183 
     184    pj_str_t raw;                   /**< Raw certificate in PEM format, only 
     185                                         available for remote certificate. */ 
    183186 
    184187} pj_ssl_cert_info; 
Note: See TracChangeset for help on using the changeset viewer.