Re: OpenSSL API which build the chain from a peer certificate

2008-11-07 Thread Aravinda babu
Hi all, First of all thanks for all of your suggestions and information.I got a clear idea of how to do the required thing. I forgot to mention one thing. We are making one library for certificate management which will be used by different applications.In that library we have one API which will

Re: OpenSSL API which build the chain from a peer certificate

2008-11-07 Thread Douglas E. Engert
Aravinda babu wrote: Hi all, First of all thanks for all of your suggestions and information.I got a clear idea of how to do the required thing. I forgot to mention one thing. We are making one library for certificate management which will be used by different applications.In that library

OpenSSL API which build the chain from a peer certificate

2008-11-05 Thread Aravinda babu
Hi all, Is there any OpenSSL API which will prepare the certificate chain from the peer certificate given as input ? I have only peer certificate.I have to build the cert chain from this Thanks in advance, Aravind.

Re: OpenSSL API which build the chain from a peer certificate

2008-11-05 Thread Patrick Patterson
On November 5, 2008 08:12:20 am Aravinda babu wrote: Hi all, Is there any OpenSSL API which will prepare the certificate chain from the peer certificate given as input ? I have only peer certificate.I have to build the cert chain from this There is nothing in OpenSSL that will

Re: OpenSSL API which build the chain from a peer certificate

2008-11-05 Thread Douglas E. Engert
Aravinda babu wrote: Hi all, Is there any OpenSSL API which will prepare the certificate chain from the peer certificate given as input ? I have only peer certificate.I have to build the cert chain from this As Patrick pointed out, you can use raw OpenSSL, for example the