linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tpm: enable HMAC encryption for only x86-64 and aarch64
@ 2024-05-21 13:09 Jarkko Sakkinen
  2024-05-21 13:26 ` James Bottomley
  0 siblings, 1 reply; 9+ messages in thread
From: Jarkko Sakkinen @ 2024-05-21 13:09 UTC (permalink / raw)
  To: linux-integrity
  Cc: keyrings, James.Bottomley, Jarkko Sakkinen, Peter Huewe,
	Jason Gunthorpe, Mimi Zohar, David Howells, Paul Moore,
	James Morris, Serge E. Hallyn, linux-kernel,
	linux-security-module

Let's be more conservative and enable HMAC by default only for the
platforms where it immediately makes sense, i.e. x86-64 and aarch64.
This can be relaxed later on, and obviously the kconfig option can be
set even if not default on a particular arch.

Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Fixes: d2add27cf2b8 ("tpm: Add NULL primary creation")
Closes: https://lore.kernel.org/linux-integrity/D1FCAPJSYLTS.R9VC1CXDCIHH@kernel.org/
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
---
 drivers/char/tpm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig
index e63a6a17793c..19e61dcfcbbe 100644
--- a/drivers/char/tpm/Kconfig
+++ b/drivers/char/tpm/Kconfig
@@ -29,7 +29,7 @@ if TCG_TPM
 
 config TCG_TPM2_HMAC
 	bool "Use HMAC and encrypted transactions on the TPM bus"
-	default y
+	default X86_64 || ARM64
 	select CRYPTO_ECDH
 	select CRYPTO_LIB_AESCFB
 	select CRYPTO_LIB_SHA256
-- 
2.45.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-21 15:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 13:09 [PATCH] tpm: enable HMAC encryption for only x86-64 and aarch64 Jarkko Sakkinen
2024-05-21 13:26 ` James Bottomley
2024-05-21 14:02   ` Jarkko Sakkinen
2024-05-21 14:13     ` James Bottomley
2024-05-21 14:26       ` Jarkko Sakkinen
2024-05-21 14:35         ` Jarkko Sakkinen
2024-05-21 14:56           ` James Bottomley
2024-05-21 15:02             ` Jarkko Sakkinen
2024-05-21 15:01           ` Jarkko Sakkinen

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).