linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BlueZ PATCH] doc: Add kernel config to use SHA512
@ 2021-07-13 20:21 Tedd Ho-Jeong An
  2021-07-13 20:34 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tedd Ho-Jeong An @ 2021-07-13 20:21 UTC (permalink / raw)
  To: linux-bluetooth

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds kernel config to use SHA512 due to the recent change in
the kernel crypto API which uses SHA256 as a default instead of SHA512.
---
 doc/tester.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/tester.config b/doc/tester.config
index 850fb6a38..6e0ec2950 100644
--- a/doc/tester.config
+++ b/doc/tester.config
@@ -37,6 +37,7 @@ CONFIG_CRYPTO_CMAC=y
 CONFIG_CRYPTO_USER_API=y
 CONFIG_CRYPTO_USER_API_HASH=y
 CONFIG_CRYPTO_USER_API_SKCIPHER=y
+CONFIG_CRYPTO_SHA512=y
 
 CONFIG_UNIX=y
 
-- 
2.26.3


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

end of thread, other threads:[~2021-07-13 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13 20:21 [BlueZ PATCH] doc: Add kernel config to use SHA512 Tedd Ho-Jeong An
2021-07-13 20:34 ` [BlueZ] " bluez.test.bot

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