Re: [Toybox] [PATCH] wget: add TLS support

2021-10-17 Thread Eric Molitor
Let me take a look at signify I'll also send the missing part of the patch with -ltls shortly. Alpine has libtls, either the openssl port in the libretls package or the original openbsd lbressl-tls. For my embedded stuff I'm statically linking BearSSL and

Re: [Toybox] [PATCH] wget: add TLS support

2021-10-17 Thread Rob Landley
On 10/17/21 8:44 AM, Eric Molitor wrote: > Attached is a relatively quick and certainly dirty patch to wget adding TLS > support via libtls. https://landley.net/toybox/design.html#:~:text=policy%20on%20shared%20libraries > I threw this together on a plane but it's working reasonably > well for

[Toybox] [PATCH] wget: add TLS support

2021-10-17 Thread Eric Molitor
Attached is a relatively quick and certainly dirty patch to wget adding TLS support via libtls. I threw this together on a plane but it's working reasonably well for me allowing me to remove Curl/libcurl on a few projects. I will submit further patches to clean up this toy as it's in pretty dire