From d0bfa5e60a46297e84fde522bd384c3f32bb9e35 Mon Sep 17 00:00:00 2001 From: Sander van der Heijden Date: Thu, 17 Oct 2024 17:16:56 +0200 Subject: [PATCH] Update README.md Signed-off-by: Sander van der Heijden --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 843c8c8..d89e4d9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ The HTTP client side is implemented using a [Spring WebClient](https://docs.spri The payload received from the devices is expected to be a JSON string in [CBOR](https://cbor.io/) format and should contain an ID field. -Currently the proxy performs a simple validation on the ID contained in the payload and the Identity used by the device when setting up a connection, before forwarding the message to the HTTP server. +The proxy performs a validation on the ID contained in the payload and the Identity used by the device when setting up a connection, before forwarding the message to the HTTP server. -Although some basic support for DTLS is already present, the implementation of PSK management, is still work in progress and will become available in a later version. +The proxy supports DTLS. PSKs are retrieved from the [crest device service](https://github.com/OSGP/sng-crest-device-service/).