From: David Howells Date: Thu, 13 Sep 2012 14:17:21 +0000 (+0100) Subject: KEYS: Implement asymmetric key type X-Git-Tag: v3.7-rc1~2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964f3b3bf49eb84b5831121446a28b76de3fb23a;p=pandora-kernel.git KEYS: Implement asymmetric key type Create a key type that can be used to represent an asymmetric key type for use in appropriate cryptographic operations, such as encryption, decryption, signature generation and signature verification. The key type is "asymmetric" and can provide access to a variety of cryptographic algorithms. Possibly, this would be better as "public_key" - but that has the disadvantage that "public key" is an overloaded term. Signed-off-by: David Howells Signed-off-by: Rusty Russell --- Reading git-diff-tree failed