Searched defs:curl_ssl_session (Results 1 – 1 of 1) sorted by relevance
258 struct curl_ssl_session { struct259 char *name; /* host name for which this ID was used */260 char *conn_to_host; /* host name for the connection (may be NULL) */261 const char *scheme; /* protocol scheme used */262 void *sessionid; /* as returned from the SSL layer */263 size_t idsize; /* if known, otherwise 0 */264 long age; /* just a number, the higher the more recent */265 int remote_port; /* remote port */266 int conn_to_port; /* remote port for the connection (may be -1) */267 struct ssl_primary_config ssl_config; /* setup for this session */