curl-library
Re: best embedded ssl for libcurl and howto
Date: Fri, 28 Dec 2012 17:51:56 +0800
Thanks Daniel..
I tried with polarssl.....
after reading this: http://curl.haxx.se/docs/install.html
I did this:$ *./configure --without-ssl and --with-polarssl*
expecting it will be configured with polarssl but last log shows:
*SSL support: no
(--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl} )*
*Protocols: HTTP*
is it needed to have polarssl library and path set while configuring??
Thanks
Jalindar
On Fri, Dec 28, 2012 at 5:25 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Fri, 28 Dec 2012, JALINDAR wrote:
>
> I am compiling libcurl for my embedded board and want to get to know how
>> to compile it with ssl support also with http user and password support.
>>
>> I have seen openssl, yassl, PolarSSL options for building.
>>
>> Which is the best for size?
>>
>
> I once started on this: http://curl.haxx.se/docs/ssl-**compared.html<http://curl.haxx.se/docs/ssl-compared.html>
>
> Cyassl, polarssl and axTLS are three libs that all compete in the "tiny
> embedded SSL library" division.
>
> --
>
> / daniel.haxx.se
> ------------------------------**------------------------------**-------
> List admin: http://cool.haxx.se/list/**listinfo/curl-library<http://cool.haxx.se/list/listinfo/curl-library>
> Etiquette: http://curl.haxx.se/mail/**etiquette.html<http://curl.haxx.se/mail/etiquette.html>
>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-28