> The problem is I can't find a way of selecting the order in which I
> want the cipher negotiated. For example if all ciphers are enabled in
> the configuration, I would perfer if AES is selected during
> negoitation.
What real problem is this intended to solve?
Because AES is faster then other ciphers such as RC4 and 3DES,
I want to use AES as the default if both the client and server allow it.
So you want AES(128) to be preferred over DES(168)?
In my client, the user can select which cipher-suites are allowed,
and the following strengths: low, medium, high.
If all cipher-suites are selected, and also all strengths are selected
then I want the negotiation to use AES256 instead of 3DES if the
server also allows this.
-Chris
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]