glfs/kernel-config/general/genlib/keyutils-test.toml
Xi Ruoyao b27871069a
keyutils: Add more kernel configuration needed by the test suite, ...
and document a known failure due to the removal of SHA1 with RSA
signed certificate from the kernel.
2024-02-07 04:48:56 +08:00

25 lines
561 B
TOML

BIG_KEYS='*'
KEYS='*'
KEY_DH_OPERATIONS='*'
CRYPTO = { value = '*', forced = '*' }
SYSTEM_TRUSTED_KEYRING='*'
SECONDARY_TRUSTED_KEYRING='*'
SYSTEM_BLACKLIST_KEYRING='*'
ASYMMETRIC_KEY_TYPE='*'
ASYMMETRIC_PUBLIC_KEY_SUBTYPE='*'
CRYPTO_RSA='*M'
[X509_CERTIFICATE_PARSER]
value = '*'
comment = [
"If not built into the kernel, [SYSTEM_TRUSTED_KEYRING] won't show up;",
"building as a module won't work"
]
[CRYPTO_LIB_CHACHA20POLY1305]
value = '*'
comment = [
"If not built into the kernel, [BIG_KEYS] won't show up;",
"building as a module won't work"
]