From 5f3ad2227167721bf60fb9afec98b5fc96f2f26b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 27 Dec 2020 02:20:29 -0500 Subject: build: Use wolfSSL and NSS CA certificates --- diff --git a/build b/build index cf20933..11569a6 100755 --- a/build +++ b/build @@ -5,8 +5,13 @@ include ../source.mk nop: @: +# Should use "--with-ca-path=/etc/x509/server-auth" instead "--with-ca-bundle", +# but "--with-ca-path only works with OpenSSL, GnuTLS or mbedTLS". build: - oh-autoconfigure + oh-autoconfigure -- \ + --without-ssl \ + --with-wolfssl \ + --with-ca-bundle=/usr/share/x509/server-auth/nss-certdata.pem oh-autobuild touch $@ diff --git a/control b/control index 8139a06..88497d0 100644 --- a/control +++ b/control @@ -2,4 +2,5 @@ Maintainer: Patrick McDermott Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, busybox (>= 1.32.0-1), gpg, dirmngr, gpgconf, gpg-agent, libz.1-dev, + libwolfssl.24-dev, nss-certdata-server-auth, Homepage: https://curl.se/ -- cgit v0.9.1