On Mon, 23 Dec 2002, Andy Polyakov wrote:

> ...
> Is it actually reproducible? I mean does it end-up in an endless loop
> *every* time you try?

yes, it's reproducible.

> Note that test_kron itself (the procedure printing "test BN_kronecker")
> can't go into an endless loop. It's BN_generate_prime that should take
> the blaim. It's already first line that runs away, isn't it? I mean
> normally you should expect first line being something like "....++++++"
> and then second line with 100 dots exactly.

yes, it is. there are no plusses in the output.

> Now if it's actually reproducible, could you 'rm crypto/bn/*.o
> crypto/bn/lib libcrypto.a', 'make' and confirm that the problem
> persists? The catch is that you also reported problems with 'make
> depend' and your current dependencies might be broken while bn_asm.c is
> not the only module affected by the bug.

i tried this but linking the openssl program as well as the tests fails 
with the following message:
          cc -o openssl -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT 
-DDSO_DL -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed 
+Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY openssl.o verify.o asn1pars.o req.o 
dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o  ca.o pkcs7.o crl2p7.o crl.o  
rsa.o rsautl.o dsa.o dsaparam.o  x509.o genrsa.o gendsa.o s_server.o s_client.o 
speed.o  s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o  ciphers.o 
nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o  -L.. -lssl  -L.. 
-lcrypto -Wl,+s -ldld ; \
        fi
/usr/ccs/bin/ld: Unsatisfied symbols:
   ERR_load_DSO_strings (first referenced in ../libcrypto.a(cryptlib.o)) (code)
   SHA_Final (first referenced in ../libcrypto.a(cryptlib.o)) (code)
   ERR_load_EC_strings (first referenced in ../libcrypto.a(cryptlib.o)) (code)
   lh_delete (first referenced in ../libssl.a(s2_srvr.o)) (code)
   BIO_snprintf (first referenced in ca.o) (code)
   BIO_new_socket (first referenced in s_server.o) (code)
   UI_free (first referenced in apps.o) (code)
   ...

best regards,
-- 
        aspa
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to