commit | 17838470617afd50813a66adcebad2e6e17de79c | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Mar 26 12:11:12 2019 +0000 |
committer | Matt Caswell <matt@openssl.org> | Wed Mar 27 14:31:56 2019 +0000 |
tree | db2ab932b6b858e87517d46e3b0d839c413d27b1 | |
parent | 183f52e29af27285ea4ed7c947b71c83618f8702 [diff] |
Correctly check the return code of EVP_MAC_ctrl everwhere it is used EVP_MAC_ctrl is documented to return 0 or -1 on failure. Numerous places were not getting this check correct. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/8584)