]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Module signature checker and key manager
authorMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 5 Aug 2011 22:49:59 +0000 (15:49 -0700)
committerGuru Anbalagane <guru.anbalagane@oracle.com>
Wed, 24 Aug 2011 18:47:13 +0000 (11:47 -0700)
commita8cbc12b466ccc3d1286953e4058e38b5ea4c7ea
treec00949d25ab2b597cf200728edbf844d7ebc7d73
parent79ffc97be265b7719b44c524a4c08af4825df3a7
Module signature checker and key manager

Port to 2.6.39 following commit:

commit b0df24aa16fdaf7ccb0fb072a0f48b3f9b0c6b59
Author: David Howells <dhowells@redhat.com>
Date:   Wed Nov 11 15:47:32 2009 -0500

    Module signature checker and key manager

    Add a facility to retain public keys and to verify signatures made with those
    public keys, given a signature and crypto_hash of the data that was signed.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
crypto/Kconfig
crypto/Makefile
crypto/signature/Makefile [new file with mode: 0644]
crypto/signature/dsa.c [new file with mode: 0644]
crypto/signature/key.h [new file with mode: 0644]
crypto/signature/ksign-keyring.c [new file with mode: 0644]
crypto/signature/ksign-parse.c [new file with mode: 0644]
crypto/signature/ksign-publickey.c [new file with mode: 0644]
crypto/signature/ksign.c [new file with mode: 0644]
crypto/signature/local.h [new file with mode: 0644]
include/linux/crypto/ksign.h [new file with mode: 0644]