Changeset 4eadcde


Ignore:
Timestamp:
03/14/2023 08:10:47 PM (14 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
c667e1e
Parents:
b3da3b7e
git-author:
Pierre Labastie <pierre.labastie@…> (03/14/2023 07:36:39 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/14/2023 08:10:47 PM)
Message:

Update cryptsetup kernel configuration

The layout has changed. Here is the one in linux-6.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    rb3da3b7e r4eadcde  
    115115       &lt;*/M&gt; Crypt target support                         [CONFIG_DM_CRYPT]
    116116
    117 Cryptographic API  ---&gt;
    118   &lt;*/M&gt; XTS support                                       [CONFIG_CRYPTO_XTS]
    119   &lt;*/M&gt; SHA224 and SHA256 digest algorithm                [CONFIG_CRYPTO_SHA256]
    120   &lt;*/M&gt; AES cipher algorithms                             [CONFIG_CRYPTO_AES]
    121   &lt;*/M&gt; User-space interface for symmetric key cipher algorithms
    122                                                           [CONFIG_CRYPTO_USER_API_SKCIPHER]
     117-*- Cryptographic API  ---&gt;                               [CONFIG_CRYPTO]
     118      Length-preserving ciphers and modes ---&gt;
     119        &lt;*/M&gt; XTS support                                 [CONFIG_CRYPTO_XTS]
     120      Hashes, digests, and MACs  --->
     121        -*- SHA224 and SHA256 digest algorithm            [CONFIG_CRYPTO_SHA256]
     122      Block ciphers  --->
     123        -*- AES cipher algorithms                         [CONFIG_CRYPTO_AES]
     124      Userspace interface  --->
     125        &lt;*/M&gt; Symmetric key cipher algorithms             [CONFIG_CRYPTO_USER_API_SKCIPHER]
    123126  For tests:
    124   &lt;*/M&gt; Twofish cipher algorithm                          [CONFIG_CRYPTO_TWOFISH]</literal></screen>
     127      Block ciphers  --->
     128        &lt;*/M&gt; Twofish                                     [CONFIG_CRYPTO_TWOFISH]</literal></screen>
    125129
    126130    <indexterm zone="cryptsetup cryptsetup-kernel">
Note: See TracChangeset for help on using the changeset viewer.