[Toybox] [PATCH] wget: support HTTPS using openssl

Lipi C. H. Lee lipisoft at gmail.com
Tue Mar 22 23:18:54 PDT 2016


wget supports HTTPS with openssl and is changed option '-f' to '-o' just
like curl and uses xconnect().

And one change happens in /lib. A parameter is added to xpopen_both() in
lib/xwrap.c  to decide whether child process pass stderr to stdout or
not. If openssl's stderr and downloaded stream is mixed, code is more
complicated and its size is bigger.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20160323/22bca452/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wget-support-https-with-openssl.patch
Type: application/octet-stream
Size: 9862 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20160323/22bca452/attachment.obj>


More information about the Toybox mailing list