summaryrefslogtreecommitdiffstats
path: root/lib/digsig.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-1/+1
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+1
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+1
|\|
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+6
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
* lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zeroNicolai Stange2016-05-311-3/+5
* lib/mpi: mpi_read_from_buffer(): return error codeNicolai Stange2016-05-311-4/+8
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+4
* lib/digsig.c: kernel-doc warning fixesFabian Frederick2014-06-041-2/+3
* lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong2013-11-131-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-211-27/+14
|\
| * digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin2013-02-011-27/+14
* | digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki2013-02-011-0/+2
|/
* digsig: add hash size comparision on signature verificationDmitry Kasatkin2012-09-131-2/+4
* lib/digsig: checks for NULL return valueDmitry Kasatkin2012-02-021-2/+6
* lib/digsig: pkcs_1_v1_5_decode_emsa cleanupDmitry Kasatkin2012-02-021-25/+10
* lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin2012-02-021-2/+7
* crypto: digital signature verification supportDmitry Kasatkin2011-11-091-0/+284