From 54a0ad2012dd61e363c96ea3ba832d1f1c329ae2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 31 Aug 2020 15:41:29 +0200 Subject: [PATCH] Note the limitation that you can't exclude multipart support Signed-off-by: Gilles Peskine --- docs/proposed/psa-conditional-inclusion-c.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/proposed/psa-conditional-inclusion-c.md b/docs/proposed/psa-conditional-inclusion-c.md index 61d3d1798..7ba52d00b 100644 --- a/docs/proposed/psa-conditional-inclusion-c.md +++ b/docs/proposed/psa-conditional-inclusion-c.md @@ -41,6 +41,8 @@ This is difficult to adapt to the PSA interface for several reasons. The `MBEDTL [Limitation.size] There is no requirement to include only support for certain key sizes. +[Limitation.multipart] Where there are multiple ways to perform an operation, for example single-part and multi-part, there is no mechanism to select only one or a subset of the possible ways. + ## Interface ### PSA Crypto configuration file