aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/evm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells7-246/+95
2016-03-03crypto: Add hash param to pkcs1padTadeusz Struk1-26/+156
2016-03-03sign-file: fix build with CMS support disabledMarc-Antoine Perennou1-1/+1
2016-03-02MAINTAINERS: update tpmdd urlsJarkko Sakkinen1-2/+2
2016-03-01MODSIGN: linux/string.h should be #included to get memcpy()David Howells1-0/+1
2016-02-29certs: Fix misaligned data in extra certificate listDavid Howells1-0/+1
2016-02-29X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells1-1/+1
2016-02-29X.509: Support leap secondsDavid Howells1-1/+1
2016-02-29Handle ISO 8601 leap seconds and encodings of midnight in mktime64()David Howells1-1/+8
2016-02-29X.509: Fix leap year handling againDavid Howells1-4/+4
2016-02-29PKCS#7: fix unitialized boolean 'want'Colin Ian King1-1/+1
2016-02-29firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez1-2/+6
2016-02-26KEYS: Use the symbol value for list size, updated by scripts/insert-sys-certMehmet Kayaalp1-8/+21
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-26tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen1-0/+2
2016-02-21ima: require signed IMA policyMimi Zohar1-0/+7
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar4-3/+24
2016-02-21ima: load policy using pathDmitry Kasatkin2-2/+44
2016-02-21ima: support for kexec image and initramfsMimi Zohar4-7/+28
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar2-64/+11
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar5-39/+28
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar7-112/+22
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar2-0/+18
2016-02-21security: define kernel_read_file hookMimi Zohar6-0/+54
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar7-90/+21
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar2-0/+21
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar9-15/+66
2016-02-20tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen1-2/+2
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2-2/+6
2016-02-20tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer1-4/+10
2016-02-20tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen1-1/+6
2016-02-20tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen1-3/+7
2016-02-18ima: calculate the hash of a buffer using aynchronous hash(ahash)Mimi Zohar1-2/+73
2016-02-18ima: provide buffer hash calculation functionDmitry Kasatkin2-0/+49
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar5-8/+19
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar5-0/+78
2016-02-18firmware: clean up filesystem load exit pathKees Cook1-7/+5
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez1-4/+10
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez1-4/+4
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar5-27/+37
2016-02-18ima: refactor ima_policy_show() to display "ima_hooks" rulesMimi Zohar1-27/+36
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin8-40/+33
2016-02-18scripts/sign-file.c: Add support for signing with a raw signatureJuerg Haefliger1-90/+146
2016-02-18security/keys: make big_key.c explicitly non-modularPaul Gortmaker1-14/+1
2016-02-18crypto: public_key: remove MPIs from public_key_signature structTadeusz Struk1-13/+1
2016-02-18integrity: convert digsig to akcipher apiTadeusz Struk2-7/+4
2016-02-16smack: fix cache of access labelsJosé Bollo1-2/+6
2016-02-11Smack: Remove pointless hooksCasey Schaufler1-30/+8
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk12-295/+134