Fixed a bunch of typos in the docs
authorAlex Gaynor <alex.gaynor@gmail.com>
Sat, 19 Mar 2016 16:28:58 +0000 (12:28 -0400)
committerRich Salz <rsalz@openssl.org>
Sun, 20 Mar 2016 00:23:22 +0000 (20:23 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
23 files changed:
doc/HOWTO/proxy_certificates.txt
doc/apps/ca.pod
doc/apps/cms.pod
doc/apps/config.pod
doc/apps/dgst.pod
doc/apps/dhparam.pod
doc/apps/dsaparam.pod
doc/apps/ec.pod
doc/apps/ecparam.pod
doc/apps/gendsa.pod
doc/apps/genrsa.pod
doc/apps/pkcs12.pod
doc/apps/rand.pod
doc/apps/req.pod
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/apps/smime.pod
doc/apps/verify.pod
doc/apps/x509.pod
doc/crypto/ASN1_INTEGER_get_int64.pod
doc/crypto/ASN1_OBJECT_new.pod
doc/crypto/ASYNC_start_job.pod
doc/crypto/BIO_ADDRINFO.pod

index d78be2f142bfb4b071a0fcdb23af45df910444b4..a22784dd8de47ba7cb5b7dede112288279eedfcd 100644 (file)
@@ -258,7 +258,7 @@ Here is some skeleton code you can fill in:
           }
         else if (!(xs->ex_flags & EXFLAG_CA))
           {
           }
         else if (!(xs->ex_flags & EXFLAG_CA))
           {
-            /* We have a EE certificate, let's use it to set default!
+            /* We have an EE certificate, let's use it to set default!
             */
             YOUR_RIGHTS *rights =
               (YOUR_RIGHTS *)X509_STORE_CTX_get_ex_data(ctx,
             */
             YOUR_RIGHTS *rights =
               (YOUR_RIGHTS *)X509_STORE_CTX_get_ex_data(ctx,
index c2acd72038586345c0ec746d6e831d76b43293db..4385f7f1519f046a5d0b7b952635de622eaf2522 100644 (file)
@@ -101,7 +101,7 @@ section for information on the required input and output format.
 =item B<-infiles>
 
 if present this should be the last option, all subsequent arguments
 =item B<-infiles>
 
 if present this should be the last option, all subsequent arguments
-are assumed to the the names of files containing certificate requests. 
+are assumed to the names of files containing certificate requests. 
 
 =item B<-out filename>
 
 
 =item B<-out filename>
 
index 7a3505cb216fadb46054a7eb30c811351ab8c6d9..36e6b3ca3ac1ab4cec8f002d62fd3f2e8e9ccff1 100644 (file)
@@ -454,7 +454,7 @@ see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 474b4787af7e24527d9fb233150d762f67f882b7..665a1bbbb010f9f5abc4517bf2d047465439392b 100644 (file)
@@ -292,7 +292,7 @@ This next example shows how to expand environment variables safely.
 
 Suppose you want a variable called B<tmpfile> to refer to a
 temporary filename. The directory it is placed in can determined by
 
 Suppose you want a variable called B<tmpfile> to refer to a
 temporary filename. The directory it is placed in can determined by
-the the B<TEMP> or B<TMP> environment variables but they may not be
+the B<TEMP> or B<TMP> environment variables but they may not be
 set to any value at all. If you just include the environment variable
 names and the variable doesn't exist then this will cause an error when
 an attempt is made to load the configuration file. By making use of the
 set to any value at all. If you just include the environment variable
 names and the variable doesn't exist then this will cause an error when
 an attempt is made to load the configuration file. By making use of the
@@ -344,7 +344,7 @@ More complex OpenSSL library configuration. Add OID and don't enter FIPS mode:
  # New OID shortname and long name
  newoid2 = New OID 2 long name, 1.2.3.4.2
 
  # New OID shortname and long name
  newoid2 = New OID 2 long name, 1.2.3.4.2
 
-The above examples can be used with with any application supporting library
+The above examples can be used with any application supporting library
 configuration if "openssl_conf" is modified to match the appropriate "appname".
 
 For example if the second sample file above is saved to "example.cnf" then
 configuration if "openssl_conf" is modified to match the appropriate "appname".
 
 For example if the second sample file above is saved to "example.cnf" then
index 7b3001e932802cd5574be59a84214ab6c4d2cf73..fc256b2d29862b4450a008f41c6d1b9fee726cbd 100644 (file)
@@ -106,12 +106,12 @@ see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
 
 =item B<-verify filename>
 
 
 =item B<-verify filename>
 
-verify the signature using the the public key in "filename".
+verify the signature using the public key in "filename".
 The output is either "Verification OK" or "Verification Failure".
 
 =item B<-prverify filename>
 
 The output is either "Verification OK" or "Verification Failure".
 
 =item B<-prverify filename>
 
-verify the signature using the  the private key in "filename".
+verify the signature using the private key in "filename".
 
 =item B<-signature filename>
 
 
 =item B<-signature filename>
 
@@ -154,7 +154,7 @@ for example exactly 32 chars for gost-mac.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others. 
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others. 
 
index 5cf4d4f73f2c56d1a82af1d6f61f11ca7f20f591..3557deed814d21c1364688f8f868debb6f8f5c4d 100644 (file)
@@ -85,7 +85,7 @@ default generator 2.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 1db71415e275f1f0c542b0145f5546330e925b86..f8eff94a063e0154f11e32bd8be2d77e87164e9a 100644 (file)
@@ -78,7 +78,7 @@ parameters.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 9cf579d1a2bbbb62f6d18685892d522cbea90aa1..befb93c6ec0937a35e98c37063603a2391c60068 100644 (file)
@@ -33,7 +33,7 @@ B<openssl> B<ec>
 The B<ec> command processes EC keys. They can be converted between various
 forms and their components printed out. B<Note> OpenSSL uses the 
 private key format specified in 'SEC 1: Elliptic Curve Cryptography'
 The B<ec> command processes EC keys. They can be converted between various
 forms and their components printed out. B<Note> OpenSSL uses the 
 private key format specified in 'SEC 1: Elliptic Curve Cryptography'
-(http://www.secg.org/). To convert a OpenSSL EC private key into the
+(http://www.secg.org/). To convert an OpenSSL EC private key into the
 PKCS#8 private key format use the B<pkcs8> command.
 
 =head1 COMMAND OPTIONS
 PKCS#8 private key format use the B<pkcs8> command.
 
 =head1 COMMAND OPTIONS
@@ -129,7 +129,7 @@ the preprocessor macro B<OPENSSL_EC_BIN_PT_COMP> at compile time.
 
 This specifies how the elliptic curve parameters are encoded.
 Possible value are: B<named_curve>, i.e. the ec parameters are
 
 This specifies how the elliptic curve parameters are encoded.
 Possible value are: B<named_curve>, i.e. the ec parameters are
-specified by a OID, or B<explicit> where the ec parameters are
+specified by an OID, or B<explicit> where the ec parameters are
 explicitly given (see RFC 3279 for the definition of the 
 EC parameters structures). The default value is B<named_curve>.
 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
 explicitly given (see RFC 3279 for the definition of the 
 EC parameters structures). The default value is B<named_curve>.
 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
index 767bb9ca1f8b523f3431d42b6bda67ec0346e147..c5500b21fdfd8c80f0c0ff32d4c5dc31582ce966 100644 (file)
@@ -101,7 +101,7 @@ the preprocessor macro B<OPENSSL_EC_BIN_PT_COMP> at compile time.
 
 This specifies how the elliptic curve parameters are encoded.
 Possible value are: B<named_curve>, i.e. the ec parameters are
 
 This specifies how the elliptic curve parameters are encoded.
 Possible value are: B<named_curve>, i.e. the ec parameters are
-specified by a OID, or B<explicit> where the ec parameters are
+specified by an OID, or B<explicit> where the ec parameters are
 explicitly given (see RFC 3279 for the definition of the 
 EC parameters structures). The default value is B<named_curve>.
 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
 explicitly given (see RFC 3279 for the definition of the 
 EC parameters structures). The default value is B<named_curve>.
 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
@@ -114,13 +114,13 @@ is included in the ECParameters structure (see RFC 3279).
 
 =item B<-genkey>
 
 
 =item B<-genkey>
 
-This option will generate a EC private key using the specified parameters.
+This option will generate an EC private key using the specified parameters.
 
 =item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 =item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 3c9687b6f7eaeabc9c9d98b64a5d4678076c2355..f4fef8d5a05a0093b04efc5c230780bfda45658d 100644 (file)
@@ -50,7 +50,7 @@ If none of these options is specified no encryption is used.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 0eb86004676821fd9f671ee28ea14c6f965f7b8c..37ced0dee62e58ca507ba9d54715f4abd395e468 100644 (file)
@@ -62,7 +62,7 @@ the public exponent to use, either 65537 or 3. The default is 65537.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index d789714995675c8b604780990e1a971e78b86883..d38484bf86f91db8e19838b9b8202737f8b80843 100644 (file)
@@ -274,7 +274,7 @@ don't attempt to provide the MAC integrity.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index b5752a2243a31114dc62805e9571e3ccd2cf7b32..444dcbb22f89dae4f907d9282b09097ce6aabad0 100644 (file)
@@ -39,7 +39,7 @@ Write to I<file> instead of standard output.
 
 Use specified file or files or EGD socket (see L<RAND_egd(3)>)
 for seeding the random number generator.
 
 Use specified file or files or EGD socket (see L<RAND_egd(3)>)
 for seeding the random number generator.
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 12a0687a8ad3bf69d21716e90df8e3e8fdf27cff..8353e9ad49a491f49437bb045e3b50c0a47f626a 100644 (file)
@@ -134,7 +134,7 @@ key using information specified in the configuration file.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 7e03a2432382fba08b46fe867960208dc2f345d5..1873293ea836f552c8d508a55595e7c40899ce82 100644 (file)
@@ -436,7 +436,7 @@ for all available algorithms.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index d63a20670c78a8240880fb4e3a0ef10a723e4e71..25e544468a6444030f15d0b6f540e80d03caf45c 100644 (file)
@@ -435,7 +435,7 @@ IDs (eg. with a certain prefix).
 
 A file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 A file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 82f3ecc698ad74e9885fc7c02bc4c7eb5a1862d4..418d8faa2d5e47ffcd3e7c533cb8b0e4ce562807 100644 (file)
@@ -286,7 +286,7 @@ see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
 
 a file or files containing random data used to seed the random number
 generator, or an EGD socket (see L<RAND_egd(3)>).
-Multiple files can be specified separated by a OS-dependent character.
+Multiple files can be specified separated by an OS-dependent character.
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
 all others.
 
index 851bb7795c722b18f686025527860e0452519c10..ecde35fe8a813eb34d804e150128bd6cce51555e 100644 (file)
@@ -200,7 +200,7 @@ effect.
 =item B<-untrusted file>
 
 A B<file> of additional untrusted certificates (intermediate issuer CAs) used
 =item B<-untrusted file>
 
 A B<file> of additional untrusted certificates (intermediate issuer CAs) used
-to constuct a certificate chain from the subject certificate to a trust-anchor.
+to construct a certificate chain from the subject certificate to a trust-anchor.
 The B<file> should contain one or more certificates in PEM format.
 This option can be specified more than once to include untrusted certiificates
 from multiple B<files>.
 The B<file> should contain one or more certificates in PEM format.
 This option can be specified more than once to include untrusted certiificates
 from multiple B<files>.
index 7efa4c13ecb65ea28a079e985ec442d52ce4870c..2dc225bc090f7120a625feeae4b21354e6212ad5 100644 (file)
@@ -151,7 +151,7 @@ this option prevents output of the encoded version of the request.
 
 =item B<-pubkey>
 
 
 =item B<-pubkey>
 
-outputs the the certificate's SubjectPublicKeyInfo block in PEM format.
+outputs the certificate's SubjectPublicKeyInfo block in PEM format.
 
 =item B<-modulus>
 
 
 =item B<-modulus>
 
index 3259530d7590c3ea584c36e764e553e714b1d5e3..fb1076658e7a833e34b5c156c5132345af709abd 100644 (file)
@@ -106,7 +106,7 @@ B<ASN1_ENUMERATED> structure respectively or NULL if an error occurs. They will
 only fail due to a memory allocation error.
 
 ASN1_INTEGER_to_BN() and ASN1_ENUMERATED_to_BN() return a B<BIGNUM> structure
 only fail due to a memory allocation error.
 
 ASN1_INTEGER_to_BN() and ASN1_ENUMERATED_to_BN() return a B<BIGNUM> structure
-of NULL if an error occurs. They can fail if the pased type is incorrect
+of NULL if an error occurs. They can fail if the passed type is incorrect
 (due to programming error) or due to a memory allocation failure.
 
 =head1 SEE ALSO
 (due to programming error) or due to a memory allocation failure.
 
 =head1 SEE ALSO
index 486ccc91bb2c8c0dfc295d89e8df233a0a45dd21..cc9cf43cad32f7014fe3426a7d1ebcde1011768a 100644 (file)
@@ -16,7 +16,7 @@ ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
 The ASN1_OBJECT allocation routines, allocate and free an
 ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER.
 
 The ASN1_OBJECT allocation routines, allocate and free an
 ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER.
 
-ASN1_OBJECT_new() allocates and initializes a ASN1_OBJECT structure.
+ASN1_OBJECT_new() allocates and initializes an ASN1_OBJECT structure.
 
 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
 If B<a> is NULL, nothing is done.
 
 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
 If B<a> is NULL, nothing is done.
index c64af3d34078a782f1d3902125c61b68a9aea788..0e6507b195e715704ac7bbfbdca171f32e425fdd 100644 (file)
@@ -135,7 +135,7 @@ application acquires a lock. It then calls some cryptographic function which
 invokes ASYNC_pause_job(). This returns control back to the code that created
 the ASYNC_JOB. If that code then attempts to acquire the same lock before
 resuming the original job then a deadlock can occur. By calling
 invokes ASYNC_pause_job(). This returns control back to the code that created
 the ASYNC_JOB. If that code then attempts to acquire the same lock before
 resuming the original job then a deadlock can occur. By calling
-ASYNC_block_pause() immediately after aquiring the lock and
+ASYNC_block_pause() immediately after acquiring the lock and
 ASYNC_unblock_pause() immediately before releasing it then this situation cannot
 occur.
 
 ASYNC_unblock_pause() immediately before releasing it then this situation cannot
 occur.
 
index 85652add9b1e36227f6002cdd54313fb072cf6ff..42a26e19fd6d58a5b290150d1ee725f47b5c21be 100644 (file)
@@ -71,7 +71,7 @@ with the given one.
 
 =head1 RETURN VALUES
 
 
 =head1 RETURN VALUES
 
-BIO_lookup() returns 1 on success and 0 when an error occured, and
+BIO_lookup() returns 1 on success and 0 when an error occurred, and
 will leave an error indicaton on the OpenSSL error stack in that case.
 
 All other functions described here return 0 or B<NULL> when the
 will leave an error indicaton on the OpenSSL error stack in that case.
 
 All other functions described here return 0 or B<NULL> when the