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
o so, and the same certificate
files are used with this code on other OSes with
no difficulty.
What could the problem be?
Thanks in advance for any ideas.
K
- Original Message -
From: [EMAIL PROTECTED]
To: openssl-users@openssl.org
Subject: OpenSSL on VxWorks
Date: Wed, 10 Aug 2
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:1409441
));
}
--
I change PEM_read_X509 (fp,x509Cert, callbackFunc) to PEM_read_X509 (fp,x509Cert,
callbackFunc,NULL).
can this work correctly?
- Original Message -
From: "linux guy" <[EMAIL PROTECTED]>
Date: Mon, 30 Jun 2003 09:48:56 +0800
To: [EMAIL PROTECTED]
Subject: OpenSsl on v
));
}
--
I change PEM_read_X509 (fp,x509Cert, callbackFunc) to PEM_read_X509 (fp,x509Cert,
callbackFunc,NULL).
does this can works correctly?
- Original Message -
From: "linux guy" <[EMAIL PROTECTED]>
Date: Mon, 30 Jun 2003 09:48:56 +0800
To: [EMAIL PROTECTED]
Subject: OpenSs
hi,I'm porting openssl-0.9.7b to tornado 2.0.2(vxworks 5.4)
I find that PEM_read_X509()&PEM_read_RSAPrivateKey() in sslLib.c
r all invoked by 3 args,but they r declare in openssl/pem.h
with 4 args,and I find s_server.c in apps call PEM_read_X509 with
3 args, so I think I miss some *.h and some MIC
Hi samaritans and friends,
Is there a port of openssl on VxWorks? If not, what will be the
difficulty in doing the same? Has anyone attempted it?
Thanks in advance for the help.
kind regards,
Girish V
__
OpenSSL Project