messages from 2023-11-14 18:58:39 to 2023-11-27 19:20:54 UTC [more...]
[PATCH v5 00/17] add integrity and security to TPM2 transactions
2023-11-27 19:08 UTC (17+ messages)
` [PATCH v5 01/17] tpm: Remove unused tpm_buf_tag()
` [PATCH v5 02/17] tpm: Remove tpm_send()
` [PATCH v5 03/17] tpm: Move buffer handling from static inlines to real functions
` [PATCH v5 04/17] tpm: Update struct tpm_buf documentation comments
` [PATCH v5 05/17] tpm: Store the length of the tpm_buf data separately
` [PATCH v5 06/17] tpm: TPM2B formatted buffers
` [PATCH v5 07/17] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v5 08/17] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
` [PATCH v5 09/17] crypto: lib - implement library version of AES in CFB mode
` [PATCH v5 10/17] tpm: add buffer function to point to returned parameters
` [PATCH v5 11/17] tpm: export the context save and load commands
` [PATCH v5 12/17] tpm: Add full HMAC and encrypt/decrypt session handling code
` [PATCH v5 13/17] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v5 14/17] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v5 15/17] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v5 16/17] tpm: add the null key name as a sysfs export
[RFC V2] IMA Log Snapshotting Design Proposal
2023-11-27 17:07 UTC (17+ messages)
[PATCH v2 0/3] dt-bindings: tpm: Clean all the things
2023-11-27 16:31 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: tpm: Consolidate TCG TIS bindings
` [PATCH v2 2/3] dt-bindings: tpm: Convert IBM vTPM bindings to DT schema
` [PATCH v2 3/3] dt-bindings: tpm: Document Microsoft fTPM bindings
[PATCH] tpm: tis_i2c: Add compatible string nuvoton,npct75x
2023-11-27 14:42 UTC
[PATCH] tpm_tis: Add compatible string atmel,at97sc3204
2023-11-27 14:32 UTC
[PATCH] tpm: Start the tpm2 before running a self test
2023-11-27 2:07 UTC (7+ messages)
[PATCH v4 00/13] add integrity and security to TPM2 transactions
2023-11-26 15:07 UTC (6+ messages)
` [PATCH v4 08/13] tpm: Add full HMAC and encrypt/decrypt session handling code
[PATCH 0/3] dt-bindings: tpm: Clean all the things
2023-11-24 8:43 UTC (16+ messages)
` [PATCH 1/3] dt-bindings: tpm: Consolidate TCG TIS bindings
` [PATCH 2/3] dt-bindings: tpm: Convert IBM vTPM bindings to DT schema
` [PATCH 3/3] dt-bindings: tpm: Document Microsoft fTPM bindings
[PATCH v6 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-24 2:02 UTC (9+ messages)
` [PATCH v6 1/8] tpm: Remove unused tpm_buf_tag()
` [PATCH v6 2/8] tpm: Remove tpm_send()
` [PATCH v6 3/8] tpm: Move buffer handling from static inlines to real functions
` [PATCH v6 4/8] tpm: Update struct tpm_buf documentation comments
` [PATCH v6 5/8] tpm: Store the length of the tpm_buf data separately
` [PATCH v6 6/8] tpm: TPM2B formatted buffers
` [PATCH v6 7/8] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v6 8/8] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
[PATCH 1/2] dt-bindings: reset: Add Infineon SLB9670 TPM reset driver
2023-11-23 8:59 UTC (7+ messages)
` [PATCH 2/2] "
[ima-evm-utils PATCH 00/12] Address non concurrency-safe libimaevm global variables
2023-11-22 14:33 UTC (26+ messages)
` [ima-evm-utils PATCH 01/12] Rename "public_keys" to "g_public_keys"
` [ima-evm-utils PATCH 02/12] Free public keys list
` [ima-evm-utils PATCH 03/12] Update library function definitions to include a "public_keys" parameter
` [ima-evm-utils PATCH 04/12] Update a library function definition to include a "hash_algo" parameter
` [ima-evm-utils PATCH 05/12] Update cmd_verify_ima() to define and use a local list of public keys
` [ima-evm-utils PATCH 06/12] Update cmd_verify_evm "
` [ima-evm-utils PATCH 07/12] Update ima_measurements "
` [ima-evm-utils PATCH 08/12] Define library ima_calc_hash2() function with a hash algorithm parameter
` [ima-evm-utils PATCH 09/12] Use a local hash algorithm variable when verifying file signatures
` [ima-evm-utils PATCH 10/12] Update EVM signature verification to use a local hash algorithm variable
` [ima-evm-utils PATCH 11/12] Use a file specific hash algorithm variable for signing files
` [ima-evm-utils PATCH 12/12] Define and use a file specific "keypass" variable
[ima-evm-utils PATCH 00/14] Enable shellcheck and fix some issue
2023-11-21 23:20 UTC (4+ messages)
` [ima-evm-utils PATCH 04/14] tests: Address issues raised by shellcheck SC2320
[PATCH v5 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-21 22:31 UTC (9+ messages)
` [PATCH v5 1/8] tpm: Remove unused tpm_buf_tag()
` [PATCH v5 2/8] tpm: Remove tpm_send()
` [PATCH v5 3/8] tpm: Move buffer handling from static inlines to real functions
` [PATCH v5 4/8] tpm: Update &tpm_buf documentation
` [PATCH v5 5/8] tpm: Store the length of the tpm_buf data separately
` [PATCH v5 6/8] tpm: TPM2B formatted buffers
` [PATCH v5 7/8] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v5 8/8] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
[PATCH v5 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-21 22:29 UTC (3+ messages)
` [PATCH v5 1/8] tpm: Remove unused tpm_buf_tag()
` [PATCH v5 2/8] tpm: Remove tpm_send()
[PATCH v4 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-21 21:17 UTC (9+ messages)
` [PATCH v4 1/8] tpm: Remove unused tpm_buf_tag()
` [PATCH v4 2/8] tpm: Remove tpm_send()
` [PATCH v4 3/8] tpm: Move buffer handling from static inlines to real functions
` [PATCH v4 4/8] tpm: Update &tpm_buf documentation
` [PATCH v4 5/8] tpm: Store the length of the tpm_buf data separately
` [PATCH v4 6/8] tpm: TPM2B formatted buffers
` [PATCH v4 7/8] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v4 8/8] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
[ima-evm-utils PATCH] Add note for how password needs to be provided when -p is used
2023-11-21 18:18 UTC
[PATCH v6 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-11-21 8:02 UTC (29+ messages)
` [PATCH v6 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v6 02/25] ima: Align ima_file_mprotect() "
` [PATCH v6 03/25] ima: Align ima_inode_setxattr() "
` [PATCH v6 04/25] ima: Align ima_inode_removexattr() "
` [PATCH v6 05/25] ima: Align ima_post_read_file() "
` [PATCH v6 06/25] evm: Align evm_inode_post_setattr() "
` [PATCH v6 07/25] evm: Align evm_inode_setxattr() "
` [PATCH v6 08/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v6 09/25] security: Align inode_setattr hook definition with EVM
` [PATCH v6 10/25] security: Introduce inode_post_setattr hook
` [PATCH v6 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v6 12/25] security: Introduce file_post_open hook
` [PATCH v6 13/25] security: Introduce file_release hook
` [PATCH v6 14/25] security: Introduce path_post_mknod hook
` [PATCH v6 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v6 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v6 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v6 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v6 19/25] ima: Move to LSM infrastructure
` [PATCH v6 20/25] ima: Move IMA-Appraisal "
` [PATCH v6 21/25] evm: Move "
` [PATCH v6 22/25] ima: Remove dependency on 'integrity' LSM
` [PATCH v6 23/25] evm: "
` [PATCH v6 24/25] integrity: Remove LSM
` [PATCH v6 25/25] security: Enforce ordering of 'ima' and 'evm' LSMs
tpm_tis_spi_remove() triggers WARN_ON() in __flushwork (RPi3B+ and SLB9670)
2023-11-20 23:34 UTC (4+ messages)
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-11-20 21:06 UTC (4+ messages)
[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
2023-11-20 20:55 UTC (7+ messages)
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
[PATCH v5 22/23] integrity: Move integrity functions to the LSM infrastructure
2023-11-20 13:23 UTC (5+ messages)
[PATCH v3 0/6] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-19 22:12 UTC (15+ messages)
` [PATCH v3 2/6] tpm: Store TPM buffer length
` [PATCH v3 3/6] tpm: Detach tpm_buf_reset() from tpm_buf_init()
` [PATCH v3 4/6] tpm: Support TPM2 sized buffers (TPM2B)
[PATCH v4 0/5] DCP as trusted keys backend
2023-11-17 9:19 UTC (3+ messages)
` [PATCH v4 1/5] crypto: mxs-dcp: Add support for hardware-bound keys
[PATCH v5 10/23] security: Introduce inode_post_setattr hook
2023-11-16 18:46 UTC (4+ messages)
[PATCH v5 13/23] security: Introduce file_pre_free_security hook
2023-11-16 18:41 UTC (4+ messages)
[PATCH v7 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
2023-11-16 17:55 UTC (7+ messages)
` [PATCH v7 02/13] Documentation/x86: Secure Launch kernel documentation
` [PATCH v7 10/13] kexec: Secure Launch kexec SEXIT support
[PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 16/23] security: Introduce inode_post_set_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v2 0/7] ima: kexec: measure events between kexec load and execute
2023-11-15 22:30 UTC (14+ messages)
` [PATCH v2 1/7] ima: refactor ima_dump_measurement_list to move memory allocation to a separate function
` [PATCH v2 2/7] ima: move ima_dump_measurement_list call from kexec load to execute
` [PATCH v2 7/7] ima: record log size at kexec load and execute
[RESEND PATCH] tpm: nuvoton: Use i2c_get_match_data()
2023-11-15 21:37 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox