Re: [openssl.org #426] HP-UX build problems with 0.9.7

2003-01-03 Thread Marko Asplund via RT
On Fri, 3 Jan 2003, Lutz Jaenicke via RT wrote: ... changing optimization level from +O3 to +O2 in the hpux-parisc2-cc target seems to fix the BN_kronecker test problem with the no-asm option. i'll try and see if HP has patches related to this issue. I am not yet sure about the

Re: [openssl.org #426] HP-UX build problems with 0.9.7

2003-01-03 Thread Marko Asplund via RT
On Thu, 2 Jan 2003, Andy Polyakov via RT wrote: ... My knowledge of PA-RISC assembler is rather limited, but if I compare pa-risc.s and pa-risc2.s, I see that reference to Division would overflow is treated completely different. And I can actually imagine that the way it's treated in

Re: [openssl.org #426] HP-UX build problems with 0.9.7

2003-01-03 Thread Andy Polyakov via RT
compare pa-risc.s and pa-risc2.s, I see that reference to Division would overflow is treated completely different. And I can actually imagine that the way it's treated in pa-risc2.s is not positon-independent... with your patch applied shared library linkage and tests succeed on

Re: status of support sparc64 on linux

2003-01-03 Thread Andy Polyakov
Ok. the last line in Configure that I've tested is: linux64-sparcv9,... do you want that I test another configuration? I wonder if you could spare some time and test linux-sparcv9 in ftp://ftp.openssl.org/snapshot/openssl-SNAP-20030103.tar.gz or later. There is DES assembler implementation

Re: [openssl.org #406] OpenSSL on Sparc64

2003-01-03 Thread Andy Polyakov via RT
Just tried the latest (0.9.7) with no luck, below is the end of the output. testing req conversions p - d p - p d - d *** Error code 1 What is your compiler? Well, what version? What happens if you lower optimization level (see INSTALL for details)? What happens if you copy

[openssl.org #17] enahancement request - support intel icc for building

2003-01-03 Thread Andy Polyakov via RT
Initial support for icc appears first in ftp://ftp.openssl.org/snapshot/openssl-SNAP-20030103.tar.gz. To configure run './Configure linux-ia32-icc'. Auto-detection in ./config will be added at some later point. As already mentioned it's fruitless to count on libimf.a, as it's a floating point

Re: [openssl.org #433] 0.9.7 compilation problem with Borland C++ 5.5

2003-01-03 Thread Frédéric L. W. Meunier via RT
Just to inform you that 0.9.6h compiled with the same setup. I don't know if the following are serious: bcc32 -otmp32\c_zlib.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 -O2 -ff -fp -DBN_ASM

Re: [openssl.org #427] OpenSSL 0.9.7 FreeBSD/SPARC problems

2003-01-03 Thread Richard Levitte - VMS Whacker
Kris, I'd very much like to see a response from you on this issue. In message [EMAIL PROTECTED] on Thu, 02 Jan 2003 00:50:38 +0100 (CET), Richard Levitte - VMS Whacker [EMAIL PROTECTED] said: levitte In message [EMAIL PROTECTED] on Wed, 1 Jan 2003 06:11:24 -0800, Kris Kennaway [EMAIL

[openssl.org #436] openssl-0.9.7 inconsistency error

2003-01-03 Thread via RT
after completing ./config and make i get : cryptlib.c:109: #error Inconsistency between crypto.h and cryptlib.c make[1]: *** [cryptlib.o] Error 1 __ OpenSSL Project http://www.openssl.org

Re: crypto/perlasm/x86unix.pl

2003-01-03 Thread Tim Rice
On Fri, 3 Jan 2003, Andy Polyakov wrote: It looks like the PIC changes to crypto/perlasm/x86unix.pl break on non gcc compilers. ... on SCO5/UnixWare/OpenUnix platforms... Test ftp://ftp.openssl.org/snapshot/openssl-SNAP-20030103.tar.gz as it becomes available. Well, I haven't added