Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-30 | curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up | Steve Holme | |
1) Renamed curl_tlsinfo to curl_tlssessioninfo as discussed on the mailing list. 2) Renamed curl_ssl_backend to curl_sslbackend so it doesn't follow our function naming convention. 3) Updated sessioninfo.c example accordingly. | |||
2013-11-28 | sessioninfo.c: Added sample code for CURLINFO_TLS_SESSION | Christian Grothoff | |
Added a simple example to show how one can use CURLINFO_TLS_SESSION for obtaining extensive TLS certificate information. |