https://bugs.linaro.org/show_bug.cgi?id=3003
--- Comment #3 from Maxim Uvarov <[email protected]> --- https://github.com/Linaro/odp/commit/5dee060187c2dbda51a18e28b3691bfc50bd1882 2017-06-02T15:41:43+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.
