aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/digsig_asymmetric.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-2/+2
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-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-04-18integrity: support EC-RDSA signatures for asymmetric_verifyVitaly Chikunov1-2/+9
2018-11-13integrity: support new struct public_key_signature encoding fieldMimi Zohar1-0/+1
2018-07-18integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi1-0/+23
2017-06-21integrity: Small code improvementsThiago Jung Bauermann1-2/+2
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells1-3/+4
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells1-0/+1
2016-02-18integrity: convert digsig to akcipher apiTadeusz Struk1-7/+3
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov1-0/+14
2014-10-06integrity: do zero padding of the key idDmitry Kasatkin1-1/+1
2014-09-09integrity: prevent flooding with 'Request for unknown key'Dmitry Kasatkin1-2/+3
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin1-11/+0
2013-02-06ima: digital signature verification using asymmetric keysDmitry Kasatkin1-0/+115