curl: Use ca-bundle for all TLS libraries.
authorRosen Penev <rosenp@gmail.com>
Sun, 27 May 2018 22:13:47 +0000 (15:13 -0700)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 08:11:40 +0000 (09:11 +0100)
commit0d3bdf7b59404580f21db2fa59769993274d5105
treeef92f9a28804cafa81024e4e31a80e6d893247a0
parent31f935edafa4cbd793934e0591cc278e0ed0564a
curl: Use ca-bundle for all TLS libraries.

It simplifies the Makefile a bit. In addition, using ca-bundle
saves some space as well.

It also fixes an issue with at least transmission, which has a dependency
on ca-bundle, but currently libcurl with OpenSSL or GnuTLS cause it not
to work.

This has been tested on mt7621 with OpenSSL and GnuTLS just by running
'curl https://www.google.com' and seeing if there's a verify error.
The rest are already using ca-bundle and therefore work fine.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(backported from f97946c49680a5fe713d0e2caaf072789f70e68d)
package/network/utils/curl/Makefile