Keyrings Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 21:17:11 to 2024-03-07 15:39:05 UTC [more...]

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-07 15:38 UTC  (3+ messages)
` [PATCH v6 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v6 2/6] KEYS: trusted: improve scalability of trust source config

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-07 15:34 UTC  (17+ messages)
` [PATCH v5 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v5 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v5 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based "

[PATCH v4 00/12] Add support for NIST P521 to ecdsa
 2024-03-06 22:22 UTC  (13+ messages)
` [PATCH v5 01/12] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v5 02/12] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v5 03/12] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v5 04/12] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v5 05/12] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v5 06/12] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v5 07/12] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v5 08/12] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v5 09/12] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v5 10/12] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v5 11/12] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
` [PATCH v5 12/12] crypto: x509 - Add OID for NIST P521 and extend parser for it

[PATCH] Documentation: tpm_tis
 2024-03-05  1:52 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: Update W's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER
 2024-03-04 21:00 UTC 

[PATCH 00/12] PCI device authentication
 2024-03-04 19:19 UTC  (5+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper

[PATCH v4 00/12] Add support for NIST P521 to ecdsa
 2024-03-04 19:01 UTC  (29+ messages)
` [PATCH v4 01/12] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v4 02/12] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v4 03/12] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v4 04/12] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v4 05/12] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v4 06/12] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v4 07/12] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v4 08/12] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v4 09/12] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v4 10/12] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v4 11/12] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
` [PATCH v4 12/12] crypto: x509 - Add OID for NIST P521 and extend parser for it

[PATCH v3] X.509: Introduce scope-based x509_certificate allocation
 2024-03-04  8:03 UTC  (6+ messages)

[keyutils] Remove undefined functions afrom version.lds
 2024-03-04  6:06 UTC  (4+ messages)

[PATCH v3 00/10] Add support for NIST P521 to ecdsa
 2024-03-02 21:55 UTC  (28+ messages)
` [PATCH v3 01/10] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v3 02/10] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v3 03/10] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v3 04/10] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v3 05/10] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v3 06/10] crypte: ecc - Implement ecc_curve_get_nbits to get number of bits
` [PATCH v3 07/10] crypto: ecc - Use ecc_get_curve_nbits to get number of bits for NIST P521
` [PATCH v3 08/10] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v3 09/10] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v3 10/10] x509: Add OID for NIST P521 and extend parser for it

subscribe
 2024-02-27  6:52 UTC 

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-02-23 18:43 UTC  (32+ 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 

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  (17+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA

[PATCH v1 5/5] sbm: SandBox Mode documentation
 2024-02-15  8:52 UTC 

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


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).