diff options
author | matthieu <> | 2006-05-14 08:56:25 +0000 |
---|---|---|
committer | matthieu <> | 2006-05-14 08:56:25 +0000 |
commit | 9870da15fd30b13454e96db10a86d21087122b81 (patch) | |
tree | bb8e1716cb7258f8ee95b9d8b5fa3c915ae31a54 /src/usr.sbin | |
parent | 8aa67aa403ec677913310a5ed9cff716566323cf (diff) | |
download | openbsd-9870da15fd30b13454e96db10a86d21087122b81.tar.gz openbsd-9870da15fd30b13454e96db10a86d21087122b81.tar.bz2 openbsd-9870da15fd30b13454e96db10a86d21087122b81.zip |
Add a -hex option to 'rand' to output hexadecimal output.
ok djm@ miod@, man page help from jmc@.
Diffstat (limited to 'src/usr.sbin')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 3453ef41f9..6b2a34d7ff 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.52 2005/11/27 13:12:00 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.53 2006/05/14 08:56:25 matthieu 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 | .\" |
@@ -4245,6 +4245,7 @@ $ openssl -in keycerts.pem -export -name "My PKCS#12 file" \e | |||
4245 | .Cm openssl rand | 4245 | .Cm openssl rand |
4246 | .Op Fl base64 | 4246 | .Op Fl base64 |
4247 | .Op Fl engine Ar id | 4247 | .Op Fl engine Ar id |
4248 | .Op Fl hex | ||
4248 | .Op Fl out Ar file | 4249 | .Op Fl out Ar file |
4249 | .Op Fl rand Ar file ... | 4250 | .Op Fl rand Ar file ... |
4250 | .Ar num | 4251 | .Ar num |
@@ -4285,6 +4286,8 @@ string) will cause | |||
4285 | to attempt to obtain a functional reference to the specified engine, | 4286 | to attempt to obtain a functional reference to the specified engine, |
4286 | thus initialising it if needed. | 4287 | thus initialising it if needed. |
4287 | The engine will then be set as the default for all available algorithms. | 4288 | The engine will then be set as the default for all available algorithms. |
4289 | .It Fl hex | ||
4290 | Specify hexadecimal output. | ||
4288 | .It Fl out Ar file | 4291 | .It Fl out Ar file |
4289 | Write to | 4292 | Write to |
4290 | .Ar file | 4293 | .Ar file |