Ignore:
File:
1 edited

Legend:

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

    r434e3e0 rb2787106  
    1111-*- <emphasis role='blue'>C</emphasis>ryptographic API ---&gt;                                              [CRYPTO]
    1212  <emphasis role='blue'>P</emphasis>ublic-key cryptography ---&gt;
    13     &lt;*/M&gt; <emphasis role='blue'>D</emphasis>H (Diffie-Hellman)                                        [CRYPTO_DH]
     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]
    1420  <emphasis role='blue'>C</emphasis>ertificates for signature checking ---&gt;
    1521    [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of trusted keys        [SYSTEM_TRUSTED_KEYRING]
    1622    [*]   <emphasis role='blue'>P</emphasis>rovide a keyring to which extra trustable keys may be added
    1723                                                ...  [SECONDARY_TRUSTED_KEYRING]
    18     [*] <emphasis role='blue'>P</emphasis>rovide system-wide ring of blacklisted keys  [SYSTEM_BLACKLIST_KEYRING]</screen>
     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 TracChangeset for help on using the changeset viewer.