opkg: add --no-check-certificate argument
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 11 May 2017 19:42:02 +0000 (22:42 +0300)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 23 Oct 2017 21:29:58 +0000 (23:29 +0200)
commit5bb5fd551cbf7d6e642c1e331beef11f60319561
tree67521ca6e0f295d95d86d1c4fa8cb625e6ebf675
parent7a9697267d937b18f89763c28f11a2e1b4018542
opkg: add --no-check-certificate argument

For cases when artifacts are stored on https:// accessible
locations and you don't want to install ca-certificates
(for various reasons).

I'll admit, using SSL like this is not recommended,
but since wget (even uclient-fetch) allows the
--no-check-certificate option, it would be nice
for opkg to support setting it if needed/configured.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
libopkg/opkg_conf.c
libopkg/opkg_conf.h
libopkg/opkg_download.c
src/opkg-cl.c