diff options
author | sthen <> | 2015-07-08 16:37:25 +0000 |
---|---|---|
committer | sthen <> | 2015-07-08 16:37:25 +0000 |
commit | c103a908b9abcc6b96600e197a19249870aae0e5 (patch) | |
tree | 60a3f733a3ad87e9de4e8e4df55417015554f70e /src/usr.bin/openssl/openssl.1 | |
parent | 83fe0994d64503071ba86ea1321580bd25f5f1c7 (diff) | |
download | openbsd-c103a908b9abcc6b96600e197a19249870aae0e5.tar.gz openbsd-c103a908b9abcc6b96600e197a19249870aae0e5.tar.bz2 openbsd-c103a908b9abcc6b96600e197a19249870aae0e5.zip |
switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 5106943640..ecf2eda2ea 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.15 2015/06/20 01:07:25 doug Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.16 2015/07/08 16:37:25 sthen 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 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: June 20 2015 $ | 115 | .Dd $Mdocdate: July 8 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -2043,7 +2043,7 @@ This option inhibits the output of the encoded version of the parameters. | |||
2043 | This argument specifies that a parameter set should be generated of size | 2043 | This argument specifies that a parameter set should be generated of size |
2044 | .Ar numbits . | 2044 | .Ar numbits . |
2045 | It must be the last option. | 2045 | It must be the last option. |
2046 | If not present, a value of 512 is used. | 2046 | If not present, a value of 2048 is used. |
2047 | If this value is present, the input file is ignored and | 2047 | If this value is present, the input file is ignored and |
2048 | parameters are generated instead. | 2048 | parameters are generated instead. |
2049 | .It Fl out Ar file | 2049 | .It Fl out Ar file |