commit | 77d0910d153a7946df17cc15d3f423e534345f65 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 06 16:13:33 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Apr 06 16:13:33 2016 +0100 |
tree | 2b32d94de42a5a2003b5bd5966e3e73f78d04934 | |
parent | a022ec02691cf68e1fe237d5f79d54aa95446cc6 [diff] |
X.509: Retain the key verification data Retain the key verification data (ie. the struct public_key_signature) including the digest and the key identifiers. Note that this means that we need to take a separate copy of the digest in x509_get_sig_params() rather than lumping it in with the crypto layer data. Signed-off-by: David Howells <dhowells@redhat.com>