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 /tests/secure_cert | |
| 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 'tests/secure_cert')
| -rw-r--r-- | tests/secure_cert/client.conf | 2 | ||||
| -rw-r--r-- | tests/secure_cert/server_register_client.conf | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/tests/secure_cert/server_register_client.conf b/tests/secure_cert/server_register_client.conf index 7542bdf..ddba01d 100644 --- a/tests/secure_cert/server_register_client.conf +++ b/tests/secure_cert/server_register_client.conf @@ -8,6 +8,6 @@ privateKey = certs/ServerRegisterClient_key.der trustStore = certs/trust/server_register_client securityMode = SignAndEncrypt -securityPolicy = Basic256Sha256 +securityPolicy = Aes256_Sha256_RsaPss authMode = anonymous |
