Re: Trust and Key management

2011-01-13 Thread Karthik Ravikanti
On Fri, Jan 14, 2011 at 8:03 AM, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of Karthik > Ravikanti > > Sent: Thursday, 13 January, 2011 05:12 > > > Thanks a LOT for the detailed reply. I was more interested in the > > SSL connection part. Please find

Re: Trust and Key management

2011-01-13 Thread Karthik Ravikanti
On Fri, Jan 14, 2011 at 8:03 AM, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of Karthik > Ravikanti > > Sent: Thursday, 13 January, 2011 05:12 > > > Thanks a LOT for the detailed reply. I was more interested in the > > SSL connection part. Please find

RE: Trust and Key management

2011-01-13 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Karthik Ravikanti > Sent: Thursday, 13 January, 2011 05:12 > Thanks a LOT for the detailed reply. I was more interested in the > SSL connection part. Please find my responses inline. Just to add some > context, I'm trying to

Re: Trust and Key management

2011-01-13 Thread Karthik Ravikanti
Thanks a LOT for the detailed reply. I was more interested in the SSL connection part. Please find my responses inline. Just to add some context, I'm trying to implement SSL sockets on the iPhone and am just using Java as a reference. On Wed, Jan 12, 2011 at 9:47 AM, Dave Thompson wrote: > >

RE: Trust and Key management

2011-01-11 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Karthik Ravikanti > Sent: Tuesday, 11 January, 2011 00:44 > Does OpenSSL provide any API for managing a trust store and a key store like Java? Not in the same way at least. OpenSSL most easily uses certs and keys (and related

Trust and Key management

2011-01-10 Thread Karthik Ravikanti
Hi, Does OpenSSL provide any API for managing a trust store and a key store like Java? Thanks, karthik