From 9b9f92f9b63f06b8d634380f10ca92594f410137 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 24 Oct 2024 14:53:42 +0200 Subject: [PATCH] fix(doc/coap): Re-apply earlier fix This change got lost during the refactoring of c973289b. --- book/src/tooling/coap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/src/tooling/coap.md b/book/src/tooling/coap.md index 5cb2d24e1..54a089e33 100644 --- a/book/src/tooling/coap.md +++ b/book/src/tooling/coap.md @@ -137,7 +137,8 @@ is to allow unauthenticated access everywhere. For example, this may make sense on a link layer with tight access control. The components also have internal dependencies: EDHOC can only practically be used in combination with OSCORE; -ACE depends on either depending on the profiles used. +ACE comes with profiles with individual dependencies +(eg. using the ACE-EDHOC profile requires EDHOC). #### Symmetric encryption: OSCORE