linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-31 07:26:43 to 2021-09-15 16:34:56 UTC [more...]

[RFC][PATCH 0/9] integrity: Introduce DIGLIM advanced features
 2021-09-15 16:31 UTC  (8+ messages)
` [RFC][PATCH 1/9] ima: Introduce new hook DIGEST_LIST_CHECK
` [RFC][PATCH 2/9] diglim: Loader
` [RFC][PATCH 5/9] diglim: Compact digest list generator
` [RFC][PATCH 6/9] diglim: RPM "
` [RFC][PATCH 7/9] diglim: Digest list uploader
` [RFC][PATCH 8/9] diglim: RPM parser
` [RFC][PATCH 9/9] diglim: Admin guide

[PATCH v3 00/13] integrity: Introduce DIGLIM
 2021-09-15  6:54 UTC  (16+ messages)
` [PATCH v3 01/13] diglim: Overview
` [PATCH v3 02/13] diglim: Basic definitions
` [PATCH v3 03/13] diglim: Objects
` [PATCH v3 04/13] diglim: Methods
` [PATCH v3 05/13] diglim: Parser
` [PATCH v3 06/13] diglim: IMA info
` [PATCH v3 07/13] diglim: Interfaces - digest_list_add, digest_list_del
` [PATCH v3 08/13] diglim: Interfaces - digest_lists_loaded
` [PATCH v3 09/13] diglim: Interfaces - digest_list_label
` [PATCH v3 10/13] diglim: Interfaces - digest_query
` [PATCH v3 11/13] diglim: Interfaces - digests_count
` [PATCH v3 12/13] diglim: Remote Attestation
` [PATCH v3 13/13] diglim: Tests

[zohar-integrity:next-integrity-testing 1/1] security/integrity/ima/ima_policy.c:684:25: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2021-09-14 22:30 UTC 

[PATCH v6 00/13] Enroll kernel keys thru MOK
 2021-09-14 21:14 UTC  (14+ messages)
` [PATCH v6 01/13] integrity: Introduce a Linux keyring called machine
` [PATCH v6 02/13] integrity: Do not allow machine keyring updates following init
` [PATCH v6 03/13] KEYS: CA link restriction
` [PATCH v6 04/13] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca
` [PATCH v6 05/13] integrity: add new keyring handler for mok keys
` [PATCH v6 06/13] KEYS: Rename get_builtin_and_secondary_restriction
` [PATCH v6 07/13] KEYS: add a reference to machine keyring
` [PATCH v6 08/13] KEYS: Introduce link restriction for machine keys
` [PATCH v6 09/13] KEYS: integrity: change link restriction to trust the machine keyring
` [PATCH v6 10/13] KEYS: link secondary_trusted_keys to machine trusted keys
` [PATCH v6 11/13] integrity: store reference to machine keyring
` [PATCH v6 12/13] integrity: Trust MOK keys if MokListTrustedRT found
` [PATCH v6 13/13] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true

[PATCH v15 0/6] Add tpm i2c ptp driver
 2021-09-14 16:58 UTC  (8+ messages)
` [PATCH v15 1/6] tpm_tis: Fix expected bit handling and send all bytes in one shot without last byte in exception
` [PATCH v15 2/6] tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()"
` [PATCH v15 3/6] tpm: Handle an exception for TPM Firmware Update mode
` [PATCH v15 4/6] tpm: tpm_tis: verify TPM_STS register is valid after locality request
` [PATCH v15 5/6] tpm: tpm_tis: add tpm_tis_i2c driver
` [PATCH v15 6/6] tpm: Add YAML schema for TPM TIS I2C options

[PATCH ltp v3 1/2] IMA: Move check_policy_writable to ima_setup.sh and rename it
 2021-09-14 16:15 UTC  (2+ messages)
` [PATCH ltp v3 2/2] IMA: Add tests for uid, gid, fowner, and fgroup options

[PATCH v4 0/9] ima-evm-utils: Add support for signing with pkcs11 URIs
 2021-09-14 15:24 UTC  (11+ messages)
` [PATCH v4 1/9] evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable
` [PATCH v4 2/9] evmctl: Handle failure to initialize the openssl engine
` [PATCH v4 3/9] evmctl: Implement function for setting up an OpenSSL engine
` [PATCH v4 4/9] evmctl: Define and use an ENGINE field in libimaevm_params
` [PATCH v4 5/9] evmctl: use the pkcs11 engine for pkcs11: prefixed URIs
` [PATCH v4 6/9] libimaevm: Add support for pkcs11 private keys for signing a v2 hash
` [PATCH v4 7/9] tests: Import softhsm_setup script to enable pkcs11 test case
` [PATCH v4 8/9] tests: Extend sign_verify test with pkcs11-specific test
` [PATCH v4 9/9] tests: Get the packages for pkcs11 testing on the CI/CD system

[PATCH v7 ima-evm-utils 0/2] make default hash algorithm dynamic
 2021-09-14 15:24 UTC  (4+ messages)
` [PATCH v7 ima-evm-utils 1/2] set default hash algorithm in configuration time
` [PATCH v7 ima-evm-utils 2/2] make SHA-256 the default hash algorithm

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-09-14  2:44 UTC  (4+ messages)

[PATCH] tpm: fix potential NULL pointer access in tpm_del_char_device()
 2021-09-14  0:31 UTC  (4+ messages)
  ` Aw: "

[PATCH v14 0/7] Add tpm i2c ptp driver
 2021-09-13 21:10 UTC  (10+ messages)
` [PATCH v14 1/7] tpm: Make read{16, 32}() and write32() in tpm_tis_phy_ops optional
` [PATCH v14 2/7] tpm: tpm_tis: Fix expected bit handling and send all bytes in one shot without last byte in exception
` [PATCH v14 3/7] tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()"
` [PATCH v14 4/7] tpm: Handle an exception for TPM Firmware Update mode
` [PATCH v14 5/7] tpm: tpm_tis: verify TPM_STS register is valid after locality request
` [PATCH v14 6/7] tpm: tpm_tis: add tpm_tis_i2c driver
` [PATCH v14 7/7] \tpm: Add YAML schema for TPM TIS I2C options

[PATCH v2 1/1] tpm/tpm_i2c_infineon: Fix init endian vendor check
 2021-09-13 20:31 UTC  (6+ messages)

[PATCH] integrity: support including firmware ".platform" keys at build time
 2021-09-13 19:37 UTC  (5+ messages)

[PATCH ima-evm-utils v4] evmctl: Use secure heap for private keys and passwords
 2021-09-13 18:07 UTC  (9+ messages)

[PATCH v3 0/9] ima-evm-utils: Add support for signing with pkcs11 URIs
 2021-09-13 16:55 UTC  (15+ messages)
` [PATCH v3 1/9] evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable
` [PATCH v3 2/9] evmctl: Handle failure to initialize the openssl engine
` [PATCH v3 3/9] evmctl: Implement function for setting up an OpenSSL engine
` [PATCH v3 4/9] evmctl: Define and use an ENGINE field in libimaevm_params
` [PATCH v3 5/9] evmctl: use the pkcs11 engine for pkcs11: prefixed URIs
` [PATCH v3 6/9] libimaevm: Add support for pkcs11 private keys for signing a v2 hash
` [PATCH v3 7/9] tests: Import softhsm_setup script to enable pkcs11 test case
` [PATCH v3 8/9] tests: Extend sign_verify test with pkcs11-specific test
` [PATCH v3 9/9] tests: Get the packages for pkcs11 testing on the CI/CD system

[PATCH] tpm/tpm_i2c_infineon: Fix init endian vendor check
 2021-09-13 12:05 UTC  (3+ messages)

[PATCH ltp v2] IMA: Add tests for uid, gid, fowner, and fgroup options
 2021-09-13  8:40 UTC  (2+ messages)

[PATCH v3] KEYS: trusted: Fix trusted key backends when building as module
 2021-09-13  7:47 UTC  (2+ messages)

[PATCH v6 0/1] NAX (No Anonymous Execution) LSM
 2021-09-11 10:38 UTC  (2+ messages)
` [PATCH v6 1/1] NAX LSM: Add initial support

[PATCH v5 ima-evm-utils 0/2] make default hash algorithm dynamic
 2021-09-10 15:24 UTC  (6+ messages)
` [PATCH v5 ima-evm-utils 1/2] set default hash algorithm in configuration time
  ` [PATCH v6 "
` [PATCH v5 ima-evm-utils 2/2] make SHA-256 the default hash algorithm

[PATCH linux rebase] ima: add gid support
 2021-09-10  7:33 UTC  (5+ messages)
` [PATCH ltp] IMA: Add tests for uid, gid, fowner, and fgroup options

[PATCH v5 00/12] Enroll kernel keys thru MOK
 2021-09-09 18:19 UTC  (31+ messages)
` [PATCH v5 01/12] integrity: Introduce a Linux keyring called machine
` [PATCH v5 02/12] integrity: Do not allow machine keyring updates following init
` [PATCH v5 03/12] KEYS: CA link restriction
` [PATCH v5 04/12] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca
` [PATCH v5 05/12] integrity: add new keyring handler for mok keys
` [PATCH v5 06/12] KEYS: add a reference to machine keyring
` [PATCH v5 07/12] KEYS: Introduce link restriction to include builtin, secondary and machine keys
` [PATCH v5 08/12] KEYS: integrity: change link restriction to trust the machine keyring
` [PATCH v5 09/12] KEYS: link secondary_trusted_keys to machine trusted keys
` [PATCH v5 10/12] integrity: store reference to machine keyring
` [PATCH v5 11/12] integrity: Trust MOK keys if MokListTrustedRT found
` [PATCH v5 12/12] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true

[PATCH v6] tpm: fix Atmel TPM crash caused by too frequent queries
 2021-09-09 17:32 UTC  (3+ messages)

[PATCH] tpm: Check for integer overflow in tpm2_map_response_body()
 2021-09-09 14:04 UTC  (2+ messages)

[PATCH] ima: add gid support
 2021-09-08 21:20 UTC  (4+ messages)

[PATCH v6] tpm: fix Atmel TPM crash caused by too frequent queries
 2021-09-08  9:22 UTC  (2+ messages)

[PATCH v3] tpm: fix Atmel TPM crash caused by too frequent queries
 2021-09-08  8:33 UTC  (10+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH v2 0/8] ima-evm-utils: Add support for signing with pkcs11 URIs
 2021-09-04 10:21 UTC  (21+ messages)
` [PATCH v2 1/8] evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable
` [PATCH v2 2/8] evmctl: Handle engine initialization properly
` [PATCH v2 3/8] evmctl: Move code setting up engine to own funtion
` [PATCH v2 4/8] evmctl: Extend libimaevm_params with ENGINE field and use it
` [PATCH v2 5/8] evmctl: Setup the pkcs11 engine if key has pkcs11: prefix
` [PATCH v2 6/8] libimaevm: Add support for pkcs11 private keys for signing a v2 hash
` [PATCH v2 7/8] tests: Extend sign_verify test with pkcs11-specific test
` [PATCH v2 8/8] tests: Get the packages for pkcs11 testing on the CI/CD system

[GIT PULL] integrity subsystem updates for v5.15
 2021-09-02 20:05 UTC  (2+ messages)

[PATCH v4 00/12] Enroll kernel keys thru MOK
 2021-09-02 10:18 UTC  (18+ messages)

IMA namespaces
 2021-09-01 12:00 UTC 

[PATCH v5 0/1] NAX (No Anonymous Execution) LSM
 2021-08-31  7:26 UTC  (4+ messages)
` [PATCH v5 1/1] NAX LSM: Add initial support


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 NNTP newsgroup(s).