summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2015-03-08 15:11:33 +0100
committerKurt Roeckx <kurt@roeckx.be>2015-03-14 18:46:31 +0100
commitc85c1e08ce4148b64a80497525fa5e5efc87d13a (patch)
tree5c6d3d8277d1d39e52b4aeef2cf130b725f03e52 /doc
parentc2f5de13cd09179169b28179ad1e1cac0e4cd1fb (diff)
Disable export and SSLv2 ciphers by default
They are moved to the COMPLEMENTOFDEFAULT instead. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/ciphers.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index 694e433ef3..01d31ddfca 100644
--- a/doc/apps/ciphers.pod
+++ b/doc/apps/ciphers.pod
@@ -105,7 +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<AES:ALL:!aNULL:!eNULL:+RC4:@STRENGTH>. This must be the first cipher string
+B<ALL:!EXPORT:!aNULL:!eNULL:!SSLv2:@STRENGTH>. This must be the first cipher string
specified.
=item B<COMPLEMENTOFDEFAULT>