Re: Verifying certificates

2001-07-10 Thread Dr S N Henson
Michelle T wrote: > > Thanks for the input. I forgot to mention that the > error I receive is "certificate signature failure". I > will look back through the archives and at the man > page you suggested to see if I can find any clues. > Hint: try the FAQ first. Steve. -- Dr Stephen N. Hen

Re: Verifying certificates

2001-07-10 Thread Michelle T
Thanks for the input. I forgot to mention that the error I receive is "certificate signature failure". I will look back through the archives and at the man page you suggested to see if I can find any clues. --- Lutz Jaenicke <[EMAIL PROTECTED]> wrote: > On Tue, Jul 10, 2001 at 12:28:58PM -0700,

Re: Verifying certificates

2001-07-10 Thread Lutz Jaenicke
On Tue, Jul 10, 2001 at 12:28:58PM -0700, Michelle T wrote: > I am new to the openssl library. I am trying to write > a simple program to illustrate how to verify > certificates using the openssl library. I cannot seem > to get the program to work, although I have taken most > of the code from t

RE: Verifying Certificates

2000-03-09 Thread Mark E. Schoneman
Bingo. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dr Stephen Henson Sent: Wednesday, March 08, 2000 5:47 PM To: [EMAIL PROTECTED] Subject: Re: Verifying Certificates Mark E. Schoneman wrote: > > I'm aware I'm trying to chea

Re: Verifying Certificates

2000-03-08 Thread Dr Stephen Henson
Mark E. Schoneman wrote: > > I'm aware I'm trying to cheat abit here, but here's the problem. > I'm trying to verify certificates via API rather than reading from files. > I have the CA cert in CAx509 and the cert to verify in x509 > I use X509_STORE_add_cert it load the CA's cert in the store, t