From a47a3c4e13cab525cf075a5c83229460273ddc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 12 Apr 2024 10:21:42 +0200 Subject: [PATCH] Rephrase description of the KDF situation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- .../testing/driver-interface-test-strategy.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/architecture/testing/driver-interface-test-strategy.md b/docs/architecture/testing/driver-interface-test-strategy.md index ecd13a5dc3..3c0e068fdd 100644 --- a/docs/architecture/testing/driver-interface-test-strategy.md +++ b/docs/architecture/testing/driver-interface-test-strategy.md @@ -342,10 +342,9 @@ the total number of hits for this family. Not covered at all by the test drivers. -That's a gap in our testing, as the driver interface does define a key -derivation family of entry points. This gap is probably related to the fact -that our internal code structure doesn't obey the guidelines and is not -aligned with the driver interface, see #5488 and related issues. +That's a test gap which reflects a feature gap: the driver interface does +define a key derivation family of entry points, but we don't currently +implement that part of the driver interface, see #5488 and related issues. #### Asymmetric signature @@ -483,7 +482,7 @@ Cipher, AEAD and CMAC (key types: DES, AES, ARIA, CHACHA20, CAMELLIA): Key derivation (key types: `DERIVE`, `RAW_DATA`, `PASSWORD`, `PEPPER`, `PASSWORD_HASH`): -- No testing as we don't have test driver support yet (see previous section). +- No testing as we don't have driver support yet (see previous section). RSA (key types: `RSA_KEY_PAIR_xxx`, `RSA_PUBLIC_KEY`): - `test_psa_crypto_config_accel_rsa_crypto`: all 4 algs (encryption &