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)
committerRichard Levitte <levitte@openssl.org>
Sat, 8 Dec 2018 11:56:37 +0000 (12:56 +0100)
commit437b7f059304f59a0fa96d329ca62cd8d748cbc8
tree74443f303b9f7f5add8366512dcf7fb654b88b2f
parent43d53fa19da6809e458ebdadba6016d5fbc780a2
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)

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