Re: Getting the CERT chain

2002-07-16 Thread Lutz Jaenicke
On Tue, Jul 16, 2002 at 03:06:53PM -0700, Patrick Powell wrote: > > From: Lutz Jaenicke <[EMAIL PROTECTED]> > > OpenSSL itself uses hashes for comparison. If the hashes are identical, > > so are the certificates. > > Ummm... is there an example piece of code that does the hash generation > and th

Re: Getting the CERT chain

2002-07-16 Thread Patrick Powell
> From [EMAIL PROTECTED] Thu Jul 11 07:26:50 2002 > Date: Thu, 11 Jul 2002 16:20:58 +0200 > From: Lutz Jaenicke <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: Getting the CERT chain > > On Thu, Jul 11, 2002 at 07:12:30AM -0700, Patrick P

Re: Getting the CERT chain

2002-07-11 Thread Lutz Jaenicke
On Thu, Jul 11, 2002 at 07:12:30AM -0700, Patrick Powell wrote: > Question 1: > > Is there a simple way using exported (i.e. - available > to general use via the openssl library and having definitions > in openssl.h) OpenSSL functions to do the following: > >During the SSL connection process

Getting the CERT chain

2002-07-11 Thread Patrick Powell
Question 1: Is there a simple way using exported (i.e. - available to general use via the openssl library and having definitions in openssl.h) OpenSSL functions to do the following: During the SSL connection process, if a user CERT has been presented, get the cert chain? Here is the code