summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2010-10-08 05:41:48 +0000
committerjmc <>2010-10-08 05:41:48 +0000
commit6da1d455f02d7cde14bd7f88b7754d9967d6062a (patch)
tree6f41f7ecc36dfe4c5b361208e28720080325dd77 /src
parentf9160a1ede54828e1890a771735b2f1d5b557f4b (diff)
downloadopenbsd-6da1d455f02d7cde14bd7f88b7754d9967d6062a.tar.gz
openbsd-6da1d455f02d7cde14bd7f88b7754d9967d6062a.tar.bz2
openbsd-6da1d455f02d7cde14bd7f88b7754d9967d6062a.zip
supply the correct value of ciphers DEFAULT; from djm
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/openssl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 0aae966742..1884162fe3 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.69 2010/10/08 05:38:24 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.70 2010/10/08 05:41:48 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -1504,8 +1504,8 @@ The following is a list of all permitted cipher strings and their meanings.
1504.Bl -tag -width "XXXX" 1504.Bl -tag -width "XXXX"
1505.It Ar DEFAULT 1505.It Ar DEFAULT
1506The default cipher list. 1506The default cipher list.
1507This is determined at compile time and is normally 1507This is determined at compile time and is currently
1508.Ar ALL:!ADH:+RC4:@STRENGTH . 1508.Ar ALL:!aNULL:!eNULL:!SSLv2 .
1509This must be the first 1509This must be the first
1510.Ar cipher string 1510.Ar cipher string
1511specified. 1511specified.