https://bugs.linaro.org/show_bug.cgi?id=3003
--- Comment #5 from Maxim Uvarov <[email protected]> --- https://github.com/Linaro/odp/commit/697c3be9b2155379dee458d66335442375a9354d refs/heads/master 2017-06-16T16:51:11+03:00 Dmitry Eremin-Solenikov [email protected] linux: crypto: fix checking of GCM tags Currently odp_crypto code will happily accept wrong tags, because the check for EVP_DecryptFinal_ex return code is incorrect. This function returns 0 if tag is incorrect, not < 0. https://bugs.linaro.org/show_bug.cgi?id=3003 Signed-off-by: Dmitry Eremin-Solenikov <[email protected]> Reviewed-and-tested-by: Bill Fischofer <[email protected]> Signed-off-by: Maxim Uvarov <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
