commit | 876c6e3e028d1b326c81f6f134a4804b92f67dc7 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Sep 02 13:52:10 2014 +0100 |
committer | James Morris <james.l.morris@oracle.com> | Wed Sep 03 10:27:28 2014 +1000 |
tree | a70cb4313b97312923bab99c1799446a79551de4 | |
parent | 738c5d190f6540539a04baf36ce21d46b5da04bd [diff] |
KEYS: Fix public_key asymmetric key subtype name The length of the name of an asymmetric key subtype must be stored in struct asymmetric_key_subtype::name_len so that it can be matched by a search for "<subkey_name>:<partial_fingerprint>". Fix the public_key subtype to have name_len set. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <james.l.morris@oracle.com>