Hi,
    I am a newbie here. Please help me.
I am trying to configure openssl for different options. I am using
openssl-0.9.6a on WinNT4.0 OS. I could successfully remove some of the
ciphers using the
no-cipher ; cpher = rc2, rc5,...
I faced a problem while configuring it for "no-sock" option, with little
modifications in the source code (in the s_server.c and s_client.c files), I
am able to start the s_sever and s_client applications, while running I
found following logs on the command prompts.


s_server log:
Loading 'screen' into random state - done
Using default temp DH parameters
ACCEPT
SSL_accept:before/accept initialization
read from 009C4B40 [00EC55F8] (5 bytes => -1 (0xFFFFFFFF))
SSL_accept:error in SSLv3 read client hello B
ERROR
shutting down SSL
CONNECTION CLOSED
ACCEPT


s_client log:
Loading 'screen' into random state - done
CONNECTED(000000C8)
SSL_connect:before/connect initialization
write to 009C17E0 [00EC9E20] (50 bytes => -1 (0xFFFFFFFF))
SSL_connect:error in SSLv3 write client hello B
write:errno=0


which I think means that ssl handshake failed. Am I correct? or am I missing
something?
Does "no-sock" option really work on WinNT? If it does how do I configure
it?
Thanks in advance, looking forward to hear from you.

-Regards,
Amol.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to