diff options
author | jmc <> | 2010-10-08 05:41:48 +0000 |
---|---|---|
committer | jmc <> | 2010-10-08 05:41:48 +0000 |
commit | 331bf347c2878d5c873d15d4a56b0b5c9f89d2c1 (patch) | |
tree | 6f41f7ecc36dfe4c5b361208e28720080325dd77 /src | |
parent | 763ebc6d82225f6180259bbe4426c571a9719880 (diff) | |
download | openbsd-331bf347c2878d5c873d15d4a56b0b5c9f89d2c1.tar.gz openbsd-331bf347c2878d5c873d15d4a56b0b5c9f89d2c1.tar.bz2 openbsd-331bf347c2878d5c873d15d4a56b0b5c9f89d2c1.zip |
supply the correct value of ciphers DEFAULT; from djm
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 6 |
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 |
1506 | The default cipher list. | 1506 | The default cipher list. |
1507 | This is determined at compile time and is normally | 1507 | This is determined at compile time and is currently |
1508 | .Ar ALL:!ADH:+RC4:@STRENGTH . | 1508 | .Ar ALL:!aNULL:!eNULL:!SSLv2 . |
1509 | This must be the first | 1509 | This must be the first |
1510 | .Ar cipher string | 1510 | .Ar cipher string |
1511 | specified. | 1511 | specified. |