> Is there anything special I should be doing to allow ADH to work?
Please check the list of supported ciphers with "openssl ciphers".
You might
note, that the ADH ciphers are not listed. The reason is, that the
default
cipher selection string is (see ssl.h)
"ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"
with "!ADH" removing the ADH ciphers.
I'm actually using SSL_CTX_set_cipher_list('ALL') on the server and
SSL_CTX_set_cipher_list('ADH-DES-CBC-SHA') on the client. I've confirmed
with SSL_get_cipher_list() on both sides that the ADH cipher is present, so
I'm left to wonder what else there can be that I haven't set up
correctly.....
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]