KEYS: Asymmetric public-key algorithm crypto key subtype
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Sep 2012 22:24:55 +0000 (23:24 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Oct 2012 03:20:14 +0000 (13:50 +1030)
commita9681bf3dd7ccd2b32eba27d327ab76607429f7a
tree667676a21ec5f72e15d37c9db7fb3a77c10bc0cd
parent46c6f1776e2f53eebb1fc361946877bab7533227
KEYS: Asymmetric public-key algorithm crypto key subtype

Add a subtype for supporting asymmetric public-key encryption algorithms such
as DSA (FIPS-186) and RSA (PKCS#1 / RFC1337).

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.c [new file with mode: 0644]
crypto/asymmetric_keys/public_key.h [new file with mode: 0644]
include/crypto/public_key.h [new file with mode: 0644]