openwrt/package
Petr Štetiar f49eec6335 wolfssl: fix API breakage of SSL_get_verify_result
Backport fix for API breakage of SSL_get_verify_result() introduced in
v5.1.1-stable.  In v4.8.1-stable SSL_get_verify_result() used to return
X509_V_OK when used on LE powered sites or other sites utilizing
relaxed/alternative cert chain validation feature. After an update to
v5.1.1-stable that API calls started returning X509_V_ERR_INVALID_CA
error and thus rendered all such connection attempts imposible:

 $ docker run -it openwrt/rootfs:x86_64-21.02.2 sh -c "wget https://letsencrypt.org"
 Downloading 'https://letsencrypt.org'
 Connecting to 18.159.128.50:443
 Connection error: Invalid SSL certificate

Fixes: #9283
References: https://github.com/wolfSSL/wolfssl/issues/4879
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit b9251e3b40)
(cherry picked from commit b99d7aecc8)
2022-02-22 20:32:11 +01:00
..
base-files OpenWrt v19.07.9: revert to branch defaults 2022-02-17 19:43:38 +01:00
boot uboot-lantiq: danube: fix hanging lzma kernel uncompression #2 2021-11-27 22:55:25 +01:00
devel perf: build with NO_LIBCAP=1 2020-05-05 00:05:28 +02:00
firmware wireless-regdb: update to version 2021.08.28 2021-11-07 19:49:57 +01:00
kernel mac80211: Update to version 4.19.221 2021-12-14 23:38:30 +01:00
libs wolfssl: fix API breakage of SSL_get_verify_result 2022-02-22 20:32:11 +01:00
network hostapd: Apply SAE/EAP-pwd side-channel attack update 2 2022-02-13 19:14:38 +01:00
system ubus: backport fixes for UAF and other issues 2022-02-21 07:41:05 +01:00
utils busybox: delete redundant patch 2020-08-12 11:10:16 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:22:37 +02:00