Changeset 5821 for pjproject/trunk/pjsip/include/pjsua2/siptypes.hpp
- Timestamp:
- Jul 15, 2018 2:09:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/siptypes.hpp
r5807 r5821 144 144 */ 145 145 string password; 146 147 /** 148 * Certificate of Authority (CA) buffer. If CaListFile, certFile or 149 * privKeyFile are set, this setting will be ignored. 150 */ 151 string CaBuf; 152 153 /** 154 * Public endpoint certificate buffer, which will be used as client- 155 * side certificate for outgoing TLS connection, and server-side 156 * certificate for incoming TLS connection. If CaListFile, certFile or 157 * privKeyFile are set, this setting will be ignored. 158 */ 159 string certBuf; 160 161 /** 162 * Optional private key buffer of the endpoint certificate to be used. 163 * If CaListFile, certFile or privKeyFile are set, this setting will 164 * be ignored. 165 */ 166 string privKeyBuf; 146 167 147 168 /**
Note: See TracChangeset
for help on using the changeset viewer.