Hi,
  please see at ssl/s3_srvr.c
s3_accept()-

  client hello read successfully at server.
  server hello write completed successfully.
  L# 352 - Near to problem.
  L# 355 - This call ssl3_check_client_hello(s) blocks in my case.
            -- It goes for read() call in blocking  via
               ssl3_read_message() --> ssl3_read_bytes()--> BIO_read()
               otherwise buffer manipulation returns it successfully.
  
  I am using 0.9.6b version on Linux with blocking socket.
  Both client and server are having peer authentication NONE.

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

Reply via email to