[openssl.org #1016] patches for Configure and config for Cray X1 systems

2005-03-01 Thread Wendy Palm via RT
to be [EMAIL PROTECTED]) wendy palm HPC systems analyst ARSC 907.450.8623 __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated

Re: [openssl.org #451] SX6 port

2003-02-13 Thread Wendy Palm
to wait a bit. i've never done that before and it's hiding the #$%! core file. i'll forward another email when i have one for you. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154

Re: [openssl.org #451] SX6 port

2003-02-13 Thread Wendy Palm
sscert.pem -signkey privkey.pem if that second command dumps core then a stack trace under a debugger would help a lot. Thanks, Steve. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154

Re: [openssl.org #451] SX6 port

2003-02-13 Thread Wendy Palm
i forgot to add- dbx's message says: SIGSEGV (absentee space fault) in getrn at line 430 in file lhash.c couldn't read lhash.c Wendy Palm wrote: how's this? * 0 getrn(lh = 0x000404092290, data = 0x00040409d930, rhash = 0x00801a40), line 430 in lhash.c 1 lh_insert(lh

Re: [openssl.org #451] SX6 port

2003-02-03 Thread Wendy Palm via RT
. will have to wait a bit. i've never done that before and it's hiding the #$%! core file. i'll forward another email when i have one for you. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154

Re: [openssl.org #451] SX6 port

2003-02-03 Thread Wendy Palm via RT
-req -in req.pem -out sscert.pem -signkey privkey.pem if that second command dumps core then a stack trace under a debugger would help a lot. Thanks, Steve. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154

Re: [openssl.org #451] SX6 port

2003-02-03 Thread Wendy Palm via RT
i forgot to add- dbx's message says: SIGSEGV (absentee space fault) in getrn at line 430 in file lhash.c couldn't read lhash.c Wendy Palm wrote: how's this? * 0 getrn(lh = 0x000404092290, data = 0x00040409d930, rhash = 0x00801a40), line 430 in lhash.c 1 lh_insert(lh

Re: [openssl.org #451] SX6 port

2003-01-31 Thread Wendy Palm via RT
you run 'make -k test' and submit output? A. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154 __ OpenSSL Project http://www.openssl.org Development

Re: [openssl.org #451] SX6 port

2003-01-31 Thread Wendy Palm via RT
ASN1 code but its not possible to be sure from that. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154 __ OpenSSL Project http://www.openssl.org Development

Re: [openssl.org #451] SX6 port

2003-01-31 Thread Wendy Palm via RT
. If you could try: openssl req -x509 -new -nodes -out sscert.pem (just hit return through all the prompts) see if that crashes and then get some idea where the crash occurs with a debugger that would help a lot. Thanks, Steve. -- wendy palm Cray OS Sustaining Engineering, Cray

Re: [openssl.org #451] SX6 port

2003-01-31 Thread Wendy Palm via RT
-new -nodes -out sscert.pem -randfile ./somefile where somefile is a file with some random data in it, any old text file will do for this test. Steve. -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154

Re: [openssl.org #451] SX6 port

2003-01-22 Thread Wendy Palm
fine with -g. SIXTY_FOUR_BIT? SIXTY_FOUR_BIT aims ILP32 ABIs implemented on 64-bit CPUs, N32 ABI on IRIX 6 is one example. If your sizeof(long)==8, then you should use SIXTY_FOUR_BIT_LONG. Please confirm. thank you for the note. yes, it should be SIXTY_FOUR_BIT_LONG. wendy -- wendy palm

Re: [openssl.org #451] SX6 port

2003-01-14 Thread Wendy Palm via RT
fine with -g. SIXTY_FOUR_BIT? SIXTY_FOUR_BIT aims ILP32 ABIs implemented on 64-bit CPUs, N32 ABI on IRIX 6 is one example. If your sizeof(long)==8, then you should use SIXTY_FOUR_BIT_LONG. Please confirm. thank you for the note. yes, it should be SIXTY_FOUR_BIT_LONG. wendy -- wendy palm

[openssl.org #451] SX6 port

2003-01-11 Thread Wendy Palm via RT
, gcc:-O3 -fomit-frame-pointer::(unknown)::-lnsl -lsocket:RC4_INDEX DES_UNROLL:::, -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154 __ OpenSSL Project http

Re: [PATCH] config mod for crays

2002-03-01 Thread Wendy Palm
Bodo Moeller wrote: On Tue, Feb 05, 2002 at 06:42:08PM -0600, Wendy Palm wrote: --- config.orig Mon Feb 4 16:12:43 2002 +++ config Tue Feb 5 16:01:09 2002 @@ -302,6 +302,13 @@ echo ${MACHINE}-whatever-cygwin32; exit 0 ;; +*CRAY T3E) + echo

Re: [PATCH] config mod for crays

2002-02-06 Thread Wendy Palm
=`echo $GUESSOS | awk -F- '{print $3}'`;; esac Wendy Palm wrote: please add to config. currently, we need to run Configure cray-t3e or Configure cray-t90-cc. this patch would allow sites to just run the same config line they do for other archs. thanks much. --- config.orig Mon Feb 4

[PATCH] config mod for crays

2002-02-05 Thread Wendy Palm
@@ echo ${MACHINE}-whatever-cygwin32; exit 0 ;; +*:CRAY T3E) + echo cray-t3e; exit 0; + ;; + +*CRAY*) + echo cray-t90-cc; exit 0; + ;; + esac # -- wendy palm Cray OS Sustaining Engineering, Cray Inc. [EMAIL PROTECTED], 651-605-9154