Hello Danel Stenberg,

Since most components of my project is using/depended on  Mbedtls , is it 
possible to integrate/ use Mbedtls for tiny-curl , because it was mentioned on 
the website that tiny-curl is using Wolfssl. And, would like to know if 
Tiny-curl supports HTTPS POST method .


  1.  Is it possible to use Tiny-curl with Mbedtls instead of Wolfssl.?
  2.  Does Tiny-curl support HTTPS POST method?

Thanks,
LIJIN T V
________________________________
From: Daniel Stenberg <dan...@haxx.se>
Sent: Tuesday, October 13, 2020 4:13 PM
To: T V LIJIN (EXT) via curl-library <curl-library@cool.haxx.se>
Cc: T V LIJIN (EXT) <lijin...@kone.com>
Subject: Re: Getting Redefinition Error

This message is from an external sender. Be cautious, especially with links and 
attachments.

On Tue, 13 Oct 2020, T V LIJIN (EXT) via curl-library wrote:

> Since I'm new to this and want Curl to be ported for RTOS , is there any
> porting manual / guide available with you , that can be shared , so that I
> can follow the steps mentioned in it.

There is none. I wouldn't really know how to write it. My process goes like
this:

  1) fix curl/system.h
  2) create a lib/config-[os].h file.
  3) adjust those two until everything builds

... unless you run into a snag and have to step outside of the "easy route"
and fix something else.

I could mention that the tiny-curl branch 
(https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcurl.haxx.se%2Ftiny%2F&amp;data=04%7C01%7Clijin.tv%40kone.com%7Ce2440f85637546b4806f08d86f64e637%7C2bb82c642eb143f78862fdc1d2333b50%7C0%7C1%7C637381826449528099%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=QWzdB9gkMWGaWJXAHfpel7NKlcVkanF3uKgX%2Fxq9Nw0%3D&amp;reserved=0)
 has
some additional/separate changes applied that in my opinion makes it slightly
easier to port to more RTOSes - especially if they're not POSIX complient.

> Because while defining BUILDING_LIBCURL , I'm encountered with certain
> linker errors.

I believe the base64 problems have been fixed in git already. The others I
don't recognize off the top of my head.

--

  / daniel.haxx.se | Commercial curl support up to 24x7 is available!
                   | Private help, bug fixes, support, ports, new features
                   | 
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.wolfssl.com%2Fcontact%2F&amp;data=04%7C01%7Clijin.tv%40kone.com%7Ce2440f85637546b4806f08d86f64e637%7C2bb82c642eb143f78862fdc1d2333b50%7C0%7C1%7C637381826449528099%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=vgj65HQ8QkaFrULJSpfnTs9St9vV7yOuYKFmi9cg5cg%3D&amp;reserved=0
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to