aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/0001-wget-emit-a-message-that-certificate-verification-is.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: properly fix wget https supportNatanael Copa2018-05-301-0/+67
fix busybox wget https support by using an external ssl_client helper for https. Disable the use of external openssl. This was fixed to check certificates as a temporary solution. openssl can not produce any useful error messages on certificate errors. It is big. So we simply disable its use. We auto-install ssl_client if both libssl and busybox are installed. This is to keep backwards compatibility.