summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/gendsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/gendsa.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/gendsa.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libssl/src/doc/apps/gendsa.pod b/src/lib/libssl/src/doc/apps/gendsa.pod
index 74318fe7fb..2c56cc7888 100644
--- a/src/lib/libssl/src/doc/apps/gendsa.pod
+++ b/src/lib/libssl/src/doc/apps/gendsa.pod
@@ -12,6 +12,7 @@ B<openssl> B<gendsa>
12[B<-des3>] 12[B<-des3>]
13[B<-idea>] 13[B<-idea>]
14[B<-rand file(s)>] 14[B<-rand file(s)>]
15[B<-engine id>]
15[B<paramfile>] 16[B<paramfile>]
16 17
17=head1 DESCRIPTION 18=head1 DESCRIPTION
@@ -37,6 +38,13 @@ Multiple files can be specified separated by a OS-dependent character.
37The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for 38The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
38all others. 39all others.
39 40
41=item B<-engine id>
42
43specifying an engine (by it's unique B<id> string) will cause B<req>
44to attempt to obtain a functional reference to the specified engine,
45thus initialising it if needed. The engine will then be set as the default
46for all available algorithms.
47
40=item B<paramfile> 48=item B<paramfile>
41 49
42This option specifies the DSA parameter file to use. The parameters in this 50This option specifies the DSA parameter file to use. The parameters in this