summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorAlex Boboc <me@alexboboc.com>2020-02-16 11:56:11 -0800
committerRichard Levitte <levitte@openssl.org>2020-02-18 13:40:10 +0100
commite02b13ad5707c1c544b7e788d3f0ce87d61b7220 (patch)
tree5a970f0968958dd5f0cf1f23b325c38c7f5c4a71 /doc/man1
parent7354f78140fef4a58858a3f0d8c83fc8489481e3 (diff)
DOC:Fix typos in openssl-enc.pod.in + openssl.pod
CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11104)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-enc.pod.in2
-rw-r--r--doc/man1/openssl.pod4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in
index 515a452f70..6b8ab2a265 100644
--- a/doc/man1/openssl-enc.pod.in
+++ b/doc/man1/openssl-enc.pod.in
@@ -261,7 +261,7 @@ This command does not support authenticated encryption modes
like CCM and GCM, and will not support such modes in the future.
This is due to having to begin streaming output (e.g., to standard output
when B<-out> is not used) before the authentication tag could be validated.
-When this command is used in a pipeline, the receiveing end will not be
+When this command is used in a pipeline, the receiving end will not be
able to roll back upon authentication failure. The AEAD modes currently in
common use also suffer from catastrophic failure of confidentiality and/or
integrity upon reuse of key/iv/nonce, and since B<openssl enc> places the
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index a1e97cd9ce..bd3daa1a14 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -795,7 +795,7 @@ B<-xcert>, and B<-xchain> options.
=item B<-xcertform> B<DER>|B<PEM>, B<-xkeyform> B<DER>|B<PEM>
-The input format for the extra certifcate and key, respectively.
+The input format for the extra certificate and key, respectively.
See L<openssl(1)/Format Options> for details.
=back
@@ -1047,7 +1047,7 @@ OpenSSL provides fine-grain control over how the subject and issuer DN's are
displayed.
This is specified by using the B<-nameopt> option, which takes a
comma-separated list of options from the following set.
-An option may be preceeded by a minus sign, C<->, to turn it off.
+An option may be preceded by a minus sign, C<->, to turn it off.
The default value is C<oneline>.
The first four are the most commonly used.