diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/gendsa.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/gendsa.pod | 8 |
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. | |||
37 | The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for | 38 | The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for |
38 | all others. | 39 | all others. |
39 | 40 | ||
41 | =item B<-engine id> | ||
42 | |||
43 | specifying an engine (by it's unique B<id> string) will cause B<req> | ||
44 | to attempt to obtain a functional reference to the specified engine, | ||
45 | thus initialising it if needed. The engine will then be set as the default | ||
46 | for all available algorithms. | ||
47 | |||
40 | =item B<paramfile> | 48 | =item B<paramfile> |
41 | 49 | ||
42 | This option specifies the DSA parameter file to use. The parameters in this | 50 | This option specifies the DSA parameter file to use. The parameters in this |