summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/openssl.126
1 files changed, 13 insertions, 13 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index d86b932416..b4a0118ab9 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.33 2004/01/28 20:09:23 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.34 2004/02/01 15:45:28 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.\"
@@ -4224,10 +4224,10 @@ $ openssl -in keycerts.pem -export -name "My PKCS#12 file" \e
4224.\" 4224.\"
4225.Sh RAND 4225.Sh RAND
4226.Cm openssl rand 4226.Cm openssl rand
4227.Op Fl out Ar file
4228.Op Fl rand Ar file ...
4229.Op Fl base64 4227.Op Fl base64
4230.Op Fl engine Ar id 4228.Op Fl engine Ar id
4229.Op Fl out Ar file
4230.Op Fl rand Ar file ...
4231.Ar num 4231.Ar num
4232.Pp 4232.Pp
4233The 4233The
@@ -4254,16 +4254,6 @@ seeding was obtained from these sources.
4254.Pp 4254.Pp
4255The options are as follows: 4255The options are as follows:
4256.Bl -tag -width "XXXX" 4256.Bl -tag -width "XXXX"
4257.It Fl out Ar file
4258Write to
4259.Ar file
4260instead of standard output.
4261.It Fl rand Ar file ...
4262Use specified file or files, or EGD socket (see
4263.Xr RAND_egd 3 )
4264for seeding the random number generator.
4265Multiple files can be specified separated by a
4266.Sq \&: .
4267.It Fl base64 4257.It Fl base64
4268Perform 4258Perform
4269.Em base64 4259.Em base64
@@ -4276,6 +4266,16 @@ string) will cause
4276to attempt to obtain a functional reference to the specified engine, 4266to attempt to obtain a functional reference to the specified engine,
4277thus initialising it if needed. 4267thus initialising it if needed.
4278The engine will then be set as the default for all available algorithms. 4268The engine will then be set as the default for all available algorithms.
4269.It Fl out Ar file
4270Write to
4271.Ar file
4272instead of standard output.
4273.It Fl rand Ar file ...
4274Use specified file or files, or EGD socket (see
4275.Xr RAND_egd 3 )
4276for seeding the random number generator.
4277Multiple files can be specified separated by a
4278.Sq \&: .
4279.El 4279.El
4280.\" 4280.\"
4281.\" REQ 4281.\" REQ