Re: problem when porting openssl to netware

2002-10-21 Thread Hong Chen
I just fixed this.

thx
-H

- Original Message -
From: Richard Koenning [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 21, 2002 10:18 AM
Subject: Re: problem when porting openssl to netware


 At 14:37 18.10.2002 -0400, you wrote:
 [...]
 The test programs run well on NetWare server. But when I run openssl
on
 NetWare server to connect to a ssl server running on win2k, ( to do this
,
 openssl -  s_client ... ) , I got the following message
 
 ..
 SSL_connect: error in SSLv3 write client key exchange A
 SSL_connect: error in SSLv3 write client key exchange A
 335810663: error : 24064064: random number generator:SSLEAY_RAND_BYTES:
PRNG
 not seeded: md_rand.c :501 You need to read the OpenSSL FAQ,
 
 Have you done that?
 http://www.openssl.org/support/faq.html
 Ciao,
 Richard
 --
 Dr. Richard W. Könning
 Fujitsu Siemens Computers GmbH
 __
 OpenSSL Project http://www.openssl.org
 Development Mailing List   [EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



problem when porting openssl to netware

2002-10-19 Thread Hong Chen
hi folks,

I'm not sure if this is the right place to post my problem. I'm trying to
port the openssl to NetWare and managed to build the lbirary and toolkits.
The test programs run well on NetWare server. But when I run openssl on
NetWare server to connect to a ssl server running on win2k, ( to do this ,
openssl -  s_client ... ) , I got the following message

..
SSL_connect: error in SSLv3 write client key exchange A
SSL_connect: error in SSLv3 write client key exchange A
335810663: error : 24064064: random number generator:SSLEAY_RAND_BYTES: PRNG
not seeded: md_rand.c :501 You need to read the OpenSSL FAQ,
http://www.openssl.org/support/faq.html
335810663: error : 05067003: Diffie-Hellman routines: DH_generate_key : BN
lib: dh_key.c 147:
335810663: error :14098005 SSL routines: SSL-SEND_CLIENT_KEY_EXCHANGE: bad
asn1 object header s3_clnt.c 1422 :

In the server side, the messages is

SSL_accept:before/accept initialization
SSL_accept:SSLv3 read client hello A
SSL_accept:SSLv3 write server hello A
SSL_accept:SSLv3 write certificate A
SSL_accept:SSLv3 write key exchange A
SSL_accept:SSLv3 write server done A
SSL_accept:SSLv3 flush data
SSL_accept:failed in SSLv3 read client certificate A
ERROR
shutting down SSL
CONNECTION CLOSED
ACCEPT

As a newbie to ssl, I'm still thinking where exactly problem is and looking
for the fix

thanks
hong
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]