1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 09:05:04 -05:00
curl/lib/vtls
Alessandro Ghedini 3af90a6e19 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.
2015-01-16 23:23:29 +01:00
..
axtls.c axtls: define curlssl_random using axTLS's PRNG 2014-07-31 01:12:38 +02:00
axtls.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
curl_darwinssl.c darwinssl: fix session ID keys to only reuse identical sessions 2015-01-07 22:55:56 +01:00
curl_darwinssl.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
curl_schannel.c curl_schannel.c: mark session as removed from cache if not freed 2015-01-12 21:56:05 +01:00
curl_schannel.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
cyassl.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
cyassl.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
gskit.c vtls: Fixed compilation warning and an ignored return code 2014-12-28 17:33:01 +00:00
gskit.h vtls: Fixed compilation warning and an ignored return code 2014-12-28 17:33:01 +00:00
gtls.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
gtls.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
nss.c NSS: fix compiler error when built http2-enabled 2015-01-09 21:55:52 +01:00
nssg.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
openssl.c vtls: Fixed compilation warning and an ignored return code 2014-12-28 17:33:01 +00:00
openssl.h vtls: Fixed compilation warning and an ignored return code 2014-12-28 17:33:01 +00:00
polarssl_threadlock.c vtls: moved all TLS/SSL source and header files into subdir 2013-12-20 17:12:42 +01:00
polarssl_threadlock.h vtls: moved all TLS/SSL source and header files into subdir 2013-12-20 17:12:42 +01:00
polarssl.c polarssl: Use 'CURLcode result' for curl result codes 2014-12-27 17:30:51 +00:00
polarssl.h vtls: Use '(void) arg' for unused parameters 2014-12-30 17:13:07 +00:00
vtls.c url: add CURLOPT_SSL_VERIFYSTATUS option 2015-01-16 23:23:29 +01:00
vtls.h url: add CURLOPT_SSL_VERIFYSTATUS option 2015-01-16 23:23:29 +01:00