Installation problems

2003-09-24 Thread Kambourakis Georgios
Hi,   i am trying to intall openssl for th windows CE platform. I am following the relative readme file which is included in openssl 0.9.7b. Everything is ok until the ms\do_ms. However when i execute nmake -f ms\cedll.mak after several succesfull lines i get the following:   nul.\ssl\tls1.

ARM and Xscale processor

2003-09-24 Thread Kambourakis Georgios
Hi,   I am trying to install openssl 0.9.7b for windows ce platform. I have an ipaq 3970 which has an xscale processor. Is it correct to execute the WCEARM.BAT to setup the eMbedded C++ env before installation ??   Thanks in advance 

pocket pc 2002 client

2003-09-28 Thread Kambourakis Georgios
hi,   how can i get a basic openssl client source code for pocket pc 2002 (openssl 0.9.7b) ?   Thanks in advance  

Building problems with Embedded VC++

2003-09-29 Thread Kambourakis Georgios
Hi, Thanks Steven.   I have installed succesfully OpensSSL 0.7.7b for Win CE and i am trying to build a client app. for pocket PC 2002 (embedded VC++ 3.0) and i get the following errors:   C:\mob\Mob_project\mob_client\common.h(13): Could not find the file pthread.h. C:\mob\openssl-0.9.7b

Creating Certificates for Pocket PC

2003-10-01 Thread Kambourakis Georgios
Hi,   I have succesfully installed openssl 0.9.7b for Windows CE, and i need to create certificates for my openssl client that runs on a pocket pc 2002.   When i run openssl from command prompt (in Win 2000) writes: "The image file openssl.exe is valid, but is for a machine type other than t

SSL_Connect( ) problem

2003-10-03 Thread Kambourakis Georgios
Hi, i have a problem with SSL_Connect(). My client runs on a Pocket PC 2002 and the server in Win32. BIO socket is connected succesfully but SSL_Connect( ) fails. Environment: OpensSSL 0.9.7c (OpenSSL installation for WIN-CE passed all tests). Many Thanks in Advance __

Problem with time.h in wcecompat

2003-10-03 Thread Kambourakis Georgios
Hi, Compiling an Openssl client for Win CE compiler displays an error like "ash1.h cannot include file time.h". I suppose that i have to use time.h included in wcecompat (include folder). But if you do that next compiler error message is "time.h error C2011 tm struct type redefinition". Any advic