1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vtls
Adam Langley 028391df5d openssl: Don't use certificate after transferring ownership
SSL_CTX_add_extra_chain_cert takes ownership of the given certificate
while, despite the similar name, SSL_CTX_add_client_CA does not. Thus
it's best to call SSL_CTX_add_client_CA before
SSL_CTX_add_extra_chain_cert, while the code still has ownership of the
argument.

Closes https://github.com/curl/curl/pull/1236
2017-01-31 21:04:31 -05:00
..
axtls.c rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
axtls.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
cyassl.c rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
cyassl.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
darwinssl.c rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
darwinssl.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
gskit.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
gskit.h curl_version_info: add CURL_VERSION_HTTPS_PROXY 2016-11-26 17:28:53 +01:00
gtls.c gnutls: disable TLS session tickets 2017-01-28 20:09:37 +01:00
gtls.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
mbedtls.c mbedtls: implement CTR-DRBG and HAVEGE random generators 2017-01-29 11:37:22 +01:00
mbedtls.h mbedtls: implement CTR-DRBG and HAVEGE random generators 2017-01-29 11:37:22 +01:00
nss.c nss: use the correct lock in nss_find_slot_by_name() 2017-01-15 14:46:01 +01:00
nssg.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
openssl.c openssl: Don't use certificate after transferring ownership 2017-01-31 21:04:31 -05:00
openssl.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
polarssl_threadlock.c Curl_polarsslthreadlock_thread_setup: clear array at init 2016-10-18 13:05:43 +02:00
polarssl_threadlock.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
polarssl.c polarssl: fix hangs 2017-01-28 19:47:08 +01:00
polarssl.h polarssl: fix hangs 2017-01-28 19:47:08 +01:00
schannel.c rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
schannel.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
vtls.c vtls: source indentation fix 2017-01-22 12:00:28 +01:00
vtls.h checksrc: code style: use 'char *name' style 2016-11-24 23:58:22 +01:00