summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-11-03 19:56:56 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2017-11-03 19:56:56 +0100
commit38c23e647fd7d0e929ff97e6b9c9a23899ce52fd (patch)
tree13a96db7ac6f10096c50fc1f972942883dde64e8 /doc
parentbf37a9f58cd9b60c0397cb0a4c56d20b157a889c (diff)
Spelling doc #3580
Duplicated tests descriptions Backport of #3580 to 1.1.0 plus a few other typo fixes found at fligth. Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/4645)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/cms.pod2
-rw-r--r--doc/apps/openssl.pod2
-rw-r--r--doc/apps/x509v3_config.pod2
-rw-r--r--doc/crypto/BIO_set_callback.pod6
-rw-r--r--doc/crypto/PKCS7_sign.pod2
-rw-r--r--doc/crypto/PKCS7_sign_add_signer.pod2
-rw-r--r--doc/crypto/X509_get0_notBefore.pod2
-rw-r--r--doc/crypto/d2i_X509.pod2
-rw-r--r--doc/openssl-c-indent.el2
-rw-r--r--doc/ssl/SSL_CONF_cmd.pod2
-rw-r--r--doc/ssl/SSL_CTX_config.pod2
11 files changed, 13 insertions, 13 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index 15e5e41976..96acd315d4 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -186,7 +186,7 @@ output an error.
=item B<-EncryptedData_encrypt>
Encrypt content using supplied symmetric key and algorithm using a CMS
-B<EncrytedData> type and output the content.
+B<EncryptedData> type and output the content.
=item B<-sign_receipt>
diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod
index 9196547b8c..6e822a6116 100644
--- a/doc/apps/openssl.pod
+++ b/doc/apps/openssl.pod
@@ -204,7 +204,7 @@ Generate pseudo-random bytes.
=item L<B<rehash>|rehash(1)>
-Create symbolic links to certficate and CRL files named by the hash values.
+Create symbolic links to certificate and CRL files named by the hash values.
=item L<B<req>|req(1)>
diff --git a/doc/apps/x509v3_config.pod b/doc/apps/x509v3_config.pod
index 17d9f1c3f0..c0742c84da 100644
--- a/doc/apps/x509v3_config.pod
+++ b/doc/apps/x509v3_config.pod
@@ -352,7 +352,7 @@ Example:
noticeNumbers=1,2,3,4
The B<ia5org> option changes the type of the I<organization> field. In RFC2459
-it can only be of type DisplayText. In RFC3280 IA5Strring is also permissible.
+it can only be of type DisplayText. In RFC3280 IA5String is also permissible.
Some software (for example some versions of MSIE) may require ia5org.
=head2 Policy Constraints
diff --git a/doc/crypto/BIO_set_callback.pod b/doc/crypto/BIO_set_callback.pod
index 3d15859406..27aa4f45db 100644
--- a/doc/crypto/BIO_set_callback.pod
+++ b/doc/crypto/BIO_set_callback.pod
@@ -20,8 +20,8 @@ BIO_callback_fn_ex, BIO_callback_fn
void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
- void BIO_set_callback(BIO *b, BIO_callack_fn cb);
- BIO_callack_fn BIO_get_callback(BIO *b);
+ void BIO_set_callback(BIO *b, BIO_callback_fn cb);
+ BIO_callback_fn BIO_get_callback(BIO *b);
void BIO_set_callback_arg(BIO *b, char *arg);
char *BIO_get_callback_arg(const BIO *b);
@@ -37,7 +37,7 @@ operation.
BIO_set_callback() and BIO_get_callback() set and retrieve the old format BIO
callback. New code should not use these functions, but they are retained for
-backwards compatbility. Any callback set via BIO_set_callback_ex() will get
+backwards compatibility. Any callback set via BIO_set_callback_ex() will get
called in preference to any set by BIO_set_callback().
BIO_set_callback_arg() and BIO_get_callback_arg() are macros which can be
diff --git a/doc/crypto/PKCS7_sign.pod b/doc/crypto/PKCS7_sign.pod
index b5a52da9a2..f319f664b9 100644
--- a/doc/crypto/PKCS7_sign.pod
+++ b/doc/crypto/PKCS7_sign.pod
@@ -46,7 +46,7 @@ required by the S/MIME specifications) if B<PKCS7_BINARY> is set no translation
occurs. This option should be used if the supplied data is in binary format
otherwise the translation will corrupt it.
-The signedData structure includes several PKCS#7 autenticatedAttributes
+The signedData structure includes several PKCS#7 authenticatedAttributes
including the signing time, the PKCS#7 content type and the supported list of
ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no
authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just
diff --git a/doc/crypto/PKCS7_sign_add_signer.pod b/doc/crypto/PKCS7_sign_add_signer.pod
index c2a06e7a77..88fef771b0 100644
--- a/doc/crypto/PKCS7_sign_add_signer.pod
+++ b/doc/crypto/PKCS7_sign_add_signer.pod
@@ -55,7 +55,7 @@ B<signcert> parameter though. This can reduce the size of the signature if the
signers certificate can be obtained by other means: for example a previously
signed message.
-The signedData structure includes several PKCS#7 autenticatedAttributes
+The signedData structure includes several PKCS#7 authenticatedAttributes
including the signing time, the PKCS#7 content type and the supported list of
ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no
authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just
diff --git a/doc/crypto/X509_get0_notBefore.pod b/doc/crypto/X509_get0_notBefore.pod
index 82502f6588..0427d4122a 100644
--- a/doc/crypto/X509_get0_notBefore.pod
+++ b/doc/crypto/X509_get0_notBefore.pod
@@ -36,7 +36,7 @@ the call.
X509_getm_notBefore() and X509_getm_notAfter() are similar to
X509_get0_notBefore() and X509_get0_notAfter() except they return
non-constant mutable references to the associated date field of
-the certficate.
+the certificate.
X509_set1_notBefore() and X509_set1_notAfter() set the B<notBefore>
and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed
diff --git a/doc/crypto/d2i_X509.pod b/doc/crypto/d2i_X509.pod
index d75c7f3924..93bcc8ee69 100644
--- a/doc/crypto/d2i_X509.pod
+++ b/doc/crypto/d2i_X509.pod
@@ -466,7 +466,7 @@ Represents a PKCS#1 RSA public key structure.
=item B<X509_ALGOR>
-Represents an B<AlogrithmIdentifier> structure as used in IETF RFC 6960 and
+Represents an B<AlgorithmIdentifier> structure as used in IETF RFC 6960 and
elsewhere.
=item B<X509_Name>
diff --git a/doc/openssl-c-indent.el b/doc/openssl-c-indent.el
index c28814a67d..cca118303e 100644
--- a/doc/openssl-c-indent.el
+++ b/doc/openssl-c-indent.el
@@ -2,7 +2,7 @@
;;;
;;; This definition is for the "CC mode" package, which is the default
;;; mode for editing C source files in Emacs 20, not for the older
-;;; c-mode.el (which was the default in less recent releaes of Emacs 19).
+;;; c-mode.el (which was the default in less recent release of Emacs 19).
;;;
;;; Recommended use is to add this line in your .emacs:
;;;
diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod
index d8c0e9b95d..27a99334e9 100644
--- a/doc/ssl/SSL_CONF_cmd.pod
+++ b/doc/ssl/SSL_CONF_cmd.pod
@@ -424,7 +424,7 @@ SSLv3 is B<always> disabled and attempt to override this by the user are
ignored.
By checking the return code of SSL_CTX_cmd() it is possible to query if a
-given B<cmd> is recognised, this is useful is SSL_CTX_cmd() values are
+given B<cmd> is recognised, this is useful if SSL_CTX_cmd() values are
mixed with additional application specific operations.
For example an application might call SSL_CTX_cmd() and if it returns
diff --git a/doc/ssl/SSL_CTX_config.pod b/doc/ssl/SSL_CTX_config.pod
index 802c4c359e..ec744ad033 100644
--- a/doc/ssl/SSL_CTX_config.pod
+++ b/doc/ssl/SSL_CTX_config.pod
@@ -40,7 +40,7 @@ If the file "config.cnf" contains the following:
testapp = test_sect
[test_sect]
- # list of confuration modules
+ # list of configuration modules
ssl_conf = ssl_sect