RE: [openssl.org #2620] Resolved: static libs cause crash in linking application on Win64 x64 when built with default (masm) compilation...

2012-01-23 Thread dave via RT
Ah, OK (on the 1.0.1 beta) I agree with your reasoning and surprise on the misalignment (regarding the appending, etc), but there it is. I am referring to my 3rd party application, I didn't bother to inspect the openssl.exe. Also, it doesn't _always_ wind up this way (though always for me,

RE: [openssl.org #2620] Resolved: static libs cause crash in linking application on Win64 x64 when built with default (masm) compilation...

2012-01-18 Thread dave via RT
Looks like it is still there in 1.0.0g Again, it's an alignment issue of function pointers put into an array processed by the C-runtime normally used for doing things like global constructors. Its in crypto/perlasm/x86_64-xlate.pl:558 Currently: $v.= READONLY DWORD; Should be:

[openssl.org #2620] static libs cause crash in linking application on Win64 x64 when built with default (masm) compilation...

2011-10-14 Thread dave via RT
configuration: * openssl 1.0.0.e * Win64, DS2010 toolchain * static library * default (using asm modules) configuration When built in above configuration, a linking application will crash in c-runtime startup code (i.e. before reaching main()). This is due to some linker magic which causes

[openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread dave via RT
configuration: * openssl 1.0.0.d * Win32, VC6 * static library (I don't know if the problem is confined to that configuration, but it's what I'm using). There appear to be two versions of opensslconf.h that are generated from the Configure script. One is placed in ./include/openssl, and

RE: [openssl.org #2519] crash when using newly-defined ASN1_SEQUENCE macros in Windows with elements that are also newly-defined SEQUENCEs...

2011-05-18 Thread dave via RT
/openssl/*.h makes sure these will be. Cheers, Richard In message rt-3.4.5-52058-1305706213-1353.2519-2...@openssl.org on Wed, 18 May 2011 10:10:13 +0200 (CEST), dave via RT r...@openssl.org said: configuration: * openssl 1.0.0.d * Win32, VC6 * static library (I don't know

[openssl.org #792] Openssl (crypto) 9.7c md4test fails on Fujitsu-Siemens BS2000

2003-12-10 Thread mclellan, dave via RT
Hi everyone: we are a little new to OpenSSL, and recently upgraded our distribution to 9.7c. I'm building on a BS2000 host. Everything builds happliy, and make test runs for a while, then starts reporting errors in MD4 tests. Before I start digging, I'd like to save a little time: Does