aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/digsig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-06-26keys: Add a 'recurse' flag for keyring searchesDavid Howells1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2017-10-12lib/digsig: fix dereference of NULL user_key_payloadEric Biggers1-0/+6
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2016-05-31lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zeroNicolai Stange1-3/+5
2016-05-31lib/mpi: mpi_read_from_buffer(): return error codeNicolai Stange1-4/+8
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-3/+4
2014-06-04lib/digsig.c: kernel-doc warning fixesFabian Frederick1-2/+3
2013-11-13lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-27/+14
2013-02-01digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin1-27/+14
2013-02-01digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki1-0/+2
2012-09-13digsig: add hash size comparision on signature verificationDmitry Kasatkin1-2/+4
2012-02-02lib/digsig: checks for NULL return valueDmitry Kasatkin1-2/+6
2012-02-02lib/digsig: pkcs_1_v1_5_decode_emsa cleanupDmitry Kasatkin1-25/+10
2012-02-02lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin1-2/+7
2011-11-09crypto: digital signature verification supportDmitry Kasatkin1-0/+284