From ed48f326097d347f89ebc2cea948fed82ed73c9a Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 16 Apr 2023 18:42:55 +0800 Subject: openssl: Clarify the condition when 30-test_afalg.t fails --- chapter08/openssl.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'chapter08') diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 0c3c41a7c..40a769311 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -65,10 +65,13 @@ make test - One test, 30-test_afalg.t, is known to fail on some kernel - configurations (depending on inconsistent values of - CONFIG_CRYPTO_USER_API* settings.) If it fails, it can safely be - ignored. + One test, 30-test_afalg.t, is known to fail if the host kernel + does not have enabled, + or does not have any options providing an AES with CBC implementation + (for example, the combination of + and , or + if the CPU supports AES-NI) + enabled. If it fails, it can safely be ignored. Install the package: -- cgit v1.2.3-54-g00ecf