Hi,
In the openssl library code, i notice that the array of SSL_CIPHER
structures in s3_lib.c is what determines the order in which cipher
suites are searched when processing a client hello. Is that right? would
this mean, that if i want to give preference to DES-CBC-SHA over
EDH-RSA-DES-CBC-SHA, when negotiating with a client, i can shift the
array elements one over the other to achieve this? or do i have to do
something different?
i am trying to get around the fact that we have edh support in the code,
but we want to avoid it unless absolutely necessary.


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

Reply via email to