cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: passing certificates for the cCURL with openssl in android

From: Indtiny s <indtiny_at_gmail.com>
Date: Fri, 21 Sep 2012 14:25:04 +0530

Hi ,
I want to use my own certificates.. below is the flow of message which I
need to perform .

        Client Server

      ClientHello -------->

                                                      ServerHello

                                                     Certificate*

                                               ServerKeyExchange*

                                              CertificateRequest*

                                   <-------- ServerHelloDone

      Certificate*

      ClientKeyExchange

      CertificateVerify*

      [ChangeCipherSpec]

      Finished -------->

                                               [ChangeCipherSpec]

                                   <-------- Finished

      Application Data <-------> Application Data

Here I send my own cerificates from the server and server ask the client to
send the certificates .

Therefore I need to load my own certificates at the android-ndk curl client
side

Rgds

Indu

On Fri, Sep 21, 2012 at 2:52 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Thu, 20 Sep 2012, Indtiny s wrote:
>
> in my application I need to add my own certificates
>>>
>>
> Wait. What certificates are we taking about here?
>
> A) Your own CA cert bundle or B) you need to use a client certificate?
>
> --
>
> / 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-09-21