cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: How do I enforce a new SSL Session ID at each connectionestablishment?

From: Lewthwaite, Robert \(Contractor\) <robert.lewthwaite-eds_at_eds.com>
Date: Fri, 7 Jul 2006 09:05:35 +1000

From: curl-library-bounces_at_cool.haxx.se on behalf of Lewthwaite, Robert (Contractor)
Sent: Thu 06-Jul-06 4:03 PM
To: curl-library_at_cool.haxx.se
Subject: How do I enforce a new SSL Session ID at each connectionestablishment?
 
Hi
 
Will curl_easy_setopt(g_curl, CURLOPT_FORBID_REUSE, TRUE); achieve this or is there something else required.
 
I am writing a service client which sits in memory and takes requests to send and receive data via HTTPS and I wish to be able to configure it to reuse the SSL session id or create a new one each time it connects. It is not allowed to keep the connection open once the response has been processed. If reusing the SSL session id is percieved as a risk I have to be able to disable it.
 
Regards
Rob Lewthwaite
EDS - AusADU
(07) 3024 4119

Received on 2006-07-07