summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-10Merge 4.9.126 into android-4.9Greg Kroah-Hartman68-339/+665
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki3-2/+9
2018-07-26ANDROID: android-verity: Add API to verify signature with builtin keys.Sandeep Patil2-3/+48
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: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2-1/+2
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells15-52/+198
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells9-32/+11
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells15-173/+155
2016-02-29certs: Fix misaligned data in extra certificate listDavid Howells1-0/+1
2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingMehmet Kayaalp5-0/+440
2016-02-26modsign: hide openssl output in silent buildsArnd Bergmann1-14/+19
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells3-2/+5
2015-10-21certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker2-1/+4
2015-08-14modsign: Handle signing key in source treeDavid Woodhouse3-58/+54
2015-08-14modsign: Use if_changed rule for extracting cert from module signing keyDavid Woodhouse1-2/+3
2015-08-14Move certificate handling to its own directoryDavid Howells10-195/+212