[openssl.org #441] bug in win32 test

2003-01-07 Thread Michael Hunley via RT
OpenSSl v0.9.7 on Windows XP Home Using MSVC 6 sp 5 with Masm I'm not sure this is a bug or an issue with network connections. I compiled the source and ran the test app (ms/test.exe) and got the following error: test sslv3 ERROR in SERVER 2212:error:1408F455:SSL

[openssl.org #442] bug report / solaris 2.9/sparc64

2003-01-07 Thread dav via RT
SUBJECT: Bug in new key generation -- *** THIS BUG REPORT IS FOR 64 bits ONLY, 32 bits version is working fine *** -- # cd /opt/src/openssl-0.9.6h # ./apps/openssl version -a OpenSSL 0.9.6h 5 Dec 2002 built on: Sun Dec 22 15:17:10 CET 2002 platform: solaris-sparcv9-gcc options: bn(64,64)

Re: [openssl.org #22] [PATCH] to dev build 20020428 for Win64 on Itanium

2003-01-07 Thread Andy Polyakov via RT
1. File (socket) handles are ints. Why not create a special type called file_handle_t, that changes sizes with platforms that have different requirements of file handle types (read windows)? Just a side note. As already pointed out in another context, it's actually *safe* to cast SOCKET to

Re: [openssl.org #441] bug in win32 test

2003-01-07 Thread Jeffrey Altman
By any chance did you install the Visual C++ Processor Pack? It replaces the Back End compiler (C2.DLL). Apparently, this upgrade to support new processors is a bit buggy. If you need support for new instruction sets upgrade to VC++ 7.0. Michael Hunley via RT wrote: OpenSSl v0.9.7 on

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

2003-01-07 Thread Marko Asplund
On Fri, 3 Jan 2003, Andy Polyakov via RT wrote: ... with your patch applied shared library linkage and tests succeed on hpux-parisc2-cc target. Great! Patch is applied to HEAD and OpenSSL_0_9_7-stable now. Can you by any chance test './Configure hpux64-parisc-cc shared'? If it fails in

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

2003-01-07 Thread Marko Asplund via RT
On Fri, 3 Jan 2003, Andy Polyakov via RT wrote: ... with your patch applied shared library linkage and tests succeed on hpux-parisc2-cc target. Great! Patch is applied to HEAD and OpenSSL_0_9_7-stable now. Can you by any chance test './Configure hpux64-parisc-cc shared'? If it fails in

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

2003-01-07 Thread Andy Polyakov via RT
hpux64-parisc-cc target fails with the following error message both with and without your pa-risc2.s patch applied: cc -I../crypto -I.. -I../include +Z -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -Ae +DD64 +O3 +ESlit -z -DB_ENDIAN -DMD32_XARRAY -c

Re: [openssl.org #442] bug report / solaris 2.9/sparc64

2003-01-07 Thread dav via RT
Andy Polyakov via RT [[EMAIL PROTECTED]] a écrit: SUBJECT: Bug in new key generation -- *** THIS BUG REPORT IS FOR 64 bits ONLY, 32 bits version is working fine *** -- # cd /opt/src/openssl-0.9.6h # ./apps/openssl version -a OpenSSL 0.9.6h 5 Dec 2002 built on: Sun Dec 22

Re: [openssl.org #22] [PATCH] to dev build 20020428 for Win64 on Itanium

2003-01-07 Thread John Calcote via RT
Agreed on both points :) Andy Polyakov via RT [EMAIL PROTECTED] 1/7/2003 5:39:49 AM 1. File (socket) handles are ints. Why not create a special type called file_handle_t, that changes sizes with platforms that have different requirements of file handle types (read windows)? Just a side

Re: [openssl.org #442] bug report / solaris 2.9/sparc64

2003-01-07 Thread dav via RT
Andy Polyakov via RT [[EMAIL PROTECTED]] a écrit: SUBJECT: Bug in new key generation -- *** THIS BUG REPORT IS FOR 64 bits ONLY, 32 bits version is working fine *** -- # cd /opt/src/openssl-0.9.6h # ./apps/openssl version -a OpenSSL 0.9.6h 5 Dec 2002 built on: Sun Dec 22

[openssl.org #442] bug report / solaris 2.9/sparc64

2003-01-07 Thread Andy Polyakov via RT
The case is dismissed. A. P.S. As for not being honest. If changes were made, you're expected to state what changes exactly were made and you didn't. __ OpenSSL Project http://www.openssl.org

Re: crypto/perlasm/x86unix.pl

2003-01-07 Thread Andy Polyakov
The cc on UnixWare 2.x doesn't handle -o asm/xx86-elf.o It just creates it in the curent directory. ??? Does it mean that cc driver effectively ignores -o option? Or does it mean that make doesn't pass -o option to cc driver when compiling .s files? If former, does it apply to .s

[openssl.org #443] gcc warning on dsl_dl.c function dl_load for OpenSSH 0.9.7 on HP- UX 11.0

2003-01-07 Thread Reiter, Robert W via RT
FYI ... possibly insignificant, but the following fragment from output of running make shows the sole warning message that was generated during a build/compile of OpenSSH 0.9.7 on an HP-UX 11.0 machine today, and I thought it worth reporting since other compiler warnings have been reported, but

[openssl.org #438] SCEP support

2003-01-07 Thread Massimiliano Pala via RT
Dear Dr. Henson, forgive my ignorance but I am not at ease with your methods. You assigned me this number but what about your impression about the SCEP support integrated into OpenSSL ? I hope you are for it, but am not sure what I have to do now. Do I have to do all the integration work by

Re: [openssl.org #443] gcc warning on dsl_dl.c function dl_load forOpenSSH 0.9.7 on HP- UX 11.0

2003-01-07 Thread Geoff Thorpe
* Reiter, Robert W via RT ([EMAIL PROTECTED]) wrote: FYI ... possibly insignificant, but the following fragment from output of running make shows the sole warning message that was generated during a build/compile of OpenSSH 0.9.7 on an HP-UX 11.0 machine today, and I thought it worth reporting

Re: [openssl.org #442] bug report / solaris 2.9/sparc64

2003-01-07 Thread Andy Polyakov via RT
SUBJECT: Bug in new key generation -- *** THIS BUG REPORT IS FOR 64 bits ONLY, 32 bits version is working fine *** -- # cd /opt/src/openssl-0.9.6h # ./apps/openssl version -a OpenSSL 0.9.6h 5 Dec 2002 built on: Sun Dec 22 15:17:10 CET 2002 platform: solaris-sparcv9-gcc options: