masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for TLS 1.2

fdsmax opened this issue · comments

Hi, I was trying to use your library for TLS 1.2 https (ssl) requests. However, I could not find CURL_SSLVERSION_TLSv1_2 defined in in the calling c# wrapper. Could you pl give some inputs or pointers in this regard to make it work for TLS 1.2 Thanks.