mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
20aab88f91
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.
24 lines
1.6 KiB
XML
24 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
<!-- Automatically generated by kernel-config.py
|
|
DO NOT EDIT! -->
|
|
<screen><emphasis role='blue'>S</emphasis>ecurity options --->
|
|
[*] <emphasis role='blue'>E</emphasis>nable access key retention support [KEYS]
|
|
[*] <emphasis role='blue'>L</emphasis>arge payload keys [BIG_KEYS]
|
|
[*] <emphasis role='blue'>D</emphasis>iffie-Hellman operations on retained keys [KEY_DH_OPERATIONS]
|
|
|
|
-*- <emphasis role='blue'>C</emphasis>ryptographic API ---> [CRYPTO]
|
|
<emphasis role='blue'>C</emphasis>ertificates for signature checking --->
|
|
[*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of trusted keys [SYSTEM_TRUSTED_KEYRING]
|
|
[*] <emphasis role='blue'>P</emphasis>rovide a keyring to which extra trustable keys may be added
|
|
... [SECONDARY_TRUSTED_KEYRING]
|
|
[*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of blacklisted keys [SYSTEM_BLACKLIST_KEYRING]
|
|
|
|
<emphasis role='blue'>L</emphasis>ibrary routines --->
|
|
<emphasis role='blue'>C</emphasis>rypto library routines --->
|
|
# If not built into the kernel, [BIG_KEYS] won't show up;
|
|
# building as a module won't work:
|
|
<*> <emphasis role='blue'>C</emphasis>haCha20-Poly1305 AEAD support (8-byte nonce library version)
|
|
... [CRYPTO_LIB_CHACHA20POLY1305]</screen>
|