linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 12:42:45 to 2021-05-04 13:46:13 UTC [more...]

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-05-04 13:45 UTC  (25+ messages)
` [PATCH v5 03/12] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [PATCH v5 04/12] ima: Move ima_reset_appraise_flags() call to post hooks
` [PATCH v5 06/12] evm: Ignore INTEGRITY_NOLABEL/INTEGRITY_NOXATTRS if conditions are safe
` [PATCH v5 07/12] evm: Allow xattr/attr operations for portable signatures
` [PATCH v5 09/12] evm: Allow setxattr() and setattr() for unmodified metadata

[PATCH v2 0/3] ima-evm-utils: Add --keyid option
 2021-05-04 13:38 UTC  (8+ messages)
` [PATCH v2 1/3] ima-evm-utils: Allow manual setting keyid for signing
` [PATCH v2 2/3] ima-evm-utils: Allow manual setting keyid from a cert file
` [PATCH v2 3/3] ima-evm-utils: Read keyid from the cert appended to the key file

[PATCH v7 0/5] Enable root to update the blacklist keyring
 2021-05-04 10:31 UTC  (3+ messages)

[RFC PATCH] ima-evm-utils: Allow manual setting keyid for signing
 2021-05-04  1:24 UTC  (3+ messages)

[PATCH 0/2] ima-evm-utils: Add --keyid option
 2021-05-03 23:34 UTC  (3+ messages)
` [PATCH 1/2] ima-evm-utils: Allow manual setting keyid for signing
` [PATCH 2/2] ima-evm-utils: Allow manual setting keyid from a cert file

[PATCH v3 0/4] Fixes for TPM interrupt handling
 2021-05-03 15:52 UTC  (11+ messages)
` [PATCH v3 1/4] tpm: Use a threaded interrupt handler
` [PATCH v3 2/4] tpm: Simplify locality handling
` [PATCH v3 3/4] tpm: Fix test for interrupts
` [PATCH v3 4/4] tpm: Only enable supported irqs

[PATCH] KEYS: trusted: fix memory leak
 2021-05-03 14:56 UTC  (4+ messages)

[PATCH] KEYS: trusted: Fix memory leak on object td
 2021-05-03 14:55 UTC  (4+ messages)

[PATCH v2] tpm_crb: Use IOMEM_ERR_PTR when function returns iomem
 2021-05-03 14:50 UTC  (2+ messages)

calc_keyid_v2 producing different keyid for non-sha1 SKIDs
 2021-05-03 14:44 UTC  (7+ messages)

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-05-03 13:21 UTC  (15+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[GIT PULL] integrity subsystem updates for v5.13
 2021-05-02  4:27 UTC  (4+ messages)

[PATCH v2 0/4] Fixes for TPM interrupt handling
 2021-05-01  9:01 UTC  (17+ messages)
` [PATCH v2 1/4] tpm: Use a threaded interrupt handler
` [PATCH v2 2/4] tpm: Simplify locality handling
` [PATCH v2 3/4] tpm: Fix test for interrupts
` [PATCH v2 4/4] tpm: Only enable supported irqs

[PATCH 1/1] travis: Fix Fedora
 2021-04-30 19:24 UTC  (6+ messages)

[PATCH] evm: fix writing <securityfs>/evm overflow
 2021-04-29 19:58 UTC  (2+ messages)

[PATCH v2 0/1] trusted-keys: match tpm_get_ops on all return paths
 2021-04-29 19:21 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] trusted-keys: match tpm_get_ops on all return paths
 2021-04-29 19:08 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] tpm_crb: Use IOMEM_ERR_PTR when function returns iomem
 2021-04-29  6:48 UTC  (4+ messages)

[PATCH v2 0/3] ima-evm-utils: Implement function to only create IMA signature
 2021-04-27 23:55 UTC  (6+ messages)
` [PATCH v2 1/3] libimaevm: Implement imaevm_create_ima_signature
` [PATCH v2 2/3] tests: Add program to create IMA signature with new API call
` [PATCH v2 3/3] libimaevm: Have sign_hash_v2 call sign_hash_v2_pkey after reading key file

[PATCH v4 0/2] Add support for ECDSA-signed kernel modules
 2021-04-27 23:47 UTC  (4+ messages)
` [PATCH v4 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v4 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH v3 0/2] Add support for ECDSA-signed kernel modules
 2021-04-27 23:46 UTC  (5+ messages)
` [PATCH v3 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v3 2/2] certs: Add support for using elliptic curve keys for signing modules

[GIT PULL] TPM DEVICE DRIVER updates for v5.13 (updated)
 2021-04-27 23:43 UTC  (3+ messages)

[PATCH 0/3] ima-evm-utils: Implement function to only create IMA signature
 2021-04-27 19:13 UTC  (7+ messages)
` [PATCH 1/3] libimaevm: Implement imaevm_create_ima_signature
` [PATCH 2/3] tests: Add program to create IMA signature with new API call
` [PATCH 3/3] libimaevm: Have sign_hash_v2 call sign_hash_v2_pkey after reading key file

[PATCH v3 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-04-27 11:37 UTC  (7+ messages)
` [PATCH v3 1/6] reiserfs: Add missing calls to reiserfs_security_free()
` [PATCH v3 2/6] security: Rewrite security_old_inode_init_security()
` [PATCH v3 3/6] security: Pass xattrs allocated by LSMs to the inode_init_security hook
` [PATCH v3 4/6] security: Support multiple LSMs implementing "
` [PATCH v3 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v3 6/6] evm: Support multiple LSMs providing an xattr

[GIT PULL] TPM DEVICE DRIVER updates for v5.13
 2021-04-26 15:59 UTC  (2+ messages)

[PATCH] ima: ensure IMA_APPRAISE_MODSIG has necessary dependencies
 2021-04-23  2:57 UTC  (2+ messages)

[PATCH v2 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-04-22 21:39 UTC  (13+ messages)
` [PATCH v2 1/6] xattr: Complete constify ->name member of "struct xattr"
` [PATCH v2 2/6] reiserfs: Add missing calls to reiserfs_security_free()
` [PATCH v2 3/6] security: Pass xattrs allocated by LSMs to the inode_init_security hook
` [PATCH v2 4/6] security: Support multiple LSMs implementing "
` [PATCH v2 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v2 6/6] evm: Support multiple LSMs providing an xattr

[GIT PULL] KEYS: trusted fixes for 5.12-rc7
 2021-04-22 21:04 UTC  (3+ messages)

[PATCH] ima: require CONFIG_MODULES for IMA_APPRAISE_MODSIG
 2021-04-22 17:23 UTC  (2+ messages)

[PATCH] KEYS: trusted: fix TPM trusted keys for generic framework
 2021-04-22  4:57 UTC  (2+ messages)

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-04-22  4:47 UTC  (6+ messages)
` [PATCH v9 1/4] KEYS: trusted: Add generic trusted keys framework

[PATCH] KEYS: trusted: Fix TPM reservation for seal/unseal
 2021-04-21 23:11 UTC  (2+ messages)

[PATCH v2 0/2] Add support for ECDSA-signed kernel modules
 2021-04-21 12:58 UTC  (7+ messages)
` [PATCH v2 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH 000/141] Fix fall-through warnings for Clang
 2021-04-20 22:17 UTC  (5+ messages)
` [PATCH 010/141] ima: "

[PATCH 0/5] evm: Prepare for moving to the LSM infrastructure
 2021-04-20 16:09 UTC  (5+ messages)

[RFC PATCH] integrity: fix null ptr dereference in integrity_inode_free()
 2021-04-19 18:18 UTC 

[PATCH 0/6] ima-evm-utils: Some cleanups and bugfixes
 2021-04-19 15:22 UTC  (8+ messages)
` [PATCH 1/6] libimaevm: Properly check for error returned by EVP_DigestUpdate
` [PATCH 2/6] libimaevm: Remove unused off variable
` [PATCH 3/6] libimaevm: Rename variable returned from readlink to len
` [PATCH 4/6] libimaevm: Rename variable from cr to newline
` [PATCH 5/6] libimaevm: Report unsupported filetype using log_err
` [PATCH 6/6] libimaevm: Use function parameter algo for name of hash

linux-next: Tree for Apr 16 (IMA appraise causing build error)
 2021-04-16 20:32 UTC  (3+ messages)

[PATCH] KEYS: trusted: fix a couple error pointer dereferences
 2021-04-16 14:08 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 NNTP newsgroup(s).