aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Horstmann <david.horstmann@arm.com>2024-03-18 13:17:25 +0000
committerDavid Horstmann <david.horstmann@arm.com>2024-03-18 13:17:25 +0000
commit331b2cfb31037501f2036db0243f55540bab62d6 (patch)
treeda6b5ac84a0ccdea6d2c46225419365c8ffa6e6f
parent24c269fd4ad59d11396e84fbb463ea155858ee7f (diff)
downloadmbedtls-331b2cfb31037501f2036db0243f55540bab62d6.zip
mbedtls-331b2cfb31037501f2036db0243f55540bab62d6.tar.gz
mbedtls-331b2cfb31037501f2036db0243f55540bab62d6.tar.bz2
Clarify design decision in light of actions
We were successful in adding transparent memory-poisoning testing, so simplify to the real design decision we made. Signed-off-by: David Horstmann <david.horstmann@arm.com>
-rw-r--r--docs/architecture/psa-shared-memory.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture/psa-shared-memory.md b/docs/architecture/psa-shared-memory.md
index 611aedc..a906c81 100644
--- a/docs/architecture/psa-shared-memory.md
+++ b/docs/architecture/psa-shared-memory.md
@@ -364,7 +364,7 @@ It may be possible to transparently implement memory poisoning so that existing
These issues may be solved by creating some kind of test wrapper around every PSA function call that poisons the memory. However, it is unclear how straightforward this will be in practice. If this is simple to achieve, the extra coverage and time saved on new tests will be a benefit. If not, writing new tests is the best strategy.
-**Design decision: Attempt to add memory poisoning transparently to existing tests. If this proves difficult, write new tests instead.**
+**Design decision: Add memory poisoning transparently to existing tests.**
#### Discussion of copying validation