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
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
>
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
>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
below is orginal code in sslLib.c:
--
X509 *sslPemX509Read
(
FILE *fp,
X509 **x509Cert,
FUNCPTR callbackFunc
)
{
return (PEM_read_X509 (fp,x509Cert, callbackFunc));
}
below is orginal code in sslLib.c:
--
X509 *sslPemX509Read
(
FILE *fp,
X509 **x509Cert,
FUNCPTR callbackFunc
)
{
return (PEM_read_X509 (fp,x509Cert, callbackFunc));
}