From: David Howells Date: Fri, 30 Aug 2013 15:15:30 +0000 (+0100) Subject: KEYS: Split public_key_verify_signature() and make available X-Git-Tag: v3.13-rc1~18^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d167d68e3805ee45ed2e8412fc03ed919c54c24;p=pandora-kernel.git KEYS: Split public_key_verify_signature() and make available Modify public_key_verify_signature() so that it now takes a public_key struct rather than a key struct and supply a wrapper that takes a key struct. The wrapper is then used by the asymmetric key subtype and the modified function is used by X.509 self-signature checking and can be used by other things also. Signed-off-by: David Howells Reviewed-by: Kees Cook Reviewed-by: Josh Boyer --- Reading git-diff-tree failed