]> git.karo-electronics.de Git - karo-tx-linux.git/commit
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Sep 2012 22:25:40 +0000 (23:25 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:14:51 +0000 (14:44 +0930)
commit66f3473d3ae425af85e1cdadfce4310b904d2da6
tree7e81f27586f4f34f41bc313b53042ec48977e80f
parent52a052ccbb5a073e1b1975b6bfcecb943dcd6a5e
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 <dhowells@redhat.com>
crypto/asymmetric_keys/Kconfig
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/public_key.h
crypto/asymmetric_keys/rsa.c [new file with mode: 0644]