summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-27Merge 4.9.161 into android-4.9Greg Kroah-Hartman65-472/+524
2019-02-27KEYS: user: Align the payload bufferEric Biggers1-1/+1
2017-10-13f2fs: catch up to v4.14-rc1Hyojun Kim63-3789/+8812
2016-06-14KEYS: Strip trailing spacesDavid Howells3-3/+3
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells5-64/+34
2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells3-16/+88
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells7-59/+9
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells9-76/+100
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells5-39/+37
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells4-95/+94
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells15-173/+155
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells7-14/+43
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen3-15/+10
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris23-84/+657
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen4-18/+70
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen9-7/+77
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov6-0/+113
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells49-230/+286
2015-10-18tpm: seal/unseal for TPM 2.0Jarkko Sakkinen5-3/+366
2015-10-18keys, trusted: move struct trusted_key_options to trusted-type.hJarkko Sakkinen2-11/+12
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells16-27/+285
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells4-53/+75
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin6-25/+81
2014-09-16KEYS: Implement binary asymmetric key ID handlingDavid Howells3-0/+131
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells19-45/+31
2014-09-16KEYS: Preparse match dataDavid Howells11-51/+129
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells13-25/+225
2014-07-22KEYS: big_key: Use key preparsingDavid Howells2-17/+27
2014-07-22KEYS: user: Use key preparsingDavid Howells3-22/+30
2014-07-17KEYS: verify a certificate is signed by a 'trusted' keyMimi Zohar2-2/+95
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells8-115/+155
2013-09-24KEYS: Implement a big key type that can save to tmpfsDavid Howells5-0/+242
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells9-762/+803
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells2-1/+156
2012-10-08KEYS: Implement asymmetric key typeDavid Howells8-0/+273
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells15-102/+250
2012-05-11KEYS: Permit in-place link replacement in keyring listDavid Howells3-41/+58
2012-01-18keys: add a "logon" key typeJeff Layton4-1/+41
2011-06-27encrypted-keys: add key format supportRoberto Sassu3-60/+142
2011-03-29libceph: Create a new key type "ceph".Tommi Virtanen4-8/+85
2011-03-03RxRPC: Fix v1 keysAnton Blanchard1-1/+0
2010-11-28keys: add new key-type encryptedMimi Zohar5-0/+1009
2010-11-28keys: add new trusted key-typeMimi Zohar7-0/+1505
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei14-205/+708
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells4-22/+22
2009-09-15RxRPC: Parse security index 5 keys (Kerberos 5)David Howells2-40/+589
2009-09-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells5-75/+353
2008-11-13KEYS: Disperse linux/key_ui.hDavid Howells5-67/+64
2008-04-21KEYS: Fix the comment to match the file name in rxrpc-type.h.Robert P. J. Day1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells14-435/+605
[next]