public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-16 09:56:44 to 2024-01-09 20:35:31 UTC [more...]

[GIT PULL] tpmdd changes for v6.8
 2024-01-09 20:35 UTC 

[PATCH v4 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-09 17:58 UTC  (9+ messages)
` [PATCH v4 1/4] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v4 2/4] arch/x86: Move internal setup_data "
` [PATCH v4 3/4] arch/x86: Implement arch_ima_efi_boot_mode() in source file
` [PATCH v4 4/4] arch/x86: Do not include <asm/bootparam.h> in several files

[ima-evm-utils PATCH v3 00/13] Address non concurrency-safe libimaevm global variables
 2024-01-09 17:21 UTC  (20+ messages)
` [ima-evm-utils PATCH v3 01/13] Rename "public_keys" to "g_public_keys"
` [ima-evm-utils PATCH v3 02/13] Free public keys list
` [ima-evm-utils PATCH v3 03/13] Update library function definitions to include a "public_keys" parameter
` [ima-evm-utils PATCH v3 04/13] Update imaevm_verify_hash() definition to include "hash_algo" parameter
` [ima-evm-utils PATCH v3 05/13] Update cmd_verify_ima() to define and use a local list of public keys
` [ima-evm-utils PATCH v3 06/13] Update cmd_verify_evm "
` [ima-evm-utils PATCH v3 07/13] Update ima_measurements "
` [ima-evm-utils PATCH v3 08/13] Define library ima_calc_hash2() function with a hash algorithm parameter
` [ima-evm-utils PATCH v3 09/13] Use a local hash algorithm variable when verifying file signatures
` [ima-evm-utils PATCH v3 10/13] Update EVM signature verification to use a local hash algorithm variable
` [ima-evm-utils PATCH v3 11/13] Use a file specific hash algorithm variable for signing files
` [ima-evm-utils PATCH v3 12/13] Update sign_hash_v*() definition to include the key password
` [ima-evm-utils PATCH v3 13/13] Define and use a file specific "keypass" variable

[PATCH v1 0/8] Add device tree for IBM system1 BMC
 2024-01-09 17:14 UTC  (15+ messages)
` [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices
` [PATCH v1 6/8] ARM: dts: aspeed: System1: GPIO, Fan ctrl, Led
` [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

[PATCH v1 0/1] Add more compatibility strings to tpm-tis-i2c
 2024-01-09 17:11 UTC  (3+ messages)
` [PATCH v1 1/1] tpm: tis-i2c: Add more compatible strings

[RFC][PATCH] ima: add crypto agility support for template-hash algorithm
 2024-01-09 17:05 UTC  (8+ messages)

[GIT PULL] integrity: subsystem updates for v6.8
 2024-01-09 13:41 UTC 

[PATCH v2 0/3] Add device tree for IBM system1 BMC
 2024-01-09  9:25 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v2 2/3] dt-bindings: Add DPS310 as trivial device
` [PATCH v2 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

[PATCH] integrity: don't throw an error immediately when failed to add a cert to the .machine keyring
 2024-01-09  0:30 UTC  (12+ messages)
  `  "
      `  "
` [PATCH v2] integrity: eliminate unnecessary "Problem loading X.509 certificate" msg

[PATCH v3 0/4] dt-bindings: tpm: Clean all the things
 2024-01-08 19:06 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: tpm: Consolidate TCG TIS bindings
` [PATCH v3 2/4] dt-bindings: tpm: Convert Google Cr50 bindings to DT schema
` [PATCH v3 3/4] dt-bindings: tpm: Convert IBM vTPM "
` [PATCH v3 4/4] dt-bindings: tpm: Document Microsoft fTPM bindings

[RFC V2] IMA Log Snapshotting Design Proposal
 2024-01-08 17:15 UTC  (18+ messages)

[PATCH v3 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-08  9:03 UTC  (7+ messages)
` [PATCH v3 1/4] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v3 2/4] arch/x86: Move internal setup_data "
` [PATCH v3 3/4] arch/x86: Implement arch_ima_efi_boot_mode() in source file
` [PATCH v3 4/4] arch/x86: Do not include <asm/bootparam.h> in several files

[PATCH v3 0/7] ima: kexec: measure events between kexec load and execute
 2024-01-07 17:00 UTC  (17+ messages)
` [PATCH v3 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v3 2/7] ima: kexec: move ima log copy from kexec load to execute
` [PATCH v3 5/7] ima: suspend measurements during buffer copy at kexec execute
` [PATCH v3 6/7] ima: configure memory to log events between kexec load and execute
` [PATCH v3 7/7] ima: measure kexec load and exec events as critical data

[PATCH v6 00/20] add integrity and security to TPM2 transactions
 2024-01-05 15:36 UTC  (39+ messages)
` [PATCH v6 01/20] tpm: Remove unused tpm_buf_tag()
` [PATCH v6 02/20] tpm: Remove tpm_send()
` [PATCH v6 03/20] tpm: Move buffer handling from static inlines to real functions
` [PATCH v6 04/20] tpm: Update struct tpm_buf documentation comments
` [PATCH v6 05/20] tpm: Store the length of the tpm_buf data separately
` [PATCH v6 06/20] tpm: TPM2B formatted buffers
` [PATCH v6 07/20] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v6 08/20] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
` [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] dt-bindings: tpm: Add compatible string atmel,attpm20p
 2024-01-04 19:11 UTC  (5+ messages)

[PATCH] tpm_tis_spi: Add compatible string atmel,attpm20p
 2024-01-03 16:10 UTC  (4+ messages)

TPM interrupt patch on LTS
 2024-01-03 14:08 UTC  (2+ messages)

[PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-03 13:45 UTC  (9+ messages)
` [PATCH v2 1/3] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v2 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode

[PATCH] tpm: cr50: fix kernel-doc warning and spelling
 2024-01-03 13:43 UTC  (2+ messages)

[PATCH v8] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2024-01-03  3:21 UTC  (3+ messages)

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2024-01-02 17:44 UTC  (20+ messages)
` [PATCH v8 19/24] ima: Move to "
` [PATCH v8 20/24] ima: Move IMA-Appraisal "
` [PATCH v8 21/24] evm: Move "
` [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM
` [PATCH v8 23/24] ima: "

[ima-evm-utils PATCH v2 00/13] Address non concurrency-safe libimaevm global variables
 2024-01-02 13:46 UTC  (11+ messages)
` [ima-evm-utils PATCH v2 03/13] Update library function definitions to include a "public_keys" parameter
` [ima-evm-utils PATCH v2 05/13] Update cmd_verify_ima() to define and use a local list of public keys
` [ima-evm-utils PATCH v2 11/13] Use a file specific hash algorithm variable for signing files
` [ima-evm-utils PATCH v2 12/13] Update sign_hash_v*() definition to include the key password
` [ima-evm-utils PATCH v2 13/13] Define and use a file specific "keypass" variable

[PATCH 1/2] dt-bindings: reset: Add Infineon SLB9670 TPM reset driver
 2023-12-21 10:09 UTC  (9+ messages)
` [PATCH 2/2] "

[PATCH v2 0/3] evm: disable EVM on overlayfs
 2023-12-20 14:19 UTC  (9+ messages)
` [PATCH v2 1/3] evm: don't copy up 'security.evm' xattr
` [PATCH v2 2/3] evm: add support to disable EVM on unsupported filesystems
` [PATCH v2 3/3] overlay: disable EVM

[PATCH 0/2] evm: disable EVM on overlayfs
 2023-12-19 14:47 UTC  (5+ messages)
` [PATCH 1/2] evm: don't copy up 'security.evm' xattr
` [PATCH 2/2] evm: add support to disable EVM on unsupported filesystems

[PATCH v5 0/6] DCP as trusted keys backend
 2023-12-19  0:45 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: tpm: Clean all the things
 2023-12-18 21:01 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: tpm: Consolidate TCG TIS bindings

IMA performance regression in 5.10.194 when using overlayfs
 2023-12-18 19:39 UTC  (6+ messages)

[PATCH v2] tpm: tis_i2c: Add compatible string nuvoton,npct75x
 2023-12-17 11:10 UTC 

[RESEND PATCH] tpm: nuvoton: Use i2c_get_match_data()
 2023-12-16  9:47 UTC  (3+ messages)


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