]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit30fb4d8e734cad0e341037c2593414041569cb68
tree667676a21ec5f72e15d37c9db7fb3a77c10bc0cd
parent6bdbb992460584f0ec9f01282616c977bc9bc650
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]