curl/lib/vtls
Steve Holme cdc1cc22e7 vtls: Don't set cert info count until memory allocation is successful
Otherwise Curl_ssl_init_certinfo() can fail and set the num_of_certs
member variable to the requested count, which could then be used
incorrectly as libcurl closes down.
2014-12-26 13:11:43 +00:00
..
axtls.c
axtls.h
curl_darwinssl.c darwinssl: fix incorrect usage of aprintf() 2014-12-15 00:56:09 -06:00
curl_darwinssl.h
curl_schannel.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
curl_schannel.h curl_schannel: Improvements to memory re-allocation strategy 2014-12-14 17:27:31 +01:00
cyassl.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
cyassl.h
gskit.c vtls: Use CURLcode for Curl_ssl_init_certinfo() return type 2014-12-26 13:11:40 +00:00
gskit.h
gtls.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
gtls.h
nss.c
nssg.h
openssl.c vtls: Use CURLcode for Curl_ssl_init_certinfo() return type 2014-12-26 13:11:40 +00:00
openssl.h
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
polarssl.h
vtls.c vtls: Don't set cert info count until memory allocation is successful 2014-12-26 13:11:43 +00:00
vtls.h vtls: Use CURLcode for Curl_ssl_init_certinfo() return type 2014-12-26 13:11:40 +00:00