From e02b13ad5707c1c544b7e788d3f0ce87d61b7220 Mon Sep 17 00:00:00 2001 From: Alex Boboc Date: Sun, 16 Feb 2020 11:56:11 -0800 Subject: DOC:Fix typos in openssl-enc.pod.in + openssl.pod CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Nicola Tuveri Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11104) --- doc/man1/openssl-enc.pod.in | 2 +- doc/man1/openssl.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man1') 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 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|B, B<-xkeyform> B|B -The input format for the extra certifcate and key, respectively. +The input format for the extra certificate and key, respectively. See L 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. The first four are the most commonly used. -- cgit v1.2.3