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. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b5da8b8..78b8711 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,8 @@ set(_test_script "${CMAKE_SOURCE_DIR}/tests/run_test.sh") set(_test_names unsecure_anonymous secure_anonymous secure_user secure_cert) -set(_test_policies None Basic256Sha256 Basic256Sha256 Basic256Sha256) +set(_test_policies None Aes256_Sha256_RsaPss Aes256_Sha256_RsaPss + Aes256_Sha256_RsaPss) foreach(_name _policy IN ZIP_LISTS _test_names _test_policies) add_test(NAME "${_name}" COMMAND bash "${_test_script}" "tests/${_name}" -- cgit v1.2.3