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

lazarus trunk
Last change on this file since 6be57aad was b2787106, checked in by Xi Ruoyao <xry111@…>, 3 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: 2.3 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'>P</emphasis>ublic-key cryptography ---&gt;
13 &lt;*/M&gt; <emphasis role='blue'>R</emphasis>SA (Rivest-Shamir-Adleman) [CRYPTO_RSA]
14 [*] <emphasis role='blue'>A</emphasis>symmetric (public-key cryptographic) key type ---&gt; [ASYMMETRIC_KEY_TYPE]
15 &lt;*&gt; <emphasis role='blue'>A</emphasis>symmetric public-key crypto algorithm subtype
16 ... [ASYMMETRIC_PUBLIC_KEY_SUBTYPE]
17 # If not built into the kernel, [SYSTEM_TRUSTED_KEYRING] won't show up;
18 # building as a module won't work:
19 &lt;*&gt; <emphasis role='blue'>X</emphasis>.509 certificate parser [X509_CERTIFICATE_PARSER]
20 <emphasis role='blue'>C</emphasis>ertificates for signature checking ---&gt;
21 [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of trusted keys [SYSTEM_TRUSTED_KEYRING]
22 [*] <emphasis role='blue'>P</emphasis>rovide a keyring to which extra trustable keys may be added
23 ... [SECONDARY_TRUSTED_KEYRING]
24 [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of blacklisted keys [SYSTEM_BLACKLIST_KEYRING]
25
26<emphasis role='blue'>L</emphasis>ibrary routines ---&gt;
27 <emphasis role='blue'>C</emphasis>rypto library routines ---&gt;
28 # If not built into the kernel, [BIG_KEYS] won't show up;
29 # building as a module won't work:
30 &lt;*&gt; <emphasis role='blue'>C</emphasis>haCha20-Poly1305 AEAD support (8-byte nonce library version)
31 ... [CRYPTO_LIB_CHACHA20POLY1305]</screen>
Note: See TracBrowser for help on using the repository browser.