SSL session sharing support added
With locking, plus test, plus documentation
This commit is contained in:
committed by
Daniel Stenberg
parent
ff5ba6e43d
commit
5793bc370c
@@ -64,6 +64,8 @@ int Curl_ssl_getsessionid(struct connectdata *conn,
|
||||
CURLcode Curl_ssl_addsessionid(struct connectdata *conn,
|
||||
void *ssl_sessionid,
|
||||
size_t idsize);
|
||||
/* Kill a single session ID entry in the cache */
|
||||
int Curl_ssl_kill_session(struct curl_ssl_session *session);
|
||||
/* delete a session from the cache */
|
||||
void Curl_ssl_delsessionid(struct connectdata *conn, void *ssl_sessionid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user