Ignore:
Timestamp:
02/06/2024 08:48:56 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
7064886
Parents:
cb94e8a
git-author:
Xi Ruoyao <xry111@…> (02/05/2024 11:04:26 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/06/2024 08:48:56 PM)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel-config/general/genlib/keyutils-test.toml

    rcb94e8a rb2787106  
    66SECONDARY_TRUSTED_KEYRING='*'
    77SYSTEM_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]
    818
    919[CRYPTO_LIB_CHACHA20POLY1305]
Note: See TracChangeset for help on using the changeset viewer.