Re: IMPORTANT: Changed release dates, and a plea for testers

2002-12-06 Thread Ralf S. Engelschall
On Wed, Dec 04, 2002, Tim Rice wrote: Please try the 0.9.6 snapshots *today* or during the day tomorrow. Quick bug fixes will be honored, others will only be applied to the 0.9.7 branch. Any progress on getting rsync working again on dev.openssl.org? I really prefer using my local copy

Re: status of support sparc64 on linux

2002-12-06 Thread Ricardo A. Gorosito
Ok. the last line in Configure that I've tested is: linux64-sparcv9,gcc:-m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:ULTRASPARC::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTRasm/md5-sparcv9.o::dlfcn:linux-shared:-fPIC:-m64

Bug in CRYPTO_get_new_dynlockid()

2002-12-06 Thread Bertie
Apologies for the previous mail, missed off [EMAIL PROTECTED] I have added dynamic locking support to apache2 and have been testing with openssl-0.9.7-beta4 and engine chil. There is a bug in CRYPTO_get_new_dynlockid(), since the first time it gets called it returns -2 (not -1 as I expected) and

Re: status of support sparc64 on linux

2002-12-06 Thread Andy Polyakov
Ok. the last line in Configure that I've tested is: linux64-sparcv9,... do you want that I test another configuration? Well, it would be nice if you could verify that linux-sparcv9 and linux-sparcv8 work... What is necessary to include this configuration in 0.9.7-snapshots? Nothing. It

Re: 0.9.7-beta4: test_rsa fails on ia64

2002-12-06 Thread Andy Polyakov
Yes, this patch helps with gcc 3.2.1, and not only the test_rsa passes, but also the other test that had failed (test_sid). Does it mean that the *whole* test suite passes? I.e. 'make test' actually finishes completely and without error? As mentioned NUE-1.2 fails in test/dsatest...

ASN.1 DER encoding of SEQUENCE components with DEFAULT values

2002-12-06 Thread Stefan Kotes
Title: ASN.1 DER encoding of SEQUENCE components with DEFAULT values Openssl Team, I have one question regarding DER encoding of the SEQUENCE/SET components. According to the A Layman's Guide to a Subset of ASN.1, BER, and DER document, if the value of a SEQUENCE or SET component with DEFAULT

Re: Bug in CRYPTO_get_new_dynlockid()

2002-12-06 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 06 Dec 2002 16:51:37 +, Bertie [EMAIL PROTECTED] said: bertie There is a bug in CRYPTO_get_new_dynlockid(), since the first bertie time it gets called it returns -2 (not -1 as I expected) and bertie when you call CRYPTO_lock (mode, -2, , ) it silently

Re: ASN.1 DER encoding of SEQUENCE components with DEFAULT values

2002-12-06 Thread Dr. Stephen Henson
On Fri, Dec 06, 2002, Stefan Kotes wrote: Openssl Team, I have one question regarding DER encoding of the SEQUENCE/SET components. According to the A Layman's Guide to a Subset of ASN.1, BER, and DER document, if the value of a SEQUENCE or SET component with DEFAULT qualifier is the default

no declarations in openssl-0.9.6h/ebcdic.c

2002-12-06 Thread Martin MOKREJ
Hi, isn't there missing something in the archive?: cc -I. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -std1 -tune host -fast -readonly_strings -c ebcdic.c cc: Warning: ebcdic.c, line 217: Source file does not contain any declarations. (emptyfile) #endif --^ cc -I. -I../include -DDSO_DLFCN

shell equal test broken in 0.9.7-beta5

2002-12-06 Thread Martin MOKREJ
Hi, I've observed the following problem on OSF1/5.1A: The make test fails with: making all in apps... LIBPATH=`cd ..; pwd`; LD_LIBRARY_PATH=$LIBPATH; DYLD_LIBRARY_PATH=$LIBPATH; SHLIB_PATH=$LIBPATH; if [ alpha164-cc == DJGPP ]; then PATH=$LIBPATH\;$PATH; elif [ alpha164-cc != Cygwin ];