wolfssl: build with WOLFSSL_ALT_CERT_CHAINS
authorAndre Heider <a.heider@gmail.com>
Wed, 6 Oct 2021 08:54:48 +0000 (10:54 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sun, 17 Oct 2021 14:25:10 +0000 (16:25 +0200)
commit28d8e6a8711ba78f1684a205e11b0dbd4ff2b2f3
tree74d57f13f095efef13b7300dfc2e5e70e02f1841
parenta1ac8728f80314c574201013e7fea58536c2b3ee
wolfssl: build with WOLFSSL_ALT_CERT_CHAINS

"Alternate certification chains, as oppossed to requiring full chain
validataion. Certificate validation behavior is relaxed, similar to
openssl and browsers. Only the peer certificate must validate to a trusted
certificate. Without this, all certificates sent by a peer must be
used in the trust chain or the connection will be rejected."

This fixes e.g. uclient-fetch and curl connecting to servers using a Let's
Encrypt certificate which are cross-signed by the now expired
DST Root CA X3, see [0].

This is the recommended solution from upstream [1].

The binary size increases by ~12.3kb:
1236160 staging_dir/target-mipsel_24kc_musl/usr/lib/libwolfssl.so.4.8.1.39c36f2f
1248704 staging_dir/target-mipsel_24kc_musl/usr/lib/libwolfssl.so.4.8.1.39c36f2f

[0] https://github.com/openwrt/packages/issues/16674
[1] https://github.com/wolfSSL/wolfssl/issues/4443#issuecomment-934926793

Signed-off-by: Andre Heider <a.heider@gmail.com>
[bump PKG_RELEASE]
Signed-off-by: David Bauer <mail@david-bauer.net>
package/libs/wolfssl/Makefile