From: sapph2c Date: Tue, 30 Apr 2024 00:26:54 +0000 (-0400) Subject: Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.pod X-Git-Tag: openssl-3.4.0-alpha1~612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4601b6de709a89120c86ad825b70f65b332deed;p=thirdparty%2Fopenssl.git Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.pod CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24304) --- diff --git a/doc/internal/man3/ossl_ht_new.pod b/doc/internal/man3/ossl_ht_new.pod index 2524e6e619f..a7601d1e914 100644 --- a/doc/internal/man3/ossl_ht_new.pod +++ b/doc/internal/man3/ossl_ht_new.pod @@ -151,7 +151,7 @@ ossl_ht_put() on the B to prevent memory leaks. =item * -ossl_ht_get() preforms a lookup of an B in the hashtable, returning +ossl_ht_get() performs a lookup of an B in the hashtable, returning its corresponding value. =item * @@ -199,12 +199,12 @@ given value. =item * -HT_SET_KEY_STRING() Preforms a strncpy() of a source string to the destination +HT_SET_KEY_STRING() Performs a strncpy() of a source string to the destination key field. =item * -HT_SET_KEY_BLOB() Preforms a memcpy() of a source uint8_t buffer to a +HT_SET_KEY_BLOB() Performs a memcpy() of a source uint8_t buffer to a destination key field. =item * diff --git a/doc/man3/EVP_PKEY_decrypt.pod b/doc/man3/EVP_PKEY_decrypt.pod index 1f5d06b5b84..903d933fb2c 100644 --- a/doc/man3/EVP_PKEY_decrypt.pod +++ b/doc/man3/EVP_PKEY_decrypt.pod @@ -68,7 +68,7 @@ of side-channel secure code from applications using OpenSSL. If OpenSSL is configured to use a provider that doesn't implement implicit rejection, the code still needs to handle the returned values using side-channel free code. -Side-channel free handling of the error stack can be peformed using +Side-channel free handling of the error stack can be performed using either a pair of unconditional L and L calls or by using the L call. diff --git a/doc/man3/RSA_public_encrypt.pod b/doc/man3/RSA_public_encrypt.pod index 5e0139b7115..47d198a24c1 100644 --- a/doc/man3/RSA_public_encrypt.pod +++ b/doc/man3/RSA_public_encrypt.pod @@ -102,7 +102,7 @@ a side-channel secure error handling. Applications that want to be secure against side-channel attacks with providers that don't implement implicit rejection, still need to handle the returned values using side-channel free code. -Side-channel free handling of the error stack can be peformed using +Side-channel free handling of the error stack can be performed using either a pair of unconditional L and L calls or by using the L call.