curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals
authorChristian Grothoff <christian@grothoff.org>
Sun, 17 Nov 2013 19:49:16 +0000 (20:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 21 Nov 2013 20:40:04 +0000 (20:40 +0000)
commit2c04e8d80c29ab6e07eddb4bdd50591f46606239
treec3d621ff6c3db71f83778294ac3c5726e37a70d4
parent925df5358005a587e593834cc625187e6e74f7ce
curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals

Added new API for returning a SSL backend type and pointer, in order to
allow access to the TLS internals, that may then be used to obtain X509
certificate information for example.
docs/libcurl/curl_easy_getinfo.3
include/curl/curl.h
lib/getinfo.c
lib/urldata.h