Resolve DA, A&C, and security spec gaps with ServerCapabilities, alarm methods, and modern profiles
Add ServerCapabilities/OperationLimits node, enable diagnostics, add OnModifyMonitoredItemsComplete override for DA compliance. Wire shelving, enable/disable, confirm, and addcomment handlers on alarm conditions with LocalTime/Quality event fields for Part 9 compliance. Add Aes128/Aes256 security profiles, X.509 certificate authentication, and AUDIT-prefixed auth logging. Fix flaky probe monitor test. Update docs for all changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -130,7 +130,11 @@ namespace ZB.MOM.WW.LmxOpcUa.Tests.Security
|
||||
names.ShouldContain("None");
|
||||
names.ShouldContain("Basic256Sha256-Sign");
|
||||
names.ShouldContain("Basic256Sha256-SignAndEncrypt");
|
||||
names.Count.ShouldBe(3);
|
||||
names.ShouldContain("Aes128_Sha256_RsaOaep-Sign");
|
||||
names.ShouldContain("Aes128_Sha256_RsaOaep-SignAndEncrypt");
|
||||
names.ShouldContain("Aes256_Sha256_RsaPss-Sign");
|
||||
names.ShouldContain("Aes256_Sha256_RsaPss-SignAndEncrypt");
|
||||
names.Count.ShouldBe(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user