]> granicus.if.org Git - curl/commit
configure: --with-ca-fallback: use built-in TLS CA fallback
authorLudwig Nussel <ludwig.nussel@suse.de>
Tue, 24 Mar 2015 12:25:17 +0000 (13:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Feb 2016 13:45:58 +0000 (14:45 +0100)
commit7b55279d1d856c9ef19d942c2672a3d616254452
tree178da7437e093731e538402eb33b893224611389
parent113f04e664b16b944e64498a73a4dab990fe9a68
configure: --with-ca-fallback: use built-in TLS CA fallback

When trying to verify a peer without having any root CA certificates
set, this makes libcurl use the TLS library's built in default as
fallback.

Closes #569
acinclude.m4
configure.ac
lib/vtls/gtls.c
lib/vtls/openssl.c