Pre Master Secret Regarding

2010-04-03 Thread Aravinda babu
Hi all, During SSL/TLS handshake,a pre master secret is sent from client to the server by encrypting pre master secret with server's public key.From that both client and server derive master secret and finally one symmetric key.My doubt is, why both cannot use pre master secret itself as a symmet

OpenSSL API to get the value of Authority Information Access field

2008-11-10 Thread Aravinda babu
Hi all, Is there any OpenSSL API which will give me the value of Authority Information Access in extensions ? If not , then how to get this value from a X509 structure Thanks in advance, Aravind.

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

2008-11-07 Thread Aravinda babu
ember 6, 2008 01:51: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

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.

Getting the peer certificate in a memory buffer

2008-10-16 Thread Aravinda babu
Hi all, How to get the peer certificate in a memory buffer during SSL connection establishment ? Is there any API for this ? Thanks in advance, Waiting for your reply, Aravind.

Getting the peer certificate chain

2008-10-16 Thread Aravinda babu
Hi all, How to get the peer certificate chain during SSL connection establishment ? Any example program is greatly appreciated. Thanks in advance, Cheers, Aravind.

Re: Getting the peer certificate encoding

2008-10-15 Thread Aravinda babu
Hi, Is there any openssl API to know this ?I have to use it in a C program. Thanks, Aravind. On Tue, Oct 14, 2008 at 10:05 AM, David Schwartz <[EMAIL PROTECTED]>wrote: > > Aravinda Babu wrote: > > > Problem is our application will verify only DER format certificates. >

Getting the peer certificate encoding

2008-10-13 Thread Aravinda babu
Hi All, I am new to OpenSSL.We have one application which will verify the peer certificate. Problem is our application will verify only DER format certificates. So if i get the peer certificate in PEM format , i will convert that into DER and i will verify the peer certificate. Is there any ope