summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorSemen Zhydenko <semen.zhydenko@gmail.com>2023-01-01 22:50:11 +0100
committerTomas Mraz <tomas@openssl.org>2023-01-04 12:53:05 +0100
commita53d4f83fcfc3e12581da29f55ca5867d1e47ae0 (patch)
treeecec128184bd2fea4f09954c5e7a79def436bdeb /doc/man7
parent43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc (diff)
Fixed typos in documentation and comments
Fixed typo: accomodate -> accommodate Fixed typo: analagous -> analogous Fixed typo: auxilliary -> auxiliary Fixed typo: eigth -> eighth Fixed typo: explotation -> exploitation Fixed typo: originaly -> originally Fixed typo: simplier -> simpler Fixed typo: sucessful -> successful Fixed typo: recievers -> receivers Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19977)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-asym_cipher.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-asym_cipher.pod b/doc/man7/provider-asym_cipher.pod
index cb770c9e85..aa65e66f1a 100644
--- a/doc/man7/provider-asym_cipher.pod
+++ b/doc/man7/provider-asym_cipher.pod
@@ -240,7 +240,7 @@ The negotiated TLS protocol version.
Gets of sets the use of the implicit rejection mechanism for RSA PKCS#1 v1.5
decryption. When set (non zero value), the decryption API will return
a deterministically random value if the PKCS#1 v1.5 padding check fails.
-This makes explotation of the Bleichenbacher significantly harder, even
+This makes exploitation of the Bleichenbacher significantly harder, even
if the code using the RSA decryption API is not implemented in side-channel
free manner. Set by default.