summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-16PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells
2014-09-16PKCS#7: Provide a single place to do signed info block freeingDavid Howells
2014-09-16KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells
2014-08-05Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2014-08-03X.509: Need to export x509_request_asymmetric_key()David Howells
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore
2014-08-01netlabel: fix the catmap walking functionsPaul Moore
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore
2014-07-31PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells
2014-07-29tpm: simplify code by using %*phN specifierAndy Shevchenko
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger
2014-07-29tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe
2014-07-29Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2014-07-29PKCS#7: Use x509_request_asymmetric_key()David Howells
2014-07-28Revert "selinux: fix the default socket labeling in sock_graft()"Paul Moore
2014-07-28X.509: x509_request_asymmetric_keys() doesn't need string length argumentsDavid Howells
2014-07-28PKCS#7: fix sparse non static symbol warningWei Yongjun
2014-07-28KEYS: revert encrypted key changeMimi Zohar
2014-07-26Merge tag 'fw-restrict-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...James Morris
2014-07-26Merge tag 'keys-next-20140725' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar
2014-07-25firmware_class: perform new LSM checksKees Cook
2014-07-25security: introduce kernel_fw_from_file hookKees Cook
2014-07-25PKCS#7: Missing inclusion of linux/err.hDavid Howells
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris
2014-07-24Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2014-07-24commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-pefile-20140709' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-pkcs7-20140708' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-preparse-1-20140722' into keys-nextDavid Howells
2014-07-22KEYS: request_key_auth: Provide key preparsingDavid Howells
2014-07-22KEYS: keyring: Provide key preparsingDavid Howells
2014-07-22KEYS: big_key: Use key preparsingDavid Howells
2014-07-22KEYS: RxRPC: Use key preparsingDavid Howells
2014-07-22KEYS: DNS: Use key preparsingDavid Howells
2014-07-22KEYS: Ceph: Use user_match()David Howells
2014-07-22KEYS: Ceph: Use key preparsingDavid Howells
2014-07-22KEYS: user: Use key preparsingDavid Howells
2014-07-22KEYS: Call ->free_preparse() even after ->preparse() returns an errorDavid Howells
2014-07-22KEYS: Allow expiry time to be set when preparsing a keyDavid Howells
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells
2014-07-19Merge tag 'seccomp-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris
2014-07-19Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook