Home
last modified time | relevance | path

Searched defs:Curl_ssl_session (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Durldata.h300 struct Curl_ssl_session { struct
301 char *name; /* host name for which this ID was used */
302 char *conn_to_host; /* host name for the connection (may be NULL) */
303 const char *scheme; /* protocol scheme used */
304 void *sessionid; /* as returned from the SSL layer */
305 size_t idsize; /* if known, otherwise 0 */
306 long age; /* just a number, the higher the more recent */
307 int remote_port; /* remote port */
308 int conn_to_port; /* remote port for the connection (may be -1) */
309 struct ssl_primary_config ssl_config; /* setup for this session */