Re: [openssl.org #451] SX6 port

2003-01-18 Thread Andy Polyakov via RT
I already answered this once, but it didn't come through for some reason... + sx6, cc:-g -DTERMIOS::(unknown):::SIXTY_FOUR_BIT DES_INT:::, No optimization? Not even lousy -O? -g overrides any optimization you give, Yes, that's what normally happens... and i think there's a problem

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Andy Polyakov via RT
Config was adding 386 to the Configure line causing the build to fail on the assembler modules. in what way? UX:as: ERROR: asm/sx86-elf.s:35:invalid register for instruction: %al in xchg Would it work if you add b to xchg mnemonic, i.e. make it look xchgb

Re: [openssl.org #463] PATCH

2003-01-18 Thread Andy Polyakov
1)I didn't give any preference to aix-cc; But you've suggested to change it:-) I just changed in config script the default CC=gcc to CC=cc for AIX case only. Is vendor compiler optional on AIX? Because if it is, then you've got to test if cc is actually present. Normally it's done by passing

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Andy Polyakov via RT
Have the 5 section look something like -- 5) if [ `echo x$VERSION | sed -e 's/\..*//'` = x7 ]; then echo i586-sco-unixware7; exit 0 elif [ `echo x$VERSION | sed -e 's/\..*//'` = x8 ]; then echo

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Tim Rice
On Sat, 18 Jan 2003, Andy Polyakov via RT wrote: Config was adding 386 to the Configure line causing the build to fail on the assembler modules. in what way? UX:as: ERROR: asm/sx86-elf.s:35:invalid register for instruction: %al in xchg Would it work

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Tim Rice via RT
On Sat, 18 Jan 2003, Andy Polyakov via RT wrote: Config was adding 386 to the Configure line causing the build to fail on the assembler modules. in what way? UX:as: ERROR: asm/sx86-elf.s:35:invalid register for instruction: %al in xchg Would it work

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Andy Polyakov
To summarize. I'm hardcoding i586 to all Caldera/SCO targets. And according to RT#460 we also should get rid of -lresolv on those platforms, right? A. And yes, get rid of -lresolv on the sco5 (OpenServer 5) targets. The question also is if it's needed even in unixware-2.* lines. As

Re: Problem decrypting a signed and then encrypted pkcs7 message on windows 98 using Crypto API

2003-01-18 Thread Dr. Stephen Henson
On Fri, Jan 17, 2003, Himanshu Soni wrote: 128 Bit rc2 also fails on windows 98. Openssl can successfully decrypt the message on windows 98. Hmmm, strange. Have you tried an alternative certificate for the Win98 recipient? Also what does a signed message look like for that certificate, in

Re: [openssl.org #464] TSU NOTIFICATION - encryption

2003-01-18 Thread Tim Rice
On Sat, 18 Jan 2003, Andy Polyakov via RT wrote: Have the 5 section look something like -- [snip] Updated config is in both HEAD and 0.9.7-stable CVS. Please verify and reply so that the ticket can be resolved. A. UX:sh (./config): ERROR: ./config: Syntax error at line 442: `fi'

Re: [openssl.org #444] Win32 crash in PEM_read_X509

2003-01-18 Thread Michael Hunley via RT
Did you build a debug version of OpenSSL to link against for the debug build? This isn't handled automatically and you need to change it so it picks up and uses the debug libraries. Nope. that would explain it. criss-crossing MS multi-threaded libs is always a problem. I was using my debug