From 95f40458a9dd927fba35624564b64b5f973dd9fe Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 22:07:07 +0100 Subject: Remove redundant config/ dir, use Aes256_Sha256_RsaPss everywhere The config/ example files duplicated the test configs. Remove them and point the Running docs at tests/secure_user/ instead. Switch the security policy from Basic256Sha256 to Aes256_Sha256_RsaPss in all test configs, CMakeLists.txt, and readme.md. --- tests/secure_user/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/secure_user/client.conf') diff --git a/tests/secure_user/client.conf b/tests/secure_user/client.conf index 85c12e9..5059ca9 100644 --- a/tests/secure_user/client.conf +++ b/tests/secure_user/client.conf @@ -7,7 +7,7 @@ privateKey = certs/Client_key.der trustStore = certs/trust/client securityMode = SignAndEncrypt -securityPolicy = Basic256Sha256 +securityPolicy = Aes256_Sha256_RsaPss authMode = user username = user -- cgit v1.2.3