]> git.baikalelectronics.ru Git - kernel.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>
Mon, 8 Oct 2012 03:20:16 +0000 (13:50 +1030)
commit33340723146b438386accf8393141b5f29142bf4
treeff7fe3993067c3dc4f011ea702480add96b8e1e7
parent800b90bd12998699572e418a0623c6c32d4aea3d
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>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
crypto/asymmetric_keys/Kconfig
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/public_key.h
crypto/asymmetric_keys/rsa.c [new file with mode: 0644]