]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix pkeyutl -verifyrecover
authorMatt Caswell <matt@openssl.org>
Thu, 29 Aug 2019 16:15:16 +0000 (17:15 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Aug 2019 08:42:17 +0000 (09:42 +0100)
commit5ffc33244cd4d66e47dfa66ce89cb38d0f3074cc
tree5f848692d02628fa50b71f939f4e0e9440a9f6f9
parent280cc0180862ae6664b88d5ea12cb5f599000d36
Fix pkeyutl -verifyrecover

When performing a pkeyutl -verifyrecover operation the input file is not
a hash - it is the signature itself. Therefore don't do the check to make
sure it looks like a hash.

Fixes #9658

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9731)
apps/pkeyutl.c