I have a simple client-server app. performing both client and server
authentication using the 9.5a toolkit. I am forcing the server to use
DES-CBC3-SHA by calling
                           SSL_set_cipher_list(ssl, "DES-CBC3-SHA").

My client-server app. runs for a day and then suddenly fails to negotiate
ciphers. SSL_get_cipher() returns NONE.

Why does this happen? Why isn't the client using the only cipher the server
wants to use?

Thx, Sri

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

Reply via email to