RE: windows ce port patches

2005-06-29 Thread Steven Reddie
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Polyakov Sent: Tuesday, 28 June 2005 1:21 AM To: openssl-dev@openssl.org Subject: Re: windows ce port patches > another patch which i create this one: > http://www.lfarkas.org/pocket-pc/openssl/openssl-ce.patch > wh

RE: windows ce port patches

2005-06-29 Thread Steven Reddie
[EMAIL PROTECTED] On Behalf Of Farkas Levente Sent: Tuesday, 28 June 2005 12:39 AM To: openssl-dev@openssl.org Subject: Re: windows ce port patches hi Steven, sorry for the delay i was on vacation:-) of course i use you wcecompat lib at the first place, but i've to modify it a bit. first the m

Re: windows ce port patches

2005-06-27 Thread Andy Polyakov
another patch which i create this one: http://www.lfarkas.org/pocket-pc/openssl/openssl-ce.patch which are mainly bugfix in the current openssl code and only win ce specific so it could be apply without hurt other part of the openssl code. As for crtypto/dso/dso_win32.c. - h = LoadLibra

Re: windows ce port patches

2005-06-27 Thread Farkas Levente
hi Steven, sorry for the delay i was on vacation:-) of course i use you wcecompat lib at the first place, but i've to modify it a bit. first the makefiles to update to the current ce versions: http://www.lfarkas.org/pocket-pc/openssl/make.patch second have to remove a lots of 'fixes' from wcecompa

Re: windows ce port

2005-06-15 Thread Pablo J Royo
>Have you looked at MatrixSSL? It is designed to provide SSL for devices and >works on Windows CE and Symbian (among many other OSes too numerous to >list). It is under a dual source license so if you can use a GPL or >commercial license it will work for your project. Yes, I know it. But my int

Re: windows ce port

2005-06-14 Thread Farkas Levente
JSec wrote: Have you looked at MatrixSSL? It is designed to provide SSL for devices and works on Windows CE and Symbian (among many other OSes too numerous to list). It is under a dual source license so if you can use a GPL or commercial license it will work for your project. There is a free s

RE: windows ce port

2005-06-14 Thread JSec
:12 AM To: openssl-dev@openssl.org Subject: Re: windows ce port Just FYI , I compiled OpenSSL 0.9.7e for WinCE last week. I think a little more order in compilation of OpenSSL for WinCE is needed now. May be this compiled cleanly a few years ago but now needs some ugly extra work. I had to define

Re: windows ce port

2005-06-14 Thread Pablo J Royo
Just FYI , I compiled OpenSSL 0.9.7e for WinCE last week. I think a little more order in compilation of OpenSSL for WinCE is needed now. May be this compiled cleanly a few years ago but now needs some ugly extra work. I had to define set WCEPLATFORM on my environment vars and define _WIN32_CE, OP

Re: windows ce port

2005-06-14 Thread Rodney Thayer
Farkas Levente wrote: hi, it seems to me that no one realy cares about the windows ce port of openssl. RSA's product (i.e. the capitalist fork of ssleay ;-) runs on WinCE. People DO care about it - sometimes. The phones and small devices (Cisco 7961's run WinCE???) may well use SSL and woul

RE: windows ce port

2005-06-14 Thread Steven Reddie
Hi Levente, I did the Windows CE port but have not found the time to complete an update for the latest compiler and SDKs. I think the last kit I used for the current OpenSSL support was eVC 3.0 for PPC2002. OPENSSL_SYS_WINCE is the correct tag to use; you'll find these in the source code already