commit | a4730357ee724f8c64f0292541ba3da8a95510fb | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Jul 01 16:40:19 2014 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Jul 08 13:50:08 2014 +0100 |
tree | 6fb1aa9af3515b0de6c6d5bcb85c3a44b8ba554e | |
parent | 9f0d33146e2ae81342a493c579c0e0c1aa84a527 [diff] |
PKCS#7: Find the right key in the PKCS#7 key list and verify the signature Find the appropriate key in the PKCS#7 key list and verify the signature with it. There may be several keys in there forming a chain. Any link in that chain or the root of that chain may be in our keyrings. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com> Reviewed-by: Kees Cook <keescook@chromium.org>