]> granicus.if.org Git - curl/commit
url: add CURLOPT_SSL_VERIFYSTATUS option
authorAlessandro Ghedini <alessandro@ghedini.me>
Mon, 16 Jun 2014 11:20:47 +0000 (13:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jan 2015 22:23:29 +0000 (23:23 +0100)
commit3af90a6e19249807f99bc9ee7b50d3e58849072a
treea8e4e31842fcf4b40dbb283847940ea2e83ee3d4
parent5e113a18c56e0743e377854ab18c79305b2830ea
url: add CURLOPT_SSL_VERIFYSTATUS option

This option can be used to enable/disable certificate status verification using
the "Certificate Status Request" TLS extension defined in RFC6066 section 8.

This also adds the CURLE_SSL_INVALIDCERTSTATUS error, to be used when the
certificate status verification fails, and the Curl_ssl_cert_status_request()
function, used to check whether the SSL backend supports the status_request
extension.
docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 [new file with mode: 0644]
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/strerror.c
lib/url.c
lib/urldata.h
lib/vtls/vtls.c
lib/vtls/vtls.h