commit | 67f7d60b3a08a3e3ec51c29c25767a9d9d0bd2b1 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Aug 30 16:15:24 2013 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Sep 25 17:17:00 2013 +0100 |
tree | fcd8b1dd651ed934878ef3cee7e9548bfba97540 | |
parent | 206ce59a109f3b4bb352845bcd04f3cf504ae592 [diff] |
KEYS: Store public key algo ID in public_key struct Store public key algo ID in public_key struct for reference purposes. This allows it to be removed from the x509_certificate struct and used to find a default in public_key_verify_signature(). Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Josh Boyer <jwboyer@redhat.com>