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>
Fri, 30 Nov 2018 12:51:58 +0000 (12:51 +0000)
commitf5ebe54c00128d5ee0a28ba7f822a8d1b07e71e5
treecc009b100c40ca8b4382040dc5b0ed3cc13c4158
parentdb1b63f45c8585c9c7741e0540c01baad22aa190
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)
crypto/rsa/rsa_oaep.c