From 5eb8de12cb7a44a4e0e67487420972dafab6aa4b Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 20 Dec 2023 11:59:32 +0100 Subject: [PATCH] driver-only-build: remove paragraph about RSA/DH deterministic key generation This feature is not supported at all in MbedTLS, driver or not. Signed-off-by: Valerio Setti --- docs/driver-only-builds.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/driver-only-builds.md b/docs/driver-only-builds.md index c2d8f69d10..373de23894 100644 --- a/docs/driver-only-builds.md +++ b/docs/driver-only-builds.md @@ -240,10 +240,6 @@ The same holds for the associated algorithm: `[PSA_WANT|MBEDTLS_PSA_ACCEL]_ALG_FFDH` allow builds accelerating FFDH and removing builtin support (i.e. `MBEDTLS_DHM_C`). -### Limitations -Support for deterministic derivation of a DH keypair -(i.e. `PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_DERIVE`) is not supported. - Ciphers and AEADs -----------------