cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_easy_getinfo for getting the Last Socket SSLHandle

From: Ratna Gudlavalleti <ratna_at_netenrich.com>
Date: Wed, 12 Jul 2006 17:18:22 -0700

I am looking into using the curl with CURLOPT_CONNECT_ONLY and get the
CURLINFO_LASTSOCKET.

CURLINFO_LASTSOCKET is great functionality where I can the Socket and
transfer the application data over, but if we connected to SSL Server then
we need the SSLHandle to write any data using the following function

int SSL_Write(SSLHandle */handle/, void */buffer/, int /buffer_length/)

I couldn't find any curl_easy_getinfo for getting the last socket SSLHandle.

Can we add the API for getting the SSLHandle does any one else this is a
requirement or I am doing wrong

Thanks
Ratna Gudlavalleti
Received on 2006-07-13