summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/man/genrsa.1
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/man/genrsa.1')
-rw-r--r--secure/usr.bin/openssl/man/genrsa.111
1 files changed, 9 insertions, 2 deletions
diff --git a/secure/usr.bin/openssl/man/genrsa.1 b/secure/usr.bin/openssl/man/genrsa.1
index ad47fd7..883bde2 100644
--- a/secure/usr.bin/openssl/man/genrsa.1
+++ b/secure/usr.bin/openssl/man/genrsa.1
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Mon Feb 3 10:00:55 2003
+.\" Wed Feb 19 16:49:33 2003
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -138,7 +138,7 @@
.\" ======================================================================
.\"
.IX Title "GENRSA 1"
-.TH GENRSA 1 "0.9.7" "2003-02-03" "OpenSSL"
+.TH GENRSA 1 "0.9.7a" "2003-02-19" "OpenSSL"
.UC
.SH "NAME"
genrsa \- generate an \s-1RSA\s0 private key
@@ -153,6 +153,7 @@ genrsa \- generate an \s-1RSA\s0 private key
[\fB\-f4\fR]
[\fB\-3\fR]
[\fB\-rand \f(BIfile\fB\|(s)\fR]
+[\fB\-engine id\fR]
[\fBnumbits\fR]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
@@ -183,6 +184,12 @@ generator, or an \s-1EGD\s0 socket (see RAND_egd(3)).
Multiple files can be specified separated by a OS-dependent character.
The separator is \fB;\fR for MS-Windows, \fB,\fR for OpenVMS, and \fB:\fR for
all others.
+.Ip "\fB\-engine id\fR" 4
+.IX Item "-engine id"
+specifying an engine (by it's unique \fBid\fR string) will cause \fBreq\fR
+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.
.Ip "\fBnumbits\fR" 4
.IX Item "numbits"
the size of the private key to generate in bits. This must be the last option
OpenPOWER on IntegriCloud