Skip to content

[redhat] New configs in lib/crypto

Fixes: RHEL-106303
Fixes: RHEL-106304
Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

Symbol: CRYPTO_LIB_BENCHMARK [=n]
Type  : bool
Defined at lib/crypto/tests/Kconfig:49
  Prompt: Include benchmarks in KUnit tests for cryptographic functions
  Depends on: CRYPTO_LIB_BENCHMARK_VISIBLE [=y]
  Location:
    -> Library routines
      -> Crypto library routines
        -> Include benchmarks in KUnit tests for cryptographic functions (CRYPTO_LIB_BENCHMARK [=n])

Commit: 4dcf6cad (lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256)


Symbol: CRYPTO_LIB_POLY1305_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/crypto/tests/Kconfig:3
  Prompt: KUnit tests for Poly1305
  Depends on: KUNIT [=m]
  Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
  Location:
    -> Library routines
      -> Crypto library routines
        -> KUnit tests for Poly1305 (CRYPTO_LIB_POLY1305_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_POLY1305 [=y]

Commit: 6dd4d9f7 (lib/crypto: tests: Add KUnit tests for Poly1305)


Symbol: CRYPTO_LIB_SHA1_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/crypto/tests/Kconfig:12
  Prompt: KUnit tests for SHA-1
  Depends on: KUNIT [=m]
  Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
  Location:
    -> Library routines
      -> Crypto library routines
        -> KUnit tests for SHA-1 (CRYPTO_LIB_SHA1_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_SHA1 [=y]

Commit: 66b13060 (lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1)


Symbol: CRYPTO_LIB_SHA256_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/crypto/tests/Kconfig:24
  Prompt: KUnit tests for SHA-224 and SHA-256
  Depends on: KUNIT [=m]
  Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
  Location:
    -> Library routines
      -> Crypto library routines
        -> KUnit tests for SHA-224 and SHA-256 (CRYPTO_LIB_SHA256_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_SHA256 [=y]

Commit: 4dcf6cad (lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256)


Symbol: CRYPTO_LIB_SHA512_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/crypto/tests/Kconfig:36
  Prompt: KUnit tests for SHA-384 and SHA-512
  Depends on: KUNIT [=m]
  Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
  Location:
    -> Library routines
      -> Crypto library routines
        -> KUnit tests for SHA-384 and SHA-512 (CRYPTO_LIB_SHA512_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_SHA512 [=y]

Commit: 571eaedd (lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512)


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Edited by CKI KWF Bot

Merge request reports

Loading