Re: OpenSSL on VxWorks

2005-08-17 Thread Dr. Stephen Henson
On Wed, Aug 17, 2005, Fell, Anthony wrote: > I don't have an answer, but I can commiserate. We have built OpenSSL > for VxWorks and are having trouble during the certificate verification > process; in our case, a server certificate that is valid and is verified > correctly by an SSL client on Win

RE: OpenSSL on VxWorks

2005-08-17 Thread Fell, Anthony
OpenSSL on VxWorks One more try... anyone? :-) K - Original Message - From: [EMAIL PROTECTED] To: openssl-users@openssl.org Subject: Re: OpenSSL on VxWorks Date: Sat, 13 Aug 2005 13:01:55 -0500 > > From what I've read about it, this error seems to indicate that the >

Re: OpenSSL on VxWorks

2005-08-16 Thread kyran
One more try... anyone? :-) K - Original Message - From: [EMAIL PROTECTED] To: openssl-users@openssl.org Subject: Re: OpenSSL on VxWorks Date: Sat, 13 Aug 2005 13:01:55 -0500 > > From what I've read about it, this error seems to > indicate that the server certificat

Re: OpenSSL on VxWorks

2005-08-13 Thread kyran
>From what I've read about it, this error seems to indicate that the server certificate could not be verified by the client opening the connection. Is this correct? If so, that would indicate a problem with the certificates I've generated, but I've followed the OpenSSL book to do so, and the same

Re: OpenSsl on vxworks 5.4

2003-06-29 Thread linux guy
below is orginal code in sslLib.c: -- X509 *sslPemX509Read ( FILE *fp, X509 **x509Cert, FUNCPTR callbackFunc ) { return (PEM_read_X509 (fp,x509Cert, callbackFunc)); }

Re: OpenSsl on vxworks 5.4

2003-06-29 Thread linux guy
below is orginal code in sslLib.c: -- X509 *sslPemX509Read ( FILE *fp, X509 **x509Cert, FUNCPTR callbackFunc ) { return (PEM_read_X509 (fp,x509Cert, callbackFunc)); }