From 8d9ca6e1e18d8b429c30e3e30828bb41c6b26c5c Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 09:48:51 +0100 Subject: Add aes256_anon test, expand readme certificate section Create test configs for SignAndEncrypt / Aes256_Sha256_RsaPss with anonymous auth. Expand the readme certificate section with an identity table and clearer trust store explanation. --- tests/aes256_anon/server_lds.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/aes256_anon/server_lds.conf (limited to 'tests/aes256_anon/server_lds.conf') diff --git a/tests/aes256_anon/server_lds.conf b/tests/aes256_anon/server_lds.conf new file mode 100644 index 0000000..587820f --- /dev/null +++ b/tests/aes256_anon/server_lds.conf @@ -0,0 +1,11 @@ +# ServerLDS — test: aes256_anon + +port = 14840 +applicationUri = urn:localhost:bobink:ServerLDS +certificate = certs/ServerLDS_cert.der +privateKey = certs/ServerLDS_key.der +cleanupTimeout = 60 + +authMode = anonymous + +trustStore = certs/trust/server_lds -- cgit v1.2.3