Kernel keyring development
 help / color / mirror / Atom feed
 messages from 2019-06-07 15:51:59 to 2019-06-28 02:19:34 UTC [more...]

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-06-28  2:19 UTC  (12+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions
` [PATCH v12 02/11] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v12 04/11] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v12 05/11] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v12 06/11] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v12 07/11] ima: Implement support for module-style appended signatures
` [PATCH v12 08/11] ima: Collect modsig
` [PATCH v12 09/11] ima: Define ima-modsig template
` [PATCH v12 10/11] ima: Store the measurement again when appraising a modsig
` [PATCH v12 11/11] ima: Allow template= option for appraise rules as well

[PATCH 0/9] keys: Namespacing [ver #4]
 2019-06-27 22:07 UTC  (19+ messages)
` [PATCH 1/9] keys: Simplify key description management "
` [PATCH 2/9] keys: Cache the hash value to avoid lots of recalculation "
` [PATCH 3/9] keys: Add a 'recurse' flag for keyring searches "
` [PATCH 4/9] keys: Namespace keyring names "
` [PATCH 5/9] keys: Move the user and user-session keyrings to the user_namespace "
  ` [PATCH 6/9] keys: Include target namespace in match criteria "
  ` [PATCH 7/9] keys: Garbage collect keys for which the domain has been removed "
  ` [PATCH 8/9] keys: Network namespace domain tag "
  ` [PATCH 9/9] keys: Pass the network namespace into request_key mechanism "

Problem with the kernels trusted module on "inactive" TPM
 2019-06-27 16:59 UTC 

[PATCH v11 00/13] Appended signatures support for IMA appraisal
 2019-06-24 19:56 UTC  (16+ messages)
` [PATCH v11 01/13] MODSIGN: Export module signature definitions
` [PATCH v11 02/13] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v11 03/13] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v11 04/13] integrity: Introduce struct evm_xattr
` [PATCH v11 05/13] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v11 06/13] ima: Use designated initializers for struct ima_event_data
` [PATCH v11 07/13] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v11 08/13] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v11 09/13] ima: Implement support for module-style appended signatures
` [PATCH v11 10/13] ima: Collect modsig
` [PATCH v11 11/13] ima: Define ima-modsig template
` [PATCH v11 12/13] ima: Store the measurement again when appraising a modsig
` [PATCH v11 13/13] ima: Allow template= option for appraise rules as well

From:Miss: Fatima Yusuf
 2019-06-22 13:42 UTC 

[PATCH 0/6] keys: request_key() improvements [ver #2]
 2019-06-19 15:36 UTC  (7+ messages)
` [PATCH 1/6] keys: Fix request_key() lack of Link perm check on found key "
` [PATCH 2/6] keys: Invalidate used request_key authentication keys "
` [PATCH 3/6] keys: Move the RCU locks outwards from the keyring search functions "
` [PATCH 4/6] keys: Provide request_key_rcu() "
` [PATCH 5/6] keys: Cache result of request_key*() temporarily in task_struct "
` [PATCH 6/6] keys: Kill off request_key_async{, _with_auxdata} "

keyctl_capabilities and buflen
 2019-06-19 15:22 UTC  (5+ messages)

[PATCH 00/10] keys: Miscellany [ver #3]
 2019-06-19 13:20 UTC  (11+ messages)
` [PATCH 01/10] keys: sparse: Fix key_fs[ug]id_changed() "
` [PATCH 02/10] keys: sparse: Fix incorrect RCU accesses "
` [PATCH 03/10] keys: sparse: Fix kdoc mismatches "
` [PATCH 04/10] keys: Change keyring_serialise_link_sem to a mutex "
` [PATCH 05/10] keys: Break bits out of key_unlink() "
` [PATCH 06/10] keys: Hoist locking out of __key_link_begin() "
` [PATCH 07/10] keys: Add a keyctl to move a key between keyrings "
` [PATCH 08/10] keys: Grant Link permission to possessers of request_key auth keys "
` [PATCH 09/10] keys: Reuse keyring_index_key::desc_len in lookup_user_key() "
` [PATCH 10/10] keys: Add capability-checking keyctl function "

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-06-18 16:48 UTC  (86+ messages)
` [PATCH, RFC 09/62] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCH, RFC 18/62] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCH, RFC 19/62] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCH, RFC 20/62] mm/page_ext: Export lookup_page_ext() symbol
` [PATCH, RFC 26/62] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCH, RFC 44/62] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call "
` [PATCH, RFC 46/62] x86/mm: Keep reference counts on encrypted VMAs "
` [PATCH, RFC 47/62] mm: Restrict MKTME memory encryption to anonymous VMAs
` [PATCH, RFC 49/62] mm, x86: export several MKTME variables
` [PATCH, RFC 51/62] iommu/vt-d: Support MKTME in DMA remapping

[PATCH] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-06-18 12:13 UTC 

[PATCH 1/7] General notification queue with user mmap()'able ring buffer
 2019-06-17 16:24 UTC  (11+ messages)
` [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications

[RFC 0/7] Introduce TEE based Trusted Keys support
 2019-06-14 15:36 UTC  (25+ messages)
` [RFC 1/7] tee: optee: allow kernel pages to register as shm
` [RFC 2/7] tee: enable support to register kernel memory
` [RFC 3/7] tee: add private login method for kernel clients
` [RFC 4/7] KEYS: trusted: Introduce TEE based Trusted Keys
` [RFC 5/7] KEYS: encrypted: Allow TEE based trusted master keys
` [RFC 6/7] doc: keys: Document usage of TEE based Trusted Keys
` [RFC 7/7] MAINTAINERS: Add entry for "

[PATCH 3/3] Make key=value argument list optional for pkey_{encrypt,decrypt,sign}
 2019-06-13 15:46 UTC 

[PATCH 2/3] Fix syscall signature for KEYCTL_PKEY_QUERY
 2019-06-13 15:46 UTC 

[PATCH 1/3] Fix 'keyctl pkey_query' argument parsing
 2019-06-13 15:45 UTC 

[PATCH 0/3] Several keyctl pkey_* fixes
 2019-06-13 15:45 UTC 

[RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications [ver #4]
 2019-06-13 14:49 UTC  (22+ messages)
` [PATCH 02/13] uapi: General notification ring definitions "
` [PATCH 06/13] keys: Add a notification facility "

[PATCH 09/10] usb: Add USB subsystem notifications [ver #3]
 2019-06-12  6:58 UTC  (4+ messages)

[RFC PATCH 4/5] crypto: Adds user space interface for ALG_SET_KEY_TYPE
 2019-06-10  6:35 UTC  (3+ messages)

[PATCH v3 11/20] docs: security: trusted-encrypted.rst: fix code-block tag
 2019-06-07 18:54 UTC  (2+ messages)
` [PATCH v3 12/20] docs: security: core.rst: Fix several warnings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox