diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-05-14 08:56:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-05-14 08:56:26 +0000 |
commit | 3bdf03d71d87d023dbd99463281307a29375e3ea (patch) | |
tree | 4f04c3748a71c34faff3023883f237653dcd01f0 /usr.sbin/openssl/openssl.1 | |
parent | 644d3f19c844786ca28c08666740ce902c241f6d (diff) |
Add a -hex option to 'rand' to output hexadecimal output.
ok djm@ miod@, man page help from jmc@.
Diffstat (limited to 'usr.sbin/openssl/openssl.1')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 3453ef41f96..6b2a34d7ff0 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.52 2005/11/27 13:12:00 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.53 2006/05/14 08:56:25 matthieu Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -4245,6 +4245,7 @@ $ openssl -in keycerts.pem -export -name "My PKCS#12 file" \e .Cm openssl rand .Op Fl base64 .Op Fl engine Ar id +.Op Fl hex .Op Fl out Ar file .Op Fl rand Ar file ... .Ar num @@ -4285,6 +4286,8 @@ string) will cause to attempt to obtain a functional reference to the specified engine, thus initialising it if needed. The engine will then be set as the default for all available algorithms. +.It Fl hex +Specify hexadecimal output. .It Fl out Ar file Write to .Ar file |