Kernel keyring development
 help / color / mirror / Atom feed
 messages from 2024-01-02 17:45:32 to 2024-02-09 10:13:02 UTC [more...]

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-09 10:12 UTC  (73+ messages)
` [PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with "
  ` [PATCH v9 1/25] "
` [PATCH v9 02/25] ima: Align ima_file_mprotect() "
  ` [PATCH v9 2/25] "
` [PATCH v9 03/25] ima: Align ima_inode_setxattr() "
  ` [PATCH v9 3/25] "
` [PATCH v9 04/25] ima: Align ima_inode_removexattr() "
  ` [PATCH v9 4/25] "
` [PATCH v9 05/25] ima: Align ima_post_read_file() "
  ` [PATCH v9 5/25] "
` [PATCH v9 06/25] evm: Align evm_inode_post_setattr() "
  ` [PATCH v9 6/25] "
` [PATCH v9 07/25] evm: Align evm_inode_setxattr() "
  ` [PATCH v9 7/25] "
` [PATCH v9 08/25] evm: Align evm_inode_post_setxattr() "
  ` [PATCH v9 8/25] "
` [PATCH v9 09/25] security: Align inode_setattr hook definition with EVM
  ` [PATCH v9 9/25] "
` [PATCH v9 10/25] security: Introduce inode_post_setattr hook
` [PATCH v9 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 13/25] security: Introduce file_release hook
` [PATCH v9 14/25] security: Introduce path_post_mknod hook
` [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v9 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v9 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v9 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v9 20/25] ima: Move to LSM infrastructure
` [PATCH v9 21/25] ima: Move IMA-Appraisal "
` [PATCH v9 22/25] evm: Move "
` [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v9 24/25] ima: "
` [PATCH v9 25/25] integrity: Remove LSM
` [PATCH v9 0/25] security: Move IMA and EVM to the LSM infrastructure

[PATCH 00/14] Add support for NIST P521 to ecdsa and ecdh
 2024-02-08 22:18 UTC  (15+ messages)
` [PATCH 01/14] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH 02/14] crypto: ecdsa - Adjust tests on length of key material
` [PATCH 03/14] crypto: ecdsa - Adjust res.x mod n for NIST P521
` [PATCH 04/14] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH 05/14] crypto: ecc - For NIST P521 use vli_num_bits to get number of bits
` [PATCH 06/14] crypto: ecc - Add NIST P521 curve parameters
` [PATCH 07/14] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH 08/14] x509: Add OID for NIST P521 and extend parser for it
` [PATCH 09/14] crypto: ecdh - Use properly formatted digits to check for valid key
` [PATCH 10/14] crypto: ecc - Implement ecc_digits_to_array to convert digits to byte array
` [PATCH 11/14] crypto: Add nbits field to ecc_curve structure
` [PATCH 12/14] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
` [PATCH 13/14] crypto: ecdh - Use functions to copy digits from and to array
` [PATCH 14/14] crypto: ecdh - Add support for NIST P521 and add test case

disable large folios for shmem file used by xfs xfile
 2024-02-08 16:03 UTC  (18+ messages)
` [PATCH 1/2] mm: add a mapping_clear_large_folios helper
` [PATCH 2/2] xfs: disable large folio support in xfile_create

[PATCH v3] keys: update key quotas in key_put()
 2024-02-05 13:54 UTC  (4+ messages)

[PATCH 00/12] PCI device authentication
 2024-02-05 10:07 UTC  (5+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-05  8:39 UTC  (2+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-02  0:05 UTC  (13+ messages)

[RFC PATCH] keys: flush work when accessing /proc/key-users
 2024-01-29 11:23 UTC  (9+ messages)
` [RFC PATCH v2] keys: update key quotas in key_put()

[PATCH] X.509: Introduce scope-based x509_certificate allocation
 2024-01-29  2:32 UTC  (5+ messages)

[PATCH][next] crypto: asymmetric_keys: remove redundant pointer secs
 2024-01-26  9:03 UTC  (3+ messages)

[PATCH] KEYS: include header for EINVAL definition
 2024-01-26  8:59 UTC  (7+ messages)

[PATCH] keys, dns: Fix size check of V1 server-list header
 2024-01-22 15:02 UTC  (8+ messages)

[GIT PULL] tpmdd changes for v6.8
 2024-01-10 20:38 UTC  (2+ messages)

[GIT PULL] afs, dns: Fix dynamic root interaction with negative DNS
 2024-01-10 18:52 UTC  (12+ messages)
    ` [PATCH] keys, dns: Fix missing size check of V1 server-list header

[PATCH] crypto: asymmetric_keys/pkcs7.asn1 - remove the duplicated contentType pkcs7_note_OID processing logic
 2024-01-06  7:41 UTC  (3+ messages)

[PATCH v6 00/20] add integrity and security to TPM2 transactions
 2024-01-05 15:36 UTC  (31+ messages)
` [PATCH v6 09/20] crypto: lib - implement library version of AES in CFB mode
` [PATCH v6 10/20] tpm: add buffer function to point to returned parameters
` [PATCH v6 11/20] tpm: export the context save and load commands
` [PATCH v6 12/20] tpm: Add NULL primary creation
` [PATCH v6 13/20] tpm: Add HMAC session start and end functions
` [PATCH v6 14/20] tpm: Add HMAC session name/handle append
` [PATCH v6 15/20] tpm: Add the rest of the session HMAC API
` [PATCH v6 16/20] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v6 17/20] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v6 18/20] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v6 19/20] tpm: add the null key name as a sysfs export
` [PATCH v6 20/20] Documentation: add tpm-security.rst

[PATCH 6.6 067/156] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2024-01-05 10:06 UTC  (4+ messages)

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2024-01-04  0:46 UTC  (10+ messages)
      `  "

[PATCH 5.10 19/75] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2024-01-03 16:55 UTC 

[PATCH 5.15 21/95] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2024-01-03 16:54 UTC 

[keyutils] Remove undefined functions afrom version.lds
 2024-01-03 15:00 UTC  (7+ messages)

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2024-01-03 14:04 UTC  (2+ messages)

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2024-01-02 17:44 UTC  (5+ messages)
` [PATCH v8 21/24] evm: Move to "


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