source: kernel-config/general/genlib/keyutils-test.toml@ bcdc3a3

lazarus trunk
Last change on this file since bcdc3a3 was bcdc3a3, checked in by Xi Ruoyao <xry111@…>, 4 weeks ago

keyutils: Enable SHA1 kernel configuration for testing

It's added back in Linux-6.8.3, and now LFS has Linux-6.8.5.

Link: https://git.kernel.org/stable/c/f0caeb2681c4

  • Property mode set to 100644
File size: 578 bytes
Line 
1BIG_KEYS='*'
2KEYS='*'
3KEY_DH_OPERATIONS='*'
4CRYPTO = { value = '*', forced = '*' }
5SYSTEM_TRUSTED_KEYRING='*'
6SECONDARY_TRUSTED_KEYRING='*'
7SYSTEM_BLACKLIST_KEYRING='*'
8ASYMMETRIC_KEY_TYPE='*'
9ASYMMETRIC_PUBLIC_KEY_SUBTYPE='*'
10CRYPTO_RSA='*M'
11CRYPTO_SHA1='*M'
12
13[X509_CERTIFICATE_PARSER]
14value = '*'
15comment = [
16 "If not built into the kernel, [SYSTEM_TRUSTED_KEYRING] won't show up;",
17 "building as a module won't work"
18]
19
20[CRYPTO_LIB_CHACHA20POLY1305]
21value = '*'
22comment = [
23 "If not built into the kernel, [BIG_KEYS] won't show up;",
24 "building as a module won't work"
25]
Note: See TracBrowser for help on using the repository browser.