Re: [ptxdist] [PATCH] curl: install root CA certificates option

2015-01-16 Thread Bruno Thomsen
Hi Michael Thanks for feedback. I have created 2 new patches that address the issues you have found. +$(STATEDIR)/libcurl.extract: + @$(call targetinfo) + @$(call clean, $(LIBCURL_DIR)) + @$(call extract, LIBCURL, $(BUILDDIR)) + @$(call patchin, LIBCURL, $(LIBCURL_DIR))

Re: [ptxdist] [PATCH] curl: install root CA certificates option

2015-01-12 Thread Michael Olbrich
On Wed, Dec 10, 2014 at 09:04:23AM +0100, Bruno Thomsen wrote: Install a bundle of X.509 certificates of public Certificate Authorities (CA) in PEM format. The bundle is automatically extracted from one of Mozilla's development channels/trees. Test case 1: openssl s_client -connect

[ptxdist] [PATCH] curl: install root CA certificates option

2014-12-10 Thread Bruno Thomsen
Install a bundle of X.509 certificates of public Certificate Authorities (CA) in PEM format. The bundle is automatically extracted from one of Mozilla's development channels/trees. Test case 1: openssl s_client -connect www.google.com:443 -CAfile /usr/share/ca-certificates/curl/ca-bundle.crt