source: general/genlib/keyutils-test-kernel.xml@ d57fcad

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since d57fcad was 20aab88, checked in by Xi Ruoyao <xry111@…>, 4 months ago

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.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4<!-- Automatically generated by kernel-config.py
5 DO NOT EDIT! -->
6<screen><emphasis role='blue'>S</emphasis>ecurity options ---&gt;
7 [*] <emphasis role='blue'>E</emphasis>nable access key retention support [KEYS]
8 [*] <emphasis role='blue'>L</emphasis>arge payload keys [BIG_KEYS]
9 [*] <emphasis role='blue'>D</emphasis>iffie-Hellman operations on retained keys [KEY_DH_OPERATIONS]
10
11-*- <emphasis role='blue'>C</emphasis>ryptographic API ---&gt; [CRYPTO]
12 <emphasis role='blue'>C</emphasis>ertificates for signature checking ---&gt;
13 [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of trusted keys [SYSTEM_TRUSTED_KEYRING]
14 [*] <emphasis role='blue'>P</emphasis>rovide a keyring to which extra trustable keys may be added
15 ... [SECONDARY_TRUSTED_KEYRING]
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 TracBrowser for help on using the repository browser.