OpenSSL support for VxWorks - MIPS environment

2003-06-29 Thread MOHANRBR
Hi,   I believe that OpenSSL is supported on VxWorks but only for PPC target. If anyone has ported OpenSSL to VxWorks for MIPS target processor, can you please share your experience of the same. I need to do the same and want to be aware of the feasibility and any issues before going ahe

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)); }

OpenSsl on vxworks 5.4

2003-06-29 Thread linux guy
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

Re: Build Problem With VC7 (VS.NET 2003)

2003-06-29 Thread Leon Finker
openssl-0.9.7b builds successfully for me with VC2003. Both DLL and static version for Release/Debug. That error about __ftol2 normally means that .obj files built by vc7+ is being linked by vc6. Try to make sure that vc6 is not being mixed up with vc7 in any way. Are you using "Visual Studio .N