From 6c45361a9c8f927b25e2448bbb5e66ee85b6d9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 18 Mar 2024 10:12:49 +0100 Subject: [PATCH] Update for HMAC testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Been merged in the meantime. Signed-off-by: Manuel Pégourié-Gonnard --- docs/architecture/testing/driver-interface-test-strategy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/architecture/testing/driver-interface-test-strategy.md b/docs/architecture/testing/driver-interface-test-strategy.md index 5bf1375f32..f4f224b85e 100644 --- a/docs/architecture/testing/driver-interface-test-strategy.md +++ b/docs/architecture/testing/driver-interface-test-strategy.md @@ -469,7 +469,9 @@ Hash (key types: none) parity testing. HMAC (key type: HMAC) -- No driver-only testing here, see #8564. +- `test_psa_crypto_config_accel_hmac`: all algs, full config except a few + exclusions (PKCS5, PKCS7, HMAC-DRBG, legacy HKDF, deterministic ECDSA), with +parity testing. Cipher, AEAD and CMAC (key types: DES, AES, ARIA, CHACHA20, CAMELLIA): - `test_psa_crypto_config_accel_cipher_aead_cmac`: all key types and algs, full