diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 26 |
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 |
4233 | The | 4233 | The |
@@ -4254,16 +4254,6 @@ seeding was obtained from these sources. | |||
4254 | .Pp | 4254 | .Pp |
4255 | The options are as follows: | 4255 | The options are as follows: |
4256 | .Bl -tag -width "XXXX" | 4256 | .Bl -tag -width "XXXX" |
4257 | .It Fl out Ar file | ||
4258 | Write to | ||
4259 | .Ar file | ||
4260 | instead of standard output. | ||
4261 | .It Fl rand Ar file ... | ||
4262 | Use specified file or files, or EGD socket (see | ||
4263 | .Xr RAND_egd 3 ) | ||
4264 | for seeding the random number generator. | ||
4265 | Multiple files can be specified separated by a | ||
4266 | .Sq \&: . | ||
4267 | .It Fl base64 | 4257 | .It Fl base64 |
4268 | Perform | 4258 | Perform |
4269 | .Em base64 | 4259 | .Em base64 |
@@ -4276,6 +4266,16 @@ string) will cause | |||
4276 | to attempt to obtain a functional reference to the specified engine, | 4266 | to attempt to obtain a functional reference to the specified engine, |
4277 | thus initialising it if needed. | 4267 | thus initialising it if needed. |
4278 | The engine will then be set as the default for all available algorithms. | 4268 | The engine will then be set as the default for all available algorithms. |
4269 | .It Fl out Ar file | ||
4270 | Write to | ||
4271 | .Ar file | ||
4272 | instead of standard output. | ||
4273 | .It Fl rand Ar file ... | ||
4274 | Use specified file or files, or EGD socket (see | ||
4275 | .Xr RAND_egd 3 ) | ||
4276 | for seeding the random number generator. | ||
4277 | Multiple files can be specified separated by a | ||
4278 | .Sq \&: . | ||
4279 | .El | 4279 | .El |
4280 | .\" | 4280 | .\" |
4281 | .\" REQ | 4281 | .\" REQ |