aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-18 00:02:37 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-18 00:02:37 +0100
commitd8a7d51ba3ecdd0592d4b562d74cc7b56c99ead9 (patch)
tree79c59eb4c3ef1522ab05e9777e3e3cddaf933026 /readme.md
parent7648a256d97abda40edbdc0d7bf59edd0a09fb95 (diff)
downloadBobinkCOpcUa-d8a7d51ba3ecdd0592d4b562d74cc7b56c99ead9.tar.gz
BobinkCOpcUa-d8a7d51ba3ecdd0592d4b562d74cc7b56c99ead9.zip
Remove none_anon test, make nosec_anon fully unsecured
none_anon was redundant — nosec_anon now covers the unsecured case with both LDS and ServerRegister running without security config. Update readme test table to reflect the change.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index bb99256..c524bc2 100644
--- a/readme.md
+++ b/readme.md
@@ -100,10 +100,10 @@ Integration tests exercise five combinations of security and authentication:
| Test | Security | Auth |
|------|----------|------|
-| `nosec_anon` | LDS unsecured / None | anonymous |
-| `none_anon` | None | anonymous |
+| `nosec_anon` | LDS + ServerRegister unsecured / None | anonymous |
| `none_user` | None | user/password |
| `basic256sha256_anon` | SignAndEncrypt / Basic256Sha256 | anonymous |
+| `aes256_anon` | SignAndEncrypt / Aes256_Sha256_RsaPss | anonymous |
| `aes128_user` | SignAndEncrypt / Aes128_Sha256_RsaOaep | user/password |
Run them: