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 certificate could not be > ve

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

OpenSSL on VxWorks

2005-08-11 Thread kyran
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

Re: Multi platform problems

2005-07-25 Thread kyran
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

Multi platform problems

2005-07-23 Thread kyran
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