]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PKCS#7: Digest the data in a signed-data message
authorDavid Howells <dhowells@redhat.com>
Tue, 15 Jan 2013 15:33:38 +0000 (15:33 +0000)
committerDavid Howells <dhowells@redhat.com>
Sat, 19 Jan 2013 01:05:19 +0000 (01:05 +0000)
commit4a43c6e164c4c3e52dafa21b9cea16a36f17d27c
tree086073f0eae4d63f30924f62ab461db2d5c25f9f
parent5d7569bb723bfea08becc800b4c2201c14112949
PKCS#7: Digest the data in a signed-data message

Digest the data in a PKCS#7 signed-data message and attach to the
public_key_signature struct contained in the pkcs7_message struct.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/pkcs7_verify.c [new file with mode: 0644]