Re: SSL cipher selection in openssl

2002-05-25 Thread Lutz Jaenicke
On Fri, May 24, 2002 at 03:21:02PM -0700, Shyamal Kumar wrote: > 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

SSL cipher selection in openssl

2002-05-24 Thread Shyamal Kumar
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,