| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove redundant config/ dir, use Aes256_Sha256_RsaPss everywhere | Thomas Vanbesien | 37 hours | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | Add X509 certificate identity token authentication | Thomas Vanbesien | 38 hours | 1 | -0/+13 |
| Support authMode=cert alongside anonymous and user. The client reuses its application certificate as the X509 identity token (open62541 requires both to match). Server-side access control advertises the certificate token policy automatically when sessionPKI is configured. | |||||
