Hi all,

I'm using openssl-0.9.7x and s_client option without any problem.
openssl s_client -connect etc... 

I've just test this with openssl-0.9.8-beta4 and this does not work.
LD_LIBRARY_PATH=/usr/local/ossl-0.9.8-beta4/lib 
/usr/local/ossl-0.9.8-beta4/bin/openssl version
OpenSSL 0.9.8-beta4 06 Jun 2005
[EMAIL PROTECTED] atempo]$ LD_LIBRARY_PATH=/usr/local/ossl-0.9.8-beta4/lib 
/usr/local/ossl-0.9.8-beta4/bin/openssl s_client -connect www.openssl.org:443 
-ssl3 -state
warning, not much extra random data, consider using the -rand option
CONNECTED(00000003)
SSL_connect:before/connect initialization
SSL_connect:error in SSLv3 write client hello A
write:errno=0

I must add the -rand option.
[EMAIL PROTECTED] atempo]$ LD_LIBRARY_PATH=/usr/local/ossl-0.9.8-beta4/lib 
/usr/local/ossl-0.9.8-beta4/bin/openssl s_client -connect www.openssl.org:443 
-ssl3 -state -rand /dev/random

2048 semi-random bytes loaded
CONNECTED(00000003)
SSL_connect:before/connect initialization
SSL_connect:SSLv3 write client hello A
SSL_connect:SSLv3 read server hello A
etc...

I'm wondering if this is the normal behavior or if i missed something about 
openssl random?

Fred

<<winmail.dat>>

Reply via email to