Ensure that AES remains the preferred cipher at any given key length.

(This does not really require a special case for Camellia.)
This commit is contained in:
Bodo Möller
2007-04-25 07:58:32 +00:00
parent 8db10d9ac4
commit 2c12e7f6f5
2 changed files with 2 additions and 7 deletions

View File

@@ -105,8 +105,7 @@ The following is a list of all permitted cipher strings and their meanings.
=item B<DEFAULT>
the default cipher list. This is determined at compile time and is normally
B<ALL:!aNULL:!eNULL:+RC4:@STRENGTH> or
B<AES:CAMELLIA:ALL!aNULL:!eNULL:+RC4:@STRENGTH>. This must be the first cipher string
B<AES:ALL:!aNULL:!eNULL:+RC4:@STRENGTH>. This must be the first cipher string
specified.
=item B<COMPLEMENTOFDEFAULT>