summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorJames Morris <james.l.morris@oracle.com>2014-08-05 16:52:01 +0200
committerJames Morris <james.l.morris@oracle.com>2014-08-05 16:52:01 +0200
commit478d085524c57cf4283699f529d5a4c22188ea69 (patch)
treee97cdfff78867f247871be7f89341f087c766311 /include/crypto
parentMerge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next (diff)
parentX.509: Need to export x509_request_asymmetric_key() (diff)
downloadlinux-478d085524c57cf4283699f529d5a4c22188ea69.tar.xz
linux-478d085524c57cf4283699f529d5a4c22188ea69.zip
Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/public_key.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h
index fc09732613ad..0d164c6af539 100644
--- a/include/crypto/public_key.h
+++ b/include/crypto/public_key.h
@@ -98,4 +98,8 @@ struct key;
extern int verify_signature(const struct key *key,
const struct public_key_signature *sig);
+extern struct key *x509_request_asymmetric_key(struct key *keyring,
+ const char *issuer,
+ const char *key_id);
+
#endif /* _LINUX_PUBLIC_KEY_H */