aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename client executable to bobink_opcua_clientThomas Vanbesien2026-02-193-9/+9
* Refactor: reduce duplication and tighten helpersThomas Vanbesien2026-02-194-107/+65
* Rename CMake project and executable targetsThomas Vanbesien2026-02-183-19/+19
* Add TOFU certificate bootstrap integration testThomas Vanbesien2026-02-1818-0/+218
* Move certificates into per-test directoriesThomas Vanbesien2026-02-1850-75/+38
* Add download-cert client operation with integration testThomas Vanbesien2026-02-181-0/+114
* Remove redundant config/ dir, use Aes256_Sha256_RsaPss everywhereThomas Vanbesien2026-02-186-6/+6
* Add X509 certificate identity token authenticationThomas Vanbesien2026-02-184-0/+52
* Extract createUnsecureClientConfig, fix None endpoint negotiationThomas Vanbesien2026-02-183-13/+2
* Add None endpoint so unsecure clients can discover secure serversThomas Vanbesien2026-02-181-4/+0
* Make client/server encryption optional, rename tests to full namesThomas Vanbesien2026-02-1823-142/+64
* Rename ClientFindServers certificate identity to ClientThomas Vanbesien2026-02-185-15/+15
* Standardize config file section ordering, list operations in usageThomas Vanbesien2026-02-1820-38/+58
* Add aes256_anon test, expand readme certificate sectionThomas Vanbesien2026-02-184-0/+44
* Remove none_anon test, make nosec_anon fully unsecuredThomas Vanbesien2026-02-185-48/+0
* Make LDS security config optional, add nosec_anon testThomas Vanbesien2026-02-174-0/+42
* Update certificate generation: keep intermediate files, fix URI formatThomas Vanbesien2026-02-1717-18/+18
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-1727-310/+180
* Decouple LDS and server clients in ClientFindServersThomas Vanbesien2026-02-176-54/+96
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-171-23/+23
* Replace CLI arguments with config-file parser and add integration testsThomas Vanbesien2026-02-1719-0/+412