Changeset 20aab88 for general/genlib


Ignore:
Timestamp:
02/03/2024 11:23:10 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
50d35ab3
Parents:
cd45da76
Message:

kernel-config: Adjust config needed by keyutils test

CRYPTO_DH is automatically set if KEY_DH_OPERATIONS is set, so there is
no need to mention it. CRYPTO_LIB_CHACHA20POLY1305 is needed to be y
or BIG_KEYS won't show up.

File:
1 edited

Legend:

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

    rcd45da76 r20aab88  
    1010
    1111-*- <emphasis role='blue'>C</emphasis>ryptographic API ---&gt;                                              [CRYPTO]
    12   <emphasis role='blue'>P</emphasis>ublic-key cryptography ---&gt;
    13     &lt;*/M&gt; <emphasis role='blue'>D</emphasis>H (Diffie-Hellman)                                        [CRYPTO_DH]
    1412  <emphasis role='blue'>C</emphasis>ertificates for signature checking ---&gt;
    1513    [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of trusted keys        [SYSTEM_TRUSTED_KEYRING]
    1614    [*]   <emphasis role='blue'>P</emphasis>rovide a keyring to which extra trustable keys may be added
    1715                                                ...  [SECONDARY_TRUSTED_KEYRING]
    18     [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of blacklisted keys  [SYSTEM_BLACKLIST_KEYRING]</screen>
     16    [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of blacklisted keys  [SYSTEM_BLACKLIST_KEYRING]
     17
     18<emphasis role='blue'>L</emphasis>ibrary routines ---&gt;
     19  <emphasis role='blue'>C</emphasis>rypto library routines ---&gt;
     20    # If not built into the kernel, [BIG_KEYS] won't show up;
     21    # building as a module won't work:
     22    &lt;*&gt; <emphasis role='blue'>C</emphasis>haCha20-Poly1305 AEAD support (8-byte nonce library version)
     23                                              ...  [CRYPTO_LIB_CHACHA20POLY1305]</screen>
Note: See TracChangeset for help on using the changeset viewer.