Loading CHANGES +3 −0 Original line number Original line Diff line number Diff line Loading @@ -6,6 +6,9 @@ Changelog Changelog Daniel Fandrich (20 Nov 2008) - Automatically detect OpenBSD's CA cert bundle. Daniel Stenberg (19 Nov 2008) Daniel Stenberg (19 Nov 2008) - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is used. It has been used since forever but it was never a good idea to use used. It has been used since forever but it was never a good idea to use Loading acinclude.m4 +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2541,6 +2541,7 @@ dnl /etc/ssl/certs/ca-certificates.crt Debian systems dnl /etc/pki/tls/certs/ca-bundle.crt Redhat and Mandriva dnl /etc/pki/tls/certs/ca-bundle.crt Redhat and Mandriva dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat dnl /usr/local/share/certs/ca-root.crt FreeBSD dnl /usr/local/share/certs/ca-root.crt FreeBSD dnl /etc/ssl/cert.pem OpenBSD dnl /etc/ssl/certs/ (ca path) SUSE dnl /etc/ssl/certs/ (ca path) SUSE AC_DEFUN([CURL_CHECK_CA_BUNDLE], [ AC_DEFUN([CURL_CHECK_CA_BUNDLE], [ Loading Loading @@ -2603,6 +2604,7 @@ AC_HELP_STRING([--without-ca-path], [Don't use a default CA path]), /etc/pki/tls/certs/ca-bundle.crt \ /etc/pki/tls/certs/ca-bundle.crt \ /usr/share/ssl/certs/ca-bundle.crt \ /usr/share/ssl/certs/ca-bundle.crt \ /usr/local/share/certs/ca-root.crt \ /usr/local/share/certs/ca-root.crt \ /etc/ssl/cert.pem \ "$cac"; do "$cac"; do if test -f "$a"; then if test -f "$a"; then ca="$a" ca="$a" Loading Loading
CHANGES +3 −0 Original line number Original line Diff line number Diff line Loading @@ -6,6 +6,9 @@ Changelog Changelog Daniel Fandrich (20 Nov 2008) - Automatically detect OpenBSD's CA cert bundle. Daniel Stenberg (19 Nov 2008) Daniel Stenberg (19 Nov 2008) - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is used. It has been used since forever but it was never a good idea to use used. It has been used since forever but it was never a good idea to use Loading
acinclude.m4 +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2541,6 +2541,7 @@ dnl /etc/ssl/certs/ca-certificates.crt Debian systems dnl /etc/pki/tls/certs/ca-bundle.crt Redhat and Mandriva dnl /etc/pki/tls/certs/ca-bundle.crt Redhat and Mandriva dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat dnl /usr/local/share/certs/ca-root.crt FreeBSD dnl /usr/local/share/certs/ca-root.crt FreeBSD dnl /etc/ssl/cert.pem OpenBSD dnl /etc/ssl/certs/ (ca path) SUSE dnl /etc/ssl/certs/ (ca path) SUSE AC_DEFUN([CURL_CHECK_CA_BUNDLE], [ AC_DEFUN([CURL_CHECK_CA_BUNDLE], [ Loading Loading @@ -2603,6 +2604,7 @@ AC_HELP_STRING([--without-ca-path], [Don't use a default CA path]), /etc/pki/tls/certs/ca-bundle.crt \ /etc/pki/tls/certs/ca-bundle.crt \ /usr/share/ssl/certs/ca-bundle.crt \ /usr/share/ssl/certs/ca-bundle.crt \ /usr/local/share/certs/ca-root.crt \ /usr/local/share/certs/ca-root.crt \ /etc/ssl/cert.pem \ "$cac"; do "$cac"; do if test -f "$a"; then if test -f "$a"; then ca="$a" ca="$a" Loading