]> git.ipfire.org Git - thirdparty/openssl.git/commit
rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.
authorAndy Polyakov <appro@openssl.org>
Thu, 6 Sep 2018 19:54:23 +0000 (21:54 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Dec 2018 11:18:35 +0000 (11:18 +0000)
commitb29b91bc7ea8dfe47d873d7953175c57556a4488
tree4e79d6a49807ddec698d9fd24bd21a175abcebca
parent47f8fba64353a637cacdd8751cab25a9f3be3715
rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.

And make RSAErr call unconditional.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 75f5e944be97f28867e7c489823c889d89d0bd06)

Resolved conflicts:
crypto/rsa/rsa_oaep.c

(Merged from https://github.com/openssl/openssl/pull/7737)
crypto/rsa/rsa_oaep.c