Hi,
  I am trying to run the client with my non-blocking
server. Here is what I could see in ethereal.
  1. client hello ( c->s )
  2. server Hello( s->c)
  3. server certificate (s->c)
  4. server hello don (s->c)
  5. client key exchange (c->s)
  6. change cipher spec (c->s)
  7. Handshake finished ( c->s)
 
 Then while receiving the HandshakeFinished  message
from client , my server is giving the follwing error .

1:error:1408C095:SSL routines:SSL3_GET_FINISHED:digest
check failed:s3_both.c:221:

And therefore sends the Alert , with alert code as
(handshake_failure). theerfore my server doesnt send
change cipher spec and finished message to client.

8.Alert (s->c)

Any body can pls help me towards this problem.
What could have lead to this error ?? I am running the
server on VxWorks5.4 and client on Linux.

Thanks in advance,
S.Rahul



__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to