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 certificate could not be
> ve
>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
Hello,
This is a follow up to an earlier post I made with regard to some
problems I'm facing in running some code that uses OpenSSL on
VxWorks. The same code, with the same certificate files runs on
Solaris, Linux and Windows. On VxWorks, however, I get:
30209:error:14094412:SSL routines:SSL3_REA
Hello again,
If anyone has any experience with OpenSSL on VxWorks
and can comment on this certificate strangeness, I'd
be very grateful. Why would OpenSSL on one operating
system be happy with my generated certificates, but
on another operating system, complain about them?
Debugging on this embed
I have a couple of problems. Background: I've written
a library, T, which (among other things) provides TLS
functionality, using OpenSSL. I've also written a test
application, U, which uses OpenSSL on one side and
T's interface on the other side, to set up TLS
connections and exchange data.
Pretty