RE: Is the curl library what I need?

2015-11-02 Thread Andy Pont
Hi Daniel, > With that little conditional in mind, I would say that libcurl will > significantly simplify your effort as you'll get fully standards compliant > HTTPS capable POSTs (and more) with no basically no work more than > building it for your platform. As this is a BIOS extension space is

Is the curl library what I need?

2015-11-02 Thread Andy Pont
Hello, I am part way through a project developing an x86 BIOS extension that needs to communicate with and transfer files from an Apache web server initially using http. The network stack within the BIOS extension is lwIP and in the future it may also include an SSL/TLS library such as WolfSSL

RE: Is the curl library what I need?

2015-11-02 Thread Daniel Stenberg
On Mon, 2 Nov 2015, Andy Pont wrote: As this is a BIOS extension space is at a premium, how small can the library be got? docs/INSTALL was recently updated with a refreshed number and it says 109KB on i386 for an HTTP or FTP only library with a somewhat limited feature set. -- /