messages from 2023-02-03 18:57:45 to 2023-02-17 08:50:41 UTC [more...]
[PATCH v2 06/11] tpm: Add full HMAC and encrypt/decrypt session handling code
2023-02-17 8:49 UTC (15+ messages)
[PATCH 00/12] add integrity and security to TPM2 transactions
2023-02-16 23:37 UTC (14+ messages)
` [PATCH 01/12] crypto: lib - implement library version of AES in CFB mode
` [PATCH 02/12] tpm: move buffer handling from static inlines to real functions
` [PATCH 03/12] tpm: add buffer handling for TPM2B types
` [PATCH 04/12] tpm: add cursor based buffer functions for response parsing
` [PATCH 05/12] tpm: add buffer function to point to returned parameters
` [PATCH 06/12] tpm: export the context save and load commands
` [PATCH 07/12] tpm: Add full HMAC and encrypt/decrypt session handling code
` [PATCH 08/12] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH 09/12] tpm: add session encryption protection to tpm2_get_random()
` [PATCH 10/12] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH 11/12] tpm: add the null key name as a sysfs export
` [PATCH 12/12] Documentation: add tpm-security.rst
[PATCH 04/14] Implement CAP_TRUST capability
2023-02-16 21:47 UTC (3+ messages)
[PATCH ima-evm-utils 0/3] CI: Tumbleweed openSSL fix
2023-02-16 15:29 UTC (10+ messages)
` [PATCH ima-evm-utils 1/3] tests/install-swtpm.sh: Update ibmswtpm2 to 1682
` [PATCH ima-evm-utils 2/3] github: travis: Remove COMPILE_SSL from tumbleweed
` [PATCH ima-evm-utils 3/3] github: Put openSSL build into own section
[PATCH ima-evm-utils v2] Add ima_policy_check.awk and ima_policy_check.test
2023-02-16 13:40 UTC (8+ messages)
[PATCH v6 00/26] pSeries dynamic secure boot secvar interface + platform keyring loading
2023-02-15 12:41 UTC (42+ messages)
` [PATCH v6 01/26] powerpc/pseries: Fix handling of PLPKS object flushing timeout
` [PATCH v6 02/26] powerpc/pseries: Fix alignment of PLPKS structures and buffers
` [PATCH v6 03/26] powerpc/secvar: Fix incorrect return in secvar_sysfs_load()
` [PATCH v6 04/26] powerpc/secvar: Use u64 in secvar_operations
` [PATCH v6 05/26] powerpc/secvar: Warn and error if multiple secvar ops are set
` [PATCH v6 06/26] powerpc/secvar: Use sysfs_emit() instead of sprintf()
` [PATCH v6 07/26] powerpc/secvar: Handle format string in the consumer
` [PATCH v6 08/26] powerpc/secvar: Handle max object size "
` [PATCH v6 09/26] powerpc/secvar: Clean up init error messages
` [PATCH v6 10/26] powerpc/secvar: Extend sysfs to include config vars
` [PATCH v6 11/26] powerpc/secvar: Allow backend to populate static list of variable names
` [PATCH v6 12/26] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
` [PATCH v6 13/26] powerpc/secvar: Don't print error on ENOENT when reading variables
` [PATCH v6 14/26] powerpc/pseries: Move plpks.h to include directory
` [PATCH v6 15/26] powerpc/pseries: Move PLPKS constants to header file
` [PATCH v6 16/26] powerpc/pseries: Expose PLPKS config values, support additional fields
` [PATCH v6 17/26] powerpc/pseries: Implement signed update for PLPKS objects
` [PATCH v6 18/26] powerpc/pseries: Log hcall return codes for PLPKS debug
` [PATCH v6 19/26] powerpc/pseries: Make caller pass buffer to plpks_read_var()
` [PATCH v6 20/26] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
` [PATCH v6 21/26] powerpc/pseries: Clarify warning when PLPKS password already set
` [PATCH v6 22/26] powerpc/pseries: Add helper to get PLPKS password length
` [PATCH v6 23/26] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v6 24/26] powerpc/pseries: Implement secvars for dynamic secure boot
` [PATCH v6 25/26] integrity/powerpc: Improve error handling & reporting when loading certs
` [PATCH v6 26/26] integrity/powerpc: Support loading keys from PLPKS
[PATCH v3] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
2023-02-15 9:25 UTC
[PATCH v2] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
2023-02-14 21:52 UTC (2+ messages)
[PATCH v4 0/6] Add CA enforcement keyring restrictions
2023-02-14 21:24 UTC (24+ messages)
` [PATCH v4 1/6] KEYS: Create static version of public_key_verify_signature
` [PATCH v4 2/6] KEYS: Add missing function documentation
` [PATCH v4 3/6] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH v4 4/6] KEYS: X.509: Parse Key Usage
` [PATCH v4 5/6] KEYS: CA link restriction
` [PATCH v4 6/6] integrity: machine keyring CA configuration
[PATCH 0/1] Avoid triggering an fTPM bug from kernel
2023-02-14 20:19 UTC (2+ messages)
` [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs
[GIT PULL] tpm: changes for v6.3-rc1
2023-02-13 8:38 UTC
[PATCH ima-evm-utils] Add ima_policy_check.awk and ima_policy_check.test
2023-02-13 8:05 UTC (4+ messages)
[PATCH] tpm: add vendor flag to command code validation
2023-02-13 7:57 UTC (4+ messages)
[PATCH RFC] tpm: disable hwrng for known-defective AMD RNGs
2023-02-11 15:15 UTC (6+ messages)
[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
2023-02-10 23:21 UTC (24+ messages)
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v9 12/16] fsverity: consume builtin signature "
` [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider
[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
2023-02-10 17:32 UTC (10+ messages)
` [PATCH v5 2/2] "
[PATCH v15 00/26] ima: Namespace IMA with audit support in IMA-ns
2023-02-10 0:39 UTC (28+ messages)
` [PATCH v15 01/26] securityfs: rework dentry creation
` [PATCH v15 02/26] securityfs: Extend securityfs with namespacing support
` [PATCH v15 03/26] ima: Define ima_namespace struct and start moving variables into it
` [PATCH v15 04/26] ima: Move arch_policy_entry into ima_namespace
` [PATCH v15 05/26] ima: Move ima_htable "
` [PATCH v15 06/26] ima: Move measurement list related variables "
` [PATCH v15 07/26] ima: Move some IMA policy and filesystem "
` [PATCH v15 08/26] ima: Move IMA securityfs files into ima_namespace or onto stack
` [PATCH v15 09/26] ima: Move ima_lsm_policy_notifier into ima_namespace
` [PATCH v15 10/26] ima: Switch to lazy lsm policy updates for better performance
` [PATCH v15 11/26] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
` [PATCH v15 12/26] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v15 13/26] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v15 14/26] ima: Implement hierarchical processing of file accesses
` [PATCH v15 15/26] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v15 16/26] ima: Add functions for creating and "
` [PATCH v15 17/26] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v15 18/26] integrity: Add optional callback function to integrity_inode_free()
` [PATCH v15 19/26] ima: Namespace audit status flags
` [PATCH v15 20/26] ima: Remove unused iints from the integrity_iint_cache
` [PATCH v15 21/26] ima: Setup securityfs for IMA namespace
` [PATCH v15 22/26] ima: Introduce securityfs file to activate an "
` [PATCH v15 23/26] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v15 24/26] ima: Limit number of policy rules in non-init_ima_ns
` [PATCH v15 25/26] ima: Restrict informational audit messages to init_ima_ns
` [PATCH v15 26/26] ima: Enable IMA namespaces
[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
2023-02-09 21:05 UTC (6+ messages)
` [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security()
[GIT PULL] Add trusted_for(2) (was O_MAYEXEC)
2023-02-09 15:43 UTC (10+ messages)
[regression] Bug 216989 - since 6.1 systems with AMD Ryzen stutter when fTPM is enabled
2023-02-08 2:52 UTC (8+ messages)
[PATCH 0/4] Tegra TPM driver with hw flow control
2023-02-08 2:39 UTC (4+ messages)
` [PATCH 2/4] tpm: tegra: Support SPI tpm wait state detect
[PATCH -next] tpm: of: fix return value check in tpm_read_log_memory_region()
2023-02-08 1:31 UTC (4+ messages)
[PATCH v5 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use
2023-02-07 23:20 UTC (11+ messages)
[PATCH ima-evm-utils v5] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks
2023-02-07 17:47 UTC (5+ messages)
[PATCH v5 00/25] pSeries dynamic secure boot secvar interface + platform keyring loading
2023-02-07 5:25 UTC (4+ messages)
` [PATCH v5 19/25] powerpc/pseries: Make caller pass buffer to plpks_read_var()
[Patch V2 0/4] Tegra TPM driver with hw flow control
2023-02-06 16:10 UTC (11+ messages)
` [Patch V2 1/4] dt-bindings: tpm: Add compatible for Tegra TPM
` [Patch V2 2/4] tpm: tegra: Support SPI tpm wait state detect
` [Patch V2 3/4] spi: dt-bindings: Add Tegra TPM wait polling flag
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;
as well as URLs for NNTP newsgroup(s).