From: Dr. Stephen Henson Date: Fri, 10 Apr 2009 11:25:54 +0000 (+0000) Subject: PR: 1887 (part, modified) X-Git-Tag: OpenSSL_1_0_0-beta2~26 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a31a1952463363235ed218b180e7924f9b6252a6;hp=5f590d2218e57fe7c078c7d2d33293f993c97eb7 PR: 1887 (part, modified) Submitted by: "Victor B. Wagner" Approved by: steve@openssl.org Use correct command names in -engine description and fix typo. --- diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index 2ffffaaab0..9ff0cc3612 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -217,7 +217,7 @@ used). =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/dhparam.pod b/doc/apps/dhparam.pod index c31db95a47..9edb4ff4e1 100644 --- a/doc/apps/dhparam.pod +++ b/doc/apps/dhparam.pod @@ -99,7 +99,7 @@ be loaded by calling the BIB<()> function. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/dsa.pod b/doc/apps/dsa.pod index ed06b8806d..ddbc9327fa 100644 --- a/doc/apps/dsa.pod +++ b/doc/apps/dsa.pod @@ -109,7 +109,7 @@ a public key. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/dsaparam.pod b/doc/apps/dsaparam.pod index b9b1b93b42..ba5ec4d72c 100644 --- a/doc/apps/dsaparam.pod +++ b/doc/apps/dsaparam.pod @@ -85,7 +85,7 @@ the input file (if any) is ignored. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/ec.pod b/doc/apps/ec.pod index 1d4a36dbf4..ba6dc4689b 100644 --- a/doc/apps/ec.pod +++ b/doc/apps/ec.pod @@ -130,7 +130,7 @@ is currently not implemented in OpenSSL. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/ecparam.pod b/doc/apps/ecparam.pod index 1a12105da7..788c074d7b 100644 --- a/doc/apps/ecparam.pod +++ b/doc/apps/ecparam.pod @@ -121,7 +121,7 @@ all others. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/gendsa.pod b/doc/apps/gendsa.pod index 2c56cc7888..8c7f114ca0 100644 --- a/doc/apps/gendsa.pod +++ b/doc/apps/gendsa.pod @@ -40,7 +40,7 @@ all others. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/genpkey.pod b/doc/apps/genpkey.pod index 69c7a051fe..0535f676be 100644 --- a/doc/apps/genpkey.pod +++ b/doc/apps/genpkey.pod @@ -47,7 +47,7 @@ name accepted by EVP_get_cipherbyname() is acceptable such as B. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. If used this option should precede all other diff --git a/doc/apps/genrsa.pod b/doc/apps/genrsa.pod index 25af4d1475..7dcac2a779 100644 --- a/doc/apps/genrsa.pod +++ b/doc/apps/genrsa.pod @@ -57,7 +57,7 @@ all others. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/pkcs7.pod b/doc/apps/pkcs7.pod index a0a636328b..acfb8100f0 100644 --- a/doc/apps/pkcs7.pod +++ b/doc/apps/pkcs7.pod @@ -62,7 +62,7 @@ is B<-print_certs> is set). =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/pkcs8.pod b/doc/apps/pkcs8.pod index 68ecd65b10..84abee78f3 100644 --- a/doc/apps/pkcs8.pod +++ b/doc/apps/pkcs8.pod @@ -125,7 +125,7 @@ list of possible algorithms is included below. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/pkey.pod b/doc/apps/pkey.pod index 6bd1fc1ba4..4851223f3f 100644 --- a/doc/apps/pkey.pod +++ b/doc/apps/pkey.pod @@ -94,7 +94,7 @@ the input is a public key. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/pkeyparam.pod b/doc/apps/pkeyparam.pod index 453fd027f8..154f6721af 100644 --- a/doc/apps/pkeyparam.pod +++ b/doc/apps/pkeyparam.pod @@ -43,7 +43,7 @@ do not output the encoded version of the parameters. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/req.pod b/doc/apps/req.pod index 2ba16b45d6..e1ac8f27ca 100644 --- a/doc/apps/req.pod +++ b/doc/apps/req.pod @@ -269,7 +269,7 @@ print extra details about the operations being performed. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/rsa.pod b/doc/apps/rsa.pod index 4d7640995e..69b2bef82c 100644 --- a/doc/apps/rsa.pod +++ b/doc/apps/rsa.pod @@ -120,7 +120,7 @@ the input is a public key. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod index f99f5ac456..71da6d7623 100644 --- a/doc/apps/s_client.pod +++ b/doc/apps/s_client.pod @@ -219,7 +219,7 @@ connection from this session. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod index 7f159a39ed..3e503e17e1 100644 --- a/doc/apps/s_server.pod +++ b/doc/apps/s_server.pod @@ -256,7 +256,7 @@ are part of the HTTP response line and headers must end with CRLF). =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/speed.pod b/doc/apps/speed.pod index 0dcdba873e..1cd1998d16 100644 --- a/doc/apps/speed.pod +++ b/doc/apps/speed.pod @@ -44,7 +44,7 @@ This command is used to test the performance of cryptographic algorithms. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/spkac.pod b/doc/apps/spkac.pod index c3f1ff9c64..97fb80e401 100644 --- a/doc/apps/spkac.pod +++ b/doc/apps/spkac.pod @@ -81,7 +81,7 @@ verifies the digital signature on the supplied SPKAC. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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. diff --git a/doc/apps/ts.pod b/doc/apps/ts.pod index aba3b92fd3..7fb6caa96e 100644 --- a/doc/apps/ts.pod +++ b/doc/apps/ts.pod @@ -265,7 +265,7 @@ instead of DER. (Optional) =item B<-engine> id -Specifying an engine (by it's unique B string) will cause B +Specifying an engine (by its unique B string) will cause B 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. Default is builtin. (Optional) diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index 04d732dc60..09aaed421e 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -104,7 +104,7 @@ then this option has no effect: SHA1 is always used with DSA keys. =item B<-engine id> -specifying an engine (by it's unique B string) will cause B +specifying an engine (by its unique B string) will cause B 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.