Commit a31a1952 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

PR: 1887 (part, modified)

Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
Approved by: steve@openssl.org

Use correct command names in -engine description and fix typo.
parent 5f590d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ used).

=item B<-engine id>

specifying an engine (by it's unique B<id> string) will cause B<req>
specifying an engine (by its unique B<id> string) will cause B<ca>
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.
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ be loaded by calling the B<get_dh>I<numbits>B<()> function.

=item B<-engine id>

specifying an engine (by it's unique B<id> string) will cause B<req>
specifying an engine (by its unique B<id> string) will cause B<dhparam>
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.
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ a public key.

=item B<-engine id>

specifying an engine (by it's unique B<id> string) will cause B<req>
specifying an engine (by its unique B<id> string) will cause B<dsa>
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.
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ the input file (if any) is ignored.

=item B<-engine id>

specifying an engine (by it's unique B<id> string) will cause B<req>
specifying an engine (by its unique B<id> string) will cause B<dsaparam>
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.
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ is currently not implemented in OpenSSL.

=item B<-engine id>

specifying an engine (by it's unique B<id> string) will cause B<req>
specifying an engine (by its unique B<id> string) will cause B<ec>
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.
Loading