summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2014-06-02 17:06:28 +0000
committerjsing <>2014-06-02 17:06:28 +0000
commitdca66a4d78d31ebd6c59185035091ee717bef734 (patch)
tree9d1e63126767269b0a0c92b55df9617757bc252f
parent5c01ab81ed20fca53edf4d108ec585755c8304b5 (diff)
downloadopenbsd-dca66a4d78d31ebd6c59185035091ee717bef734.tar.gz
openbsd-dca66a4d78d31ebd6c59185035091ee717bef734.tar.bz2
openbsd-dca66a4d78d31ebd6c59185035091ee717bef734.zip
Remove references to RANDFILE.
-rw-r--r--src/usr.sbin/openssl/openssl.121
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
970section: 970section:
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
978With the exception of RANDFILE, this is probably a bug and may 977This is probably a bug and may change in future releases.
979change in future releases.
980.Pp 978.Pp
981Many of the configuration file options are identical to command line 979Many of the configuration file options are identical to command line
982options. 980options.
@@ -1133,10 +1131,6 @@ Same as the
1133option. 1131option.
1134The file containing the CA private key. 1132The file containing the CA private key.
1135Mandatory. 1133Mandatory.
1136.It Ar RANDFILE
1137A file used to read and write random number seed information,
1138or an EGD socket (see
1139.Xr RAND_egd 3 ) .
1140.It Ar serial 1134.It Ar serial
1141A text file containing the next serial number to use in hex. 1135A text file containing the next serial number to use in hex.
1142Mandatory. 1136Mandatory.
@@ -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
5851and 5844and
5852.Em attributes 5845.Em attributes
5853sections. 5846sections.
5854.It Ar RANDFILE
5855This specifies a file in which random number seed information is
5856placed and read from, or an EGD socket (see
5857.Xr RAND_egd 3 ) .
5858It is used for private key generation.
5859.It Ar req_extensions 5847.It Ar req_extensions
5860This specifies the configuration file section containing a list of 5848This specifies the configuration file section containing a list of
5861extensions to add to the certificate request. 5849extensions to add to the certificate request.
@@ -6084,7 +6072,6 @@ Sample configuration file prompting for field values:
6084.Pp 6072.Pp
6085Sample configuration containing all field values: 6073Sample 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.
8530See 8517See
8531.Nm ca 8518.Nm ca
8532for a description. 8519for a description.
8533.It Cm RANDFILE
8534See
8535.Nm ca
8536for a description.
8537.It Cm serial 8520.It Cm serial
8538The name of the file containing the hexadecimal serial number of the 8521The name of the file containing the hexadecimal serial number of the
8539last time stamp response created. 8522last time stamp response created.