hello,
        i building an application using ssl.
        i have read the documentation of the open ssl multiple times
        and i have the following situation:
        when i run a server & client using ssl. but without 

        SSL_CTX_set_verify(ctx,
SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT,NULL);
        then the handshake seems to pass.
        but including this causes SSL_ERROR_SSL on both sides.
        i dont have any idea how to fix this, can any one help me figure it
out?

        and when i do SSL_get_current_cipher and get print its version and
name 
        NULL is written. although i did SSL_CTX_set_cipher_list(ctx,"ALL").

        any ideas why this doesnt work?

        i appreciate your help.

thank you.

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

Reply via email to