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

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

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.

  • Property mode set to 100644
File size: 561 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'
11
12[X509_CERTIFICATE_PARSER]
13value = '*'
14comment = [
15 "If not built into the kernel, [SYSTEM_TRUSTED_KEYRING] won't show up;",
16 "building as a module won't work"
17]
18
19[CRYPTO_LIB_CHACHA20POLY1305]
20value = '*'
21comment = [
22 "If not built into the kernel, [BIG_KEYS] won't show up;",
23 "building as a module won't work"
24]
Note: See TracBrowser for help on using the repository browser.