Re: [OpenWrt-Devel] [PATCH] ca-certificates: ca-bundle: add symlink for openssl default setting

2018-07-07 Thread Rosen Penev
On Sat, Jul 7, 2018 at 4:14 PM Daniel Dickinson wrote: > > On 2018-07-05 06:51 AM, Yousong Zhou wrote: > > OpenSSL defaults X509_CERT_FILE to /etc/ssl/cert.pem. This change is > > needed for wget-ssl and possibly others to work seamlessly with fresh > > ca-bundle installation > > Out of curiosity

Re: [OpenWrt-Devel] [PATCH] ca-certificates: ca-bundle: add symlink for openssl default setting

2018-07-07 Thread Daniel Dickinson
On 2018-07-05 06:51 AM, Yousong Zhou wrote: OpenSSL defaults X509_CERT_FILE to /etc/ssl/cert.pem. This change is needed for wget-ssl and possibly others to work seamlessly with fresh ca-bundle installation Out of curiosity will this eliminate the need for installing both ca-bundle and ca-cert

[OpenWrt-Devel] [PATCH] ca-certificates: ca-bundle: add symlink for openssl default setting

2018-07-05 Thread Yousong Zhou
OpenSSL defaults X509_CERT_FILE to /etc/ssl/cert.pem. This change is needed for wget-ssl and possibly others to work seamlessly with fresh ca-bundle installation Fixes openwrt/packages#6152 Signed-off-by: Yousong Zhou --- package/system/ca-certificates/Makefile | 2 ++ 1 file changed, 2 insert