aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorJames Muir <james@openssl.org>2023-12-15 21:21:46 -0500
committerTomas Mraz <tomas@openssl.org>2023-12-29 11:43:20 +0100
commitaa3347ba9d670a747b46974ce46f2ed9ecb38662 (patch)
treeaeba4be0a2266e5145fa2339f9271b02dc7ca806 /doc/man1
parent1635d7a078b21d8fc3078f6115a4d8f7e18ad1ab (diff)
downloadopenssl-aa3347ba9d670a747b46974ce46f2ed9ecb38662.tar.gz
doc: fix "the a" typos (and other things nearby)
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/23068)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-pkeyutl.pod.in6
-rw-r--r--doc/man1/openssl-req.pod.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/openssl-pkeyutl.pod.in b/doc/man1/openssl-pkeyutl.pod.in
index 1dae76cc12..50c2030aa3 100644
--- a/doc/man1/openssl-pkeyutl.pod.in
+++ b/doc/man1/openssl-pkeyutl.pod.in
@@ -237,12 +237,12 @@ This sets the RSA padding mode. Acceptable values for I<mode> are B<pkcs1> for
PKCS#1 padding, B<none> for no padding, B<oaep>
for B<OAEP> mode, B<x931> for X9.31 mode and B<pss> for PSS.
-In PKCS#1 padding if the message digest is not set then the supplied data is
+In PKCS#1 padding, if the message digest is not set, then the supplied data is
signed or verified directly instead of using a B<DigestInfo> structure. If a
-digest is set then the a B<DigestInfo> structure is used and its the length
+digest is set, then the B<DigestInfo> structure is used and its length
must correspond to the digest type.
-Note, for B<pkcs1> padding, as a protection against Bleichenbacher attack,
+Note, for B<pkcs1> padding, as a protection against the Bleichenbacher attack,
the decryption will not fail in case of padding check failures. Use B<none>
and manual inspection of the decrypted message to verify if the decrypted
value has correct PKCS#1 v1.5 padding.
diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in
index b0b6fd25eb..c2232006e5 100644
--- a/doc/man1/openssl-req.pod.in
+++ b/doc/man1/openssl-req.pod.in
@@ -289,7 +289,7 @@ It is implied by the B<-CA> option.
This option implies the B<-new> flag if B<-in> is not given.
If an existing request is specified with the B<-in> option, it is converted
-to the a certificate; otherwise a request is created from scratch.
+to a certificate; otherwise a request is created from scratch.
Unless specified using the B<-set_serial> option,
a large random number will be used for the serial number.