diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/dsa.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/dsa.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libssl/src/doc/apps/dsa.pod b/src/lib/libssl/src/doc/apps/dsa.pod index 28e534bb95..ed06b8806d 100644 --- a/src/lib/libssl/src/doc/apps/dsa.pod +++ b/src/lib/libssl/src/doc/apps/dsa.pod | |||
@@ -21,6 +21,7 @@ B<openssl> B<dsa> | |||
21 | [B<-modulus>] | 21 | [B<-modulus>] |
22 | [B<-pubin>] | 22 | [B<-pubin>] |
23 | [B<-pubout>] | 23 | [B<-pubout>] |
24 | [B<-engine id>] | ||
24 | 25 | ||
25 | =head1 DESCRIPTION | 26 | =head1 DESCRIPTION |
26 | 27 | ||
@@ -106,6 +107,13 @@ by default a private key is output. With this option a public | |||
106 | key will be output instead. This option is automatically set if the input is | 107 | key will be output instead. This option is automatically set if the input is |
107 | a public key. | 108 | a public key. |
108 | 109 | ||
110 | =item B<-engine id> | ||
111 | |||
112 | specifying an engine (by it's unique B<id> string) will cause B<req> | ||
113 | to attempt to obtain a functional reference to the specified engine, | ||
114 | thus initialising it if needed. The engine will then be set as the default | ||
115 | for all available algorithms. | ||
116 | |||
109 | =back | 117 | =back |
110 | 118 | ||
111 | =head1 NOTES | 119 | =head1 NOTES |