tools: Add CONFIG_CRYPTO_GCM

Certain TLS suites are based on AES/GCM, make sure it is added to the
reference test-runner kernel config.
This commit is contained in:
Denis Kenzior 2022-07-14 11:50:25 -05:00
parent ee68e44b80
commit 0593846ffc
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ scripts/config --enable CONFIG_CRYPTO_CMAC
scripts/config --enable CONFIG_CRYPTO_DES
scripts/config --enable CONFIG_CRYPTO_DES3_EDE_X86_64
scripts/config --enable CONFIG_CRYPTO_HMAC
scripts/config --enable CONFIG_CRYPTO_GCM
scripts/config --enable CONFIG_KEYS
scripts/config --enable CONFIG_KEY_DH_OPERATIONS
scripts/config --enable CONFIG_ASYMMETRIC_KEY_TYPE