summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-1610-186/+198
* KEYS: Implement binary asymmetric key ID handlingDavid Howells2014-09-163-0/+131
* KEYS: Update the keyrings documentation for match changesDavid Howells2014-09-161-13/+52
* KEYS: Make the key matching functions return boolDavid Howells2014-09-166-16/+18
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-1619-45/+31
* KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-166-14/+5
* KEYS: Preparse match dataDavid Howells2014-09-1611-51/+129
* Provide a binary to hex conversion functionDavid Howells2014-09-162-0/+17
* Merge tag 'keys-next-fixes-20140916' into keys-nextDavid Howells2014-09-162-5/+5
|\
| * PKCS#7: Add a missing staticDavid Howells2014-09-161-3/+3
| * KEYS: Fix missing staticsDavid Howells2014-09-161-2/+2
* | Merge tag 'keys-fixes-20140916' into keys-nextDavid Howells2014-09-162-28/+35
|\ \ | |/ |/|
| * PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells2014-09-161-20/+19
| * PKCS#7: Provide a single place to do signed info block freeingDavid Howells2014-09-161-9/+15
| * KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells2014-09-161-0/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-09-1216-122/+105
|\ \
| * | integrity: make integrity files as 'integrity' moduleDmitry Kasatkin2014-09-091-3/+3
| * | integrity: base integrity subsystem kconfig options on integrityDmitry Kasatkin2014-09-093-14/+18
| * | integrity: move asymmetric keys config optionDmitry Kasatkin2014-09-091-12/+12
| * | ima: initialize only required templateDmitry Kasatkin2014-09-091-24/+4
| * | ima: remove usage of filename parameterDmitry Kasatkin2014-09-092-14/+10
| * | ima: remove unnecessary appraisal testDmitry Kasatkin2014-09-091-2/+0
| * | ima: add missing '__init' keywordsDmitry Kasatkin2014-09-093-5/+3
| * | ima: remove unnecessary extra variableDmitry Kasatkin2014-09-091-4/+5
| * | ima: simplify conditional statement to improve performanceDmitry Kasatkin2014-09-091-4/+2
| * | integrity: remove declaration of non-existing functionsDmitry Kasatkin2014-09-092-10/+0
| * | integrity: prevent flooding with 'Request for unknown key'Dmitry Kasatkin2014-09-091-2/+3
| * | ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-096-16/+16
| * | evm: properly handle INTEGRITY_NOXATTRS EVM statusDmitry Kasatkin2014-09-091-0/+7
| * | ima: provide flag to identify new empty filesDmitry Kasatkin2014-09-083-7/+13
| * | evm: prevent passing integrity check if xattr read failsDmitry Kasatkin2014-09-081-3/+4
| * | evm: fix checkpatch warningsDmitry Kasatkin2014-09-021-3/+0
| * | ima: fix fallback to use new_sync_read()Dmitry Kasatkin2014-09-021-4/+4
| * | ima: prevent buffer overflow in ima_alloc_tfm()Dmitry Kasatkin2014-09-021-1/+4
| * | ima: fix ima_alloc_atfm()Mimi Zohar2014-09-021-1/+4
* | | seccomp: Add reviewers to MAINTAINERSKees Cook2014-09-031-0/+2
* | | KEYS: Set pr_fmt() in asymmetric key signature handlingDavid Howells2014-09-031-0/+1
|/ /
* / security: Silence shadow warningMark Rustad2014-09-021-1/+1
|/
* Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2014-08-065-81/+34
|\
| * X.509: Need to export x509_request_asymmetric_key()David Howells2014-08-031-0/+1
| * PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells2014-07-311-4/+2
| * PKCS#7: Use x509_request_asymmetric_key()David Howells2014-07-293-72/+29
| * X.509: x509_request_asymmetric_keys() doesn't need string length argumentsDavid Howells2014-07-281-6/+3
| * PKCS#7: fix sparse non static symbol warningWei Yongjun2014-07-281-1/+1
* | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-08-028-274/+366
|\ \
| * | netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-018-157/+139
| * | netlabel: fix the catmap walking functionsPaul Moore2014-08-011-48/+54
| * | netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-015-146/+240
| * | netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-08-014-16/+26
* | | tpm: simplify code by using %*phN specifierAndy Shevchenko2014-07-291-3/+1