[openssl] master update
tmraz at fedoraproject.org
tmraz at fedoraproject.org
Fri Jan 15 09:02:50 UTC 2021
The branch master has been updated
via 0434f9841d45dee081c64ea3aba794a922787ece (commit)
from 3bc061eb0a990a95d35c462b9206bdf74905cfa2 (commit)
- Log -----------------------------------------------------------------
commit 0434f9841d45dee081c64ea3aba794a922787ece
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date: Wed Jan 13 15:30:20 2021 +0100
Correct typo in rsa_oaep.c
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13861)
-----------------------------------------------------------------------
Summary of changes:
crypto/rsa/rsa_oaep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c
index f47369a1af..66f2ae40c2 100644
--- a/crypto/rsa/rsa_oaep.c
+++ b/crypto/rsa/rsa_oaep.c
@@ -45,7 +45,7 @@ int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen,
}
/*
- * Perform ihe padding as per NIST 800-56B 7.2.2.3
+ * Perform the padding as per NIST 800-56B 7.2.2.3
* from (K) is the key material.
* param (A) is the additional input.
* Step numbers are included here but not in the constant time inverse below
More information about the openssl-commits
mailing list