From 4c583c36596cd86feebd983b0313733fe9870500 Mon Sep 17 00:00:00 2001 From: Alok Menghrajani Date: Mon, 13 Apr 2015 09:29:52 -0700 Subject: [PATCH] Fixes some typos in doc/apps/ Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- doc/apps/c_rehash.pod | 2 +- doc/apps/ca.pod | 2 +- doc/apps/ciphers.pod | 6 +++--- doc/apps/cms.pod | 4 ++-- doc/apps/dgst.pod | 2 +- doc/apps/enc.pod | 4 ++-- doc/apps/genpkey.pod | 6 +++--- doc/apps/openssl.pod | 22 +++++++++++----------- doc/apps/req.pod | 4 ++-- doc/apps/s_client.pod | 2 +- doc/apps/ts.pod | 36 ++++++++++++++++++------------------ doc/apps/x509v3_config.pod | 10 +++++----- 12 files changed, 50 insertions(+), 50 deletions(-) diff --git a/doc/apps/c_rehash.pod b/doc/apps/c_rehash.pod index ccce29e47b..c3d98b678e 100644 --- a/doc/apps/c_rehash.pod +++ b/doc/apps/c_rehash.pod @@ -28,7 +28,7 @@ directories to be set up like this in order to find certificates. If any directories are named on the command line, then those are processed in turn. If not, then the B environment variable -is consulted; this shold be a colon-separated list of directories, +is consulted; this should be a colon-separated list of directories, like the Unix B variable. If that is not set then the default directory (installation-specific but often B) is processed. diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index 997fa2052d..1d180706cc 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -245,7 +245,7 @@ configuration file, must be valid UTF8 strings. =item B<-multivalue-rdn> -This option causes the -subj argument to be interpretedt with full +This option causes the -subj argument to be interpreted with full support for multivalued RDNs. Example: I diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index 6d39c54c94..84d8260fd7 100644 --- a/doc/apps/ciphers.pod +++ b/doc/apps/ciphers.pod @@ -303,7 +303,7 @@ ciphersuites using SHA256 or SHA384. =item B -cipher suites using GOST R 34.10 (either 2001 or 94) for authenticaction +cipher suites using GOST R 34.10 (either 2001 or 94) for authentication (needs an engine supporting GOST algorithms). =item B @@ -585,7 +585,7 @@ Note: these ciphers can also be used in SSL v3. TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 ECDH-RSA-CAMELLIA128-SHA256 TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 ECDH-RSA-CAMELLIA256-SHA384 -=head2 Pre shared keying (PSK) cipheruites +=head2 Pre shared keying (PSK) ciphersuites TLS_PSK_WITH_RC4_128_SHA PSK-RC4-SHA TLS_PSK_WITH_3DES_EDE_CBC_SHA PSK-3DES-EDE-CBC-SHA @@ -621,7 +621,7 @@ Include all RC4 ciphers but leave out those without authentication: openssl ciphers -v 'RC4:!COMPLEMENTOFDEFAULT' -Include all chiphers with RSA authentication but leave out ciphers without +Include all ciphers with RSA authentication but leave out ciphers without encryption. openssl ciphers -v 'RSA:!COMPLEMENTOFALL' diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod index af1240a210..9001371a63 100644 --- a/doc/apps/cms.pod +++ b/doc/apps/cms.pod @@ -376,7 +376,7 @@ identifier extension. Supported by B<-sign> and B<-encrypt> options. =item B<-receipt_request_all -receipt_request_first> for B<-sign> option include a signed receipt request. Indicate requests should -be provided by all receipient or first tier recipients (those mailed directly +be provided by all recipient or first tier recipients (those mailed directly and not from a mailing list). Ignored it B<-receipt_request_from> is included. =item B<-receipt_request_from emailaddress> @@ -398,7 +398,7 @@ requests. specify symmetric key to use. The key must be supplied in hex format and be consistent with the algorithm used. Supported by the B<-EncryptedData_encrypt> -B<-EncrryptedData_decrypt>, B<-encrypt> and B<-decrypt> options. When used +B<-EncryptedData_decrypt>, B<-encrypt> and B<-decrypt> options. When used with B<-encrypt> or B<-decrypt> the supplied key is used to wrap or unwrap the content encryption key using an AES key in the B type. diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod index 8f974ed656..236e1b783a 100644 --- a/doc/apps/dgst.pod +++ b/doc/apps/dgst.pod @@ -137,7 +137,7 @@ Following options are supported by both by B and B: =item B -Specifies MAC key as alphnumeric string (use if key contain printable +Specifies MAC key as alphanumeric string (use if key contain printable characters only). String length must conform to any restrictions of the MAC algorithm for example exactly 32 chars for gost-mac. diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod index 41791ad671..8f4ef999b4 100644 --- a/doc/apps/enc.pod +++ b/doc/apps/enc.pod @@ -170,7 +170,7 @@ configuration file is read and any ENGINEs loaded. Engines which provide entirely new encryption algorithms (such as ccgost engine which provides gost89 algorithm) should be configured in the configuration file. Engines, specified in the command line using -engine -options can only be used for hadrware-assisted implementations of +options can only be used for hardware-assisted implementations of ciphers, which are supported by OpenSSL core or other engine, specified in the configuration file. @@ -212,7 +212,7 @@ Note that some of these ciphers can be disabled at compile time and some are available only if an appropriate engine is configured in the configuration file. The output of the B command run with unsupported options (for example B) includes a -list of ciphers, supported by your versesion of OpenSSL, including +list of ciphers, supported by your version of OpenSSL, including ones provided by configured engines. The B program does not support authenticated encryption modes diff --git a/doc/apps/genpkey.pod b/doc/apps/genpkey.pod index 74faba5a85..0bce0b520f 100644 --- a/doc/apps/genpkey.pod +++ b/doc/apps/genpkey.pod @@ -87,7 +87,7 @@ parameters along with the PEM or DER structure. =head1 KEY GENERATION OPTIONS -The options supported by each algorith and indeed each implementation of an +The options supported by each algorithm and indeed each implementation of an algorithm can vary. The options for the OpenSSL implementations are detailed below. @@ -154,7 +154,7 @@ such as "P-256". =item B -the encoding to use for parameters. The "encoding" paramater must be either +the encoding to use for parameters. The "encoding" parameter must be either "named_curve" or "explicit". =back @@ -163,7 +163,7 @@ the encoding to use for parameters. The "encoding" paramater must be either Gost 2001 support is not enabled by default. To enable this algorithm, one should load the ccgost engine in the OpenSSL configuration file. -See README.gost file in the engines/ccgost directiry of the source +See README.gost file in the engines/ccgost directory of the source distribution for more details. Use of a parameter file for the GOST R 34.10 algorithm is optional. diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod index b2e2719f86..3e651b89d6 100644 --- a/doc/apps/openssl.pod +++ b/doc/apps/openssl.pod @@ -23,12 +23,12 @@ v2/v3) and Transport Layer Security (TLS v1) network protocols and related cryptography standards required by them. The B program is a command line tool for using the various -cryptography functions of OpenSSL's B library from the shell. -It can be used for +cryptography functions of OpenSSL's B library from the shell. +It can be used for o Creation and management of private keys, public keys and parameters o Public key cryptographic operations - o Creation of X.509 certificates, CSRs and CRLs + o Creation of X.509 certificates, CSRs and CRLs o Calculation of Message Digests o Encryption and Decryption with Ciphers o SSL/TLS Client and Server Tests @@ -75,7 +75,7 @@ Parse an ASN.1 sequence. =item L|ca(1)> -Certificate Authority (CA) Management. +Certificate Authority (CA) Management. =item L|ciphers(1)> @@ -104,7 +104,7 @@ Obsoleted by L|dhparam(1)>. =item L|dhparam(1)> -Generation and Management of Diffie-Hellman Parameters. Superseded by +Generation and Management of Diffie-Hellman Parameters. Superseded by L|genpkey(1)> and L|pkeyparam(1)> @@ -114,7 +114,7 @@ DSA Data Management. =item L|dsaparam(1)> -DSA Parameter Generation and Management. Superseded by +DSA Parameter Generation and Management. Superseded by L|genpkey(1)> and L|pkeyparam(1)> =item L|ec(1)> @@ -131,7 +131,7 @@ Encoding with Ciphers. =item L|engine(1)> -Engine (loadble module) information and manipulation. +Engine (loadable module) information and manipulation. =item L|errstr(1)> @@ -144,7 +144,7 @@ Obsoleted by L|dhparam(1)>. =item L|gendsa(1)> -Generation of DSA Private Key from Parameters. Superseded by +Generation of DSA Private Key from Parameters. Superseded by L|genpkey(1)> and L|pkey(1)> =item L|genpkey(1)> @@ -279,11 +279,11 @@ MDC2 Digest RMD-160 Digest -=item B +=item B SHA Digest -=item B +=item B SHA-1 Digest @@ -408,7 +408,7 @@ L, L, L, L, L, L, L, L, L, -L, L, L +L, L, L =head1 HISTORY diff --git a/doc/apps/req.pod b/doc/apps/req.pod index eb840be87f..9e8e1abf64 100644 --- a/doc/apps/req.pod +++ b/doc/apps/req.pod @@ -153,7 +153,7 @@ the default key size, specified in the configuration file is used. All other algorithms support the B<-newkey alg:file> form, where file may be an algorithm parameter file, created by the B command -or and X.509 certificate for a key with approriate algorithm. +or and X.509 certificate for a key with appropriate algorithm. B generates a key using the parameter file or certificate B, the algorithm is determined by the parameters. B use algorithm @@ -278,7 +278,7 @@ set multiple options. See the L manual page for details. customise the output format used with B<-text>. The B