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:32:25 +0000 (12:32 +0000)
commit75f5e944be97f28867e7c489823c889d89d0bd06
treeee08ffb214a49a9944f5d42a49548dec35a7e30d
parente875b0cf2f10bf2adf73e0c2ec81428290f4660c
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>
crypto/rsa/rsa_oaep.c