https://bugs.linaro.org/show_bug.cgi?id=3003
--- Comment #4 from Maxim Uvarov <[email protected]> --- https://github.com/Linaro/odp/commit/d44cc8192e4da1fabb4c1da7f543ee95c7c9c147 2017-06-02T21:55:45+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.
