]> granicus.if.org Git - curl/commit
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Sep 2008 14:29:21 +0000 (14:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Sep 2008 14:29:21 +0000 (14:29 +0000)
commit4c9768565ec3a9baf26ac8a547bca6e42cc64fa5
tree9713affdba06e0ff43abe1f1bdb01bdc3b4cf5a7
parent873e734c3971fd620c09bdc31c2e7e4cfc4a0a67
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
  enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS
  or FTPS), libcurl will gather lots of server certificate info and that info
  can then get extracted by a client after the request has completed with
  curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing
  helped me test and smoothen out this feature.

  Unfortunately, this feature currently only works with libcurl built to use
  OpenSSL.

  This feature was sponsored by networking4all.com - thanks!
15 files changed:
CHANGES
RELEASE-NOTES
TODO-RELEASE
docs/examples/Makefile.inc
docs/examples/certinfo.c [new file with mode: 0644]
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/getinfo.c
lib/sendf.c
lib/sslgen.c
lib/sslgen.h
lib/ssluse.c
lib/ssluse.h
lib/url.c
lib/urldata.h