diff options
author | jsing <> | 2014-06-02 17:06:28 +0000 |
---|---|---|
committer | jsing <> | 2014-06-02 17:06:28 +0000 |
commit | dca66a4d78d31ebd6c59185035091ee717bef734 (patch) | |
tree | 9d1e63126767269b0a0c92b55df9617757bc252f | |
parent | 5c01ab81ed20fca53edf4d108ec585755c8304b5 (diff) | |
download | openbsd-dca66a4d78d31ebd6c59185035091ee717bef734.tar.gz openbsd-dca66a4d78d31ebd6c59185035091ee717bef734.tar.bz2 openbsd-dca66a4d78d31ebd6c59185035091ee717bef734.zip |
Remove references to RANDFILE.
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 3e0ca42521..169f43743a 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.95 2014/06/02 16:56:49 jsing Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.96 2014/06/02 17:06:28 jsing 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 | .\" |
@@ -970,13 +970,11 @@ the following options are read directly from the | |||
970 | section: | 970 | section: |
971 | .Pp | 971 | .Pp |
972 | .Bl -tag -width Ds -offset indent -compact | 972 | .Bl -tag -width Ds -offset indent -compact |
973 | .It RANDFILE | ||
974 | .It preserve | 973 | .It preserve |
975 | .It msie_hack | 974 | .It msie_hack |
976 | .El | 975 | .El |
977 | .Pp | 976 | .Pp |
978 | With the exception of RANDFILE, this is probably a bug and may | 977 | This is probably a bug and may change in future releases. |
979 | change in future releases. | ||
980 | .Pp | 978 | .Pp |
981 | Many of the configuration file options are identical to command line | 979 | Many of the configuration file options are identical to command line |
982 | options. | 980 | options. |
@@ -1133,10 +1131,6 @@ Same as the | |||
1133 | option. | 1131 | option. |
1134 | The file containing the CA private key. | 1132 | The file containing the CA private key. |
1135 | Mandatory. | 1133 | Mandatory. |
1136 | .It Ar RANDFILE | ||
1137 | A file used to read and write random number seed information, | ||
1138 | or an EGD socket (see | ||
1139 | .Xr RAND_egd 3 ) . | ||
1140 | .It Ar serial | 1134 | .It Ar serial |
1141 | A text file containing the next serial number to use in hex. | 1135 | A text file containing the next serial number to use in hex. |
1142 | Mandatory. | 1136 | Mandatory. |
@@ -1261,7 +1255,6 @@ A sample configuration file with the relevant sections for | |||
1261 | \& certificate = $dir/cacert.pem # The CA cert | 1255 | \& certificate = $dir/cacert.pem # The CA cert |
1262 | \& serial = $dir/serial # serial no file | 1256 | \& serial = $dir/serial # serial no file |
1263 | \& private_key = $dir/private/cakey.pem# CA private key | 1257 | \& private_key = $dir/private/cakey.pem# CA private key |
1264 | \& RANDFILE = $dir/private/.rand # random number file | ||
1265 | 1258 | ||
1266 | \& default_days = 365 # how long to certify for | 1259 | \& default_days = 365 # how long to certify for |
1267 | \& default_crl_days= 30 # how long before next CRL | 1260 | \& default_crl_days= 30 # how long before next CRL |
@@ -5851,11 +5844,6 @@ It also changes the expected format of the | |||
5851 | and | 5844 | and |
5852 | .Em attributes | 5845 | .Em attributes |
5853 | sections. | 5846 | sections. |
5854 | .It Ar RANDFILE | ||
5855 | This specifies a file in which random number seed information is | ||
5856 | placed and read from, or an EGD socket (see | ||
5857 | .Xr RAND_egd 3 ) . | ||
5858 | It is used for private key generation. | ||
5859 | .It Ar req_extensions | 5847 | .It Ar req_extensions |
5860 | This specifies the configuration file section containing a list of | 5848 | This specifies the configuration file section containing a list of |
5861 | extensions to add to the certificate request. | 5849 | extensions to add to the certificate request. |
@@ -6084,7 +6072,6 @@ Sample configuration file prompting for field values: | |||
6084 | .Pp | 6072 | .Pp |
6085 | Sample configuration containing all field values: | 6073 | Sample configuration containing all field values: |
6086 | .Bd -literal | 6074 | .Bd -literal |
6087 | \& RANDFILE = $ENV::HOME/.rnd | ||
6088 | 6075 | ||
6089 | \& [ req ] | 6076 | \& [ req ] |
6090 | \& default_bits = 1024 | 6077 | \& default_bits = 1024 |
@@ -8530,10 +8517,6 @@ for a description. | |||
8530 | See | 8517 | See |
8531 | .Nm ca | 8518 | .Nm ca |
8532 | for a description. | 8519 | for a description. |
8533 | .It Cm RANDFILE | ||
8534 | See | ||
8535 | .Nm ca | ||
8536 | for a description. | ||
8537 | .It Cm serial | 8520 | .It Cm serial |
8538 | The name of the file containing the hexadecimal serial number of the | 8521 | The name of the file containing the hexadecimal serial number of the |
8539 | last time stamp response created. | 8522 | last time stamp response created. |