Keyrings Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 02:32:28 to 2024-02-23 17:02:48 UTC [more...]

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-02-23 17:02 UTC  (25+ messages)
` [PATCH v7 01/21] tpm: Remove unused tpm_buf_tag()
` [PATCH v7 02/21] tpm: Remove tpm_send()
` [PATCH v7 03/21] tpm: Move buffer handling from static inlines to real functions
` [PATCH v7 04/21] tpm: Update struct tpm_buf documentation comments
` [PATCH v7 05/21] tpm: Store the length of the tpm_buf data separately
` [PATCH v7 06/21] tpm: TPM2B formatted buffers
` [PATCH v7 07/21] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v7 08/21] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
` [PATCH v7 09/21] crypto: lib - implement library version of AES in CFB mode
` [PATCH v7 10/21] tpm: add buffer function to point to returned parameters
` [PATCH v7 11/21] tpm: export the context save and load commands
` [PATCH v7 12/21] tpm: Add NULL primary creation
` [PATCH v7 13/21] tpm: Add HMAC session start and end functions
` [PATCH v7 14/21] tpm: Add HMAC session name/handle append
` [PATCH v7 15/21] tpm: Add the rest of the session HMAC API
` [PATCH v7 16/21] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v7 17/21] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v7 18/21] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v7 19/21] tpm: add the null key name as a sysfs export
` [PATCH v7 20/21] Documentation: add tpm-security.rst
` [PATCH v7 21/21] tpm: disable the TPM if NULL name changes

[syzbot] [keyrings?] [lsm?] KASAN: slab-out-of-bounds Read in key_task_permission (2)
 2024-02-22 10:40 UTC 

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-02-20 18:03 UTC  (3+ messages)

Allowing empty keys? or: setting attributes on keys safely
 2024-02-20 17:52 UTC  (5+ messages)

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

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

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-15 15:02 UTC  (71+ messages)
` [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 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 v1 5/5] sbm: SandBox Mode documentation
 2024-02-15  8:52 UTC 

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-13  9:59 UTC  (3+ messages)

[PATCH v2] X.509: Introduce scope-based x509_certificate allocation
 2024-02-13  5:04 UTC  (8+ messages)

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

[PATCH] X.509: Introduce scope-based x509_certificate allocation
 2024-02-12 11:39 UTC  (7+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-12  5:11 UTC  (14+ messages)

[PATCH 00/14] Add support for NIST P521 to ecdsa and ecdh
 2024-02-09 19:36 UTC  (16+ 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  (9+ messages)
` [PATCH 2/2] xfs: disable large folio support in xfile_create

[PATCH v9 18/25] security: Introduce key_post_create_or_update hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 09/25] security: Align inode_setattr hook definition with EVM
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 9/25] "

[PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 8/25] "

[PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 7/25] "

[PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 6/25] "

[PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 5/25] "

[PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 4/25] "

[PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 3/25] "

[PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 2/25] "

[PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 1/25] "

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).