summaryrefslogtreecommitdiff
path: root/docs/examples/sessioninfo.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Fix format specifiersRikard Falkeborn2018-05-141-1/+1
| | | | Closes #2561
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
| | | | | | We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: added descriptionsDaniel Stenberg2016-01-041-1/+5
|
* curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme2013-11-301-8/+6
| | | | | | | | 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.
* sessioninfo.c: Added sample code for CURLINFO_TLS_SESSIONChristian Grothoff2013-11-281-0/+107
Added a simple example to show how one can use CURLINFO_TLS_SESSION for obtaining extensive TLS certificate information.