diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 22:07:07 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 22:07:07 +0100 |
| commit | 95f40458a9dd927fba35624564b64b5f973dd9fe (patch) | |
| tree | 4ed80f1fe2ab9435750dab103e71a22897abfc8d /CMakeLists.txt | |
| parent | 4a0e0ff8cca00a6e4b4557d468894682d1b91333 (diff) | |
| download | BobinkCOpcUa-95f40458a9dd927fba35624564b64b5f973dd9fe.tar.gz BobinkCOpcUa-95f40458a9dd927fba35624564b64b5f973dd9fe.zip | |
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.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |
