Dear Dr. Henson, Yes now I can simulate the problem in local client/s. There is definitely a problem of cipher suite in negotiation.
Now, the next problem has this leads to. I have explicitely told my server to support all cipher using SSL_CTX_set_cipher_list(m_ctxServerContext, "ALL"). Later on I display a list of cipher in use and it shows ADH there. However, when I execute the suggested s_client command, it still fails. No shared ciphers. Can you please identify any possible problem. Also, after accepting a plain socket connection and before doing SSL_accept, I want to look at ciphers supported by client. How can i do that? I tried using SSL_get_shared_ciphers(m_pSSLClient, buff, 1024) to get shared ciphers but thats NULL. I can not find anyother function that lists the supported client ciphers. Regards Nauman Akbar Concise Solutions ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]