diff options
author | Dmitry Kasatkin <d.kasatkin@samsung.com> | 2014-10-06 10:21:05 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2014-10-06 10:21:05 -0400 |
commit | f1b731dbc2530cab93fcfc5fcb18c9f3a100feeb (patch) | |
tree | b5b02c3fd51b13e11a5212e4b726f5e2df653f8a /include/crypto | |
parent | dd2f6c4481debfa389c1f2b2b1d5bd6449c42611 (diff) |
KEYS: Restore partial ID matching functionality for asymmetric keys
Bring back the functionality whereby an asymmetric key can be matched with a
partial match on one of its IDs.
Whilst we're at it, allow for the possibility of having an increased number of
IDs.
Reported-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/public_key.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index fa73a6fd536c..54add2069901 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h | |||
@@ -101,6 +101,7 @@ extern int verify_signature(const struct key *key, | |||
101 | 101 | ||
102 | struct asymmetric_key_id; | 102 | struct asymmetric_key_id; |
103 | extern struct key *x509_request_asymmetric_key(struct key *keyring, | 103 | extern struct key *x509_request_asymmetric_key(struct key *keyring, |
104 | const struct asymmetric_key_id *kid); | 104 | const struct asymmetric_key_id *kid, |
105 | bool partial); | ||
105 | 106 | ||
106 | #endif /* _LINUX_PUBLIC_KEY_H */ | 107 | #endif /* _LINUX_PUBLIC_KEY_H */ |