[PATCH] Support Windows CE 5 and later

2008-10-30 Thread Maurice Kalinowski
Hi everyone, please find attached a patch to update the Windows CE support to current versions (Windows CE 5 and 6) based on version 0.9.8i. Most changes are related to the wcecompat lib, which defines an additional requirement for this platform. Unfortunately the maintainers did not

RE: [openssl.org #1770] 'make test' failure for OpenSSL 9.8g

2008-10-30 Thread David Schwartz
I tried to install OpenSSL 9.8g as follows on linux-x86_64 1. Edited config and Configure to replace ‘perl5’ with ‘perl’ 2. ./config 386 no-asm 3. Modifed the CFLAGS in Makefile (removed –m64 and added –m32) 4. Make 5. Make test ….’make test fails’ . Why does it

Re: [PATCH] Support Windows CE 5 and later

2008-10-30 Thread Dr. Stephen Henson
On Thu, Oct 30, 2008, Maurice Kalinowski wrote: Hi everyone, please find attached a patch to update the Windows CE support to current versions (Windows CE 5 and 6) based on version 0.9.8i. Thank you for the patch. A couple of quick points. Patches should be sent to the request tracker so

Re: [openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-10-30 Thread Alon Bar-Lev via RT
Hello, Attached is latest mingw win64 patch for OpenSSL. It is verified to work with the OpenSC project and the OpenVPN project using cross compile from Linux machine using binutils CVS head, gcc-4.3.2 and mingw-w64 svn head. There is no assembly support for pe64. So no assembly is

Re: [openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-10-30 Thread Andy Polyakov via RT
There is no assembly support for pe64. Well, Win64 ABI is fully supported by OpenSSL x86_64 assembler modules. There is no support for GNU assembler under Win64, but masm (rather known as ml64) and nasm are fully supported (though there are requirements for least supported versions, for nasm

Re: [openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-10-30 Thread Alon Bar-Lev via RT
On Thursday 30 October 2008, Andy Polyakov via RT wrote: There is no assembly support for pe64. Well, Win64 ABI is fully supported by OpenSSL x86_64 assembler modules. There is no support for GNU assembler under Win64, but masm (rather known as ml64) and nasm are fully supported (though