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_cert/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/secure_cert/client.conf') diff --git a/tests/secure_cert/client.conf b/tests/secure_cert/client.conf index 0abd582..68a14aa 100644 --- a/tests/secure_cert/client.conf +++ b/tests/secure_cert/client.conf @@ -8,6 +8,6 @@ privateKey = certs/Client_key.der trustStore = certs/trust/client securityMode = SignAndEncrypt -securityPolicy = Basic256Sha256 +securityPolicy = Aes256_Sha256_RsaPss authMode = cert -- cgit v1.2.3