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 source download of the GPL version at http://www.peersec.com/matrixSslEval.html Steve http://www.peersec.com Dual Source Embedded SSL Disclaimer: I work on the MatrixSSL team! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo J Royo Sent: Tuesday, June 14, 2005 8:12 AM To: [email protected] 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 set WCEPLATFORM on my environment vars and define _WIN32_CE, OPENSSL_SYS_WINCE in makefile and change variable CPUTARGET=ARMV4 for ARM as said in: http://marc.theaimsgroup.com/?l=openssl-users&m=111712574012234&w=2 I had also to set up my INCLUDES and library paths in the ms/ce.mak makefile, but finally after some ugly tweaks all worked. BTW �has anybody ported (or tried to port) OpenSSL to symbian? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
