messages from 2023-11-20 17:39:27 to 2023-12-01 13:31:57 UTC [more...]
[ima-evm-utils PATCH v3 00/14] Enable shellcheck and fix some issues
2023-12-01 13:31 UTC (14+ messages)
` [ima-evm-utils PATCH v3 01/14] tests: Address issues raised by shellcheck SC2086 & enable shellcheck
` [ima-evm-utils PATCH v3 02/14] tests: Address issues raised by shellcheck SC2181
` [ima-evm-utils PATCH v3 03/14] tests: Address issues raised by shellcheck SC2046
` [ima-evm-utils PATCH v3 04/14] tests: Address issues raised by shellcheck SC2320
` [ima-evm-utils PATCH v3 05/14] tests: Address issues raised by shellcheck SC2317
` [ima-evm-utils PATCH v3 06/14] tests: Address issues raised by shellcheck SC2034
` [ima-evm-utils PATCH v3 07/14] tests: Address issues raised by shellcheck SC2164
` [ima-evm-utils PATCH v3 08/14] tests: Address issues raised by shellcheck SC2166
` [ima-evm-utils PATCH v3 09/14] tests: Address issues raised by shellcheck SC2294
` [ima-evm-utils PATCH v3 10/14] tests: Address issues raised by shellcheck SC2206
` [ima-evm-utils PATCH v3 11/14] tests: Address issues raised by shellcheck SC2196
` [ima-evm-utils PATCH v3 12/14] tests: Address issues raised by shellcheck SC2043
` [ima-evm-utils PATCH v3 13/14] tests: Address issues raised by shellcheck SC2295
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-12-01 1:05 UTC (21+ messages)
[PATCH v7 19/23] ima: Move to LSM infrastructure
2023-12-01 0:00 UTC (6+ messages)
` [PATCH v7 20/23] ima: Move IMA-Appraisal "
` [PATCH v7 21/23] evm: Move "
` [PATCH v7 22/23] integrity: Remove 'integrity' LSM and move integrity functions to 'ima' LSM
` [PATCH v7 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
[ANNOUNCE] CFP: Linux Security Summit North America 2024
2023-11-29 21:19 UTC
[ima-evm-utils PATCH 00/12] Address non concurrency-safe libimaevm global variables
2023-11-29 16:08 UTC (27+ 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 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
[RFC V2] IMA Log Snapshotting Design Proposal
2023-11-29 2:07 UTC (18+ messages)
[ima-evm-utils PATCH v2 00/14] Enable shellcheck and fix some issues
2023-11-28 18:16 UTC (15+ messages)
` [ima-evm-utils PATCH v2 01/14] tests: Address issues raised by shellcheck SC2086 & enable shellcheck
` [ima-evm-utils PATCH v2 02/14] tests: Address issues raised by shellcheck SC2181
` [ima-evm-utils PATCH v2 03/14] tests: Address issues raised by shellcheck SC2046
` [ima-evm-utils PATCH v2 04/14] tests: Address issues raised by shellcheck SC2320
` [ima-evm-utils PATCH v2 05/14] tests: Address issues raised by shellcheck SC2317
` [ima-evm-utils PATCH v2 06/14] tests: Address issues raised by shellcheck SC2034
` [ima-evm-utils PATCH v2 07/14] tests: Address issues raised by shellcheck SC2164
` [ima-evm-utils PATCH v2 08/14] tests: Address issues raised by shellcheck SC2166
` [ima-evm-utils PATCH v2 09/14] tests: Address issues raised by shellcheck SC2294
` [ima-evm-utils PATCH v2 10/14] tests: Address issues raised by shellcheck SC2206
` [ima-evm-utils PATCH v2 11/14] tests: Address issues raised by shellcheck SC2196
` [ima-evm-utils PATCH v2 12/14] tests: Address issues raised by shellcheck SC2043
` [ima-evm-utils PATCH v2 13/14] tests: Address issues raised by shellcheck SC2295
` [ima-evm-utils PATCH v2 14/14] tests: Address issues raised by shellcheck SC2003
[PATCH v5 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-28 14:42 UTC (14+ 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 v6 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-28 12:35 UTC (18+ 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
[jarkko-tpmdd:tpm_buf-v4] [tpm] 5581fa1c8f: WARNING:at_drivers/char/tpm/tpm-buf.c:#tpm_buf_reset
2023-11-28 7:34 UTC
[PATCH] tpm: tis_i2c: Add compatible string nuvoton,npct75x
2023-11-27 20:05 UTC (2+ messages)
[PATCH v5 00/17] add integrity and security to TPM2 transactions
2023-11-27 19:08 UTC (18+ 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
` [PATCH v5 17/17] Documentation: add tpm-security.rst
[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: 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 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/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: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 (11+ messages)
` [PATCH v6 19/25] ima: Move to "
` [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 00/23] security: Move IMA and EVM to the LSM infrastructure
2023-11-20 20:55 UTC (6+ messages)
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
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