From: David Howells Date: Fri, 21 Sep 2012 22:25:40 +0000 (+0100) Subject: RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] X-Git-Tag: v3.7-rc1~2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612e0fe99965a4028359cd1da5af56b7f6caf7f6;p=pandora-kernel.git RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] Implement RSA public key cryptography [PKCS#1 / RFC3447]. At this time, only the signature verification algorithm is supported. This uses the asymmetric public key subtype to hold its key data. Signed-off-by: David Howells Signed-off-by: Rusty Russell --- Reading git-diff-tree failed