curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Native SSL for Android

From: Lessandro Mariano <lessandro_at_gmail.com>
Date: Wed, 7 Mar 2018 11:54:01 +0100

We only do requests to a limited number of domains, so we use
CURLOPT_SSL_CTX_FUNCTION + mbedtls_ssl_conf_ca_chain to manually add
our certificates to each request. We just have to be careful to update
the app with enough notice time if we plan on changing the certificate
on the website.

--
Lessandro
On 7 March 2018 at 11:26, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Wed, 7 Mar 2018, Vincas Razma wrote:
>
>> Are you aware of any full/successful libCURL with SSL integrations into
>> Android apps?
>
>
> I know of numerous Android apps that say they use curl (in their license or
> about screens). Some of them are the absolutely highest volume apps that
> exist in the Android ecosystem.
>
> But I have no idea how they integrate curl into their products...
>
> --
>
>  / daniel.haxx.se
>
> -------------------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette:   https://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2018-03-07