summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/man/gendsa.1
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/man/gendsa.1')
-rw-r--r--secure/usr.bin/openssl/man/gendsa.111
1 files changed, 9 insertions, 2 deletions
diff --git a/secure/usr.bin/openssl/man/gendsa.1 b/secure/usr.bin/openssl/man/gendsa.1
index 939c81c..97aff77 100644
--- a/secure/usr.bin/openssl/man/gendsa.1
+++ b/secure/usr.bin/openssl/man/gendsa.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 "GENDSA 1"
-.TH GENDSA 1 "0.9.7" "2003-02-03" "OpenSSL"
+.TH GENDSA 1 "0.9.7a" "2003-02-19" "OpenSSL"
.UC
.SH "NAME"
gendsa \- generate a \s-1DSA\s0 private key from a set of parameters
@@ -150,6 +150,7 @@ gendsa \- generate a \s-1DSA\s0 private key from a set of parameters
[\fB\-des3\fR]
[\fB\-idea\fR]
[\fB\-rand \f(BIfile\fB\|(s)\fR]
+[\fB\-engine id\fR]
[\fBparamfile\fR]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
@@ -169,6 +170,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 "\fBparamfile\fR" 4
.IX Item "paramfile"
This option specifies the \s-1DSA\s0 parameter file to use. The parameters in this
OpenPOWER on IntegriCloud