Fix another EVP_DigestVerify() instance
authorMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 10:40:47 +0000 (11:40 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 16:23:52 +0000 (17:23 +0100)
commit25ffeb11ea86bdc76db150c504550602a9acc9bc
treed6ce5054049cf0be01dd45dd5770f5b0f621654f
parentcfba06758ea8ab49118dedd88fd3b2437aebf7b7
Fix another EVP_DigestVerify() instance

Following on from the previous commit this fixes another instance where
we need to treat a -ve return from EVP_DigestVerify() as a bad signature.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3756)
ssl/statem/statem_lib.c