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/client.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/aes256_anon/client.conf (limited to 'tests/aes256_anon/client.conf') diff --git a/tests/aes256_anon/client.conf b/tests/aes256_anon/client.conf new file mode 100644 index 0000000..2818355 --- /dev/null +++ b/tests/aes256_anon/client.conf @@ -0,0 +1,9 @@ +# Client — test: aes256_anon + +applicationUri = urn:localhost:bobink:ClientFindServers +certificate = certs/ClientFindServers_cert.der +privateKey = certs/ClientFindServers_key.der +securityMode = SignAndEncrypt +securityPolicy = Aes256_Sha256_RsaPss +authMode = anonymous +trustStore = certs/trust/client -- cgit v1.2.3