aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor auth and security params into aggregate typesThomas Vanbesien2026-02-185-365/+330
* Add X509 certificate identity token authenticationThomas Vanbesien2026-02-1811-25/+126
* Extract createUnsecureClientConfig, fix None endpoint negotiationThomas Vanbesien2026-02-187-50/+61
* Make discovery-only None endpoint a createServer optionThomas Vanbesien2026-02-184-19/+28
* Add None endpoint so unsecure clients can discover secure serversThomas Vanbesien2026-02-182-6/+7
* Make client/server encryption optional, rename tests to full namesThomas Vanbesien2026-02-1829-209/+177
* Make client encryption optionalThomas Vanbesien2026-02-181-40/+73
* Rename ClientFindServers certificate identity to ClientThomas Vanbesien2026-02-188-23/+23
* Standardize config file section ordering, list operations in usageThomas Vanbesien2026-02-1825-56/+82
* Fix memory leak, add volatile, reduce duplicationThomas Vanbesien2026-02-184-62/+91
* Add aes256_anon test, expand readme certificate sectionThomas Vanbesien2026-02-185-4/+59
* Remove none_anon test, make nosec_anon fully unsecuredThomas Vanbesien2026-02-186-50/+2
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2026-02-176-298/+173
* Make LDS security config optional, add nosec_anon testThomas Vanbesien2026-02-178-69/+173
* Update certificate generation: keep intermediate files, fix URI formatThomas Vanbesien2026-02-1722-26/+25
* Add readme with from-scratch build instructionsThomas Vanbesien2026-02-171-0/+132
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-1741-1002/+876
* Use Aes256_Sha256_RsaPss as default security policyThomas Vanbesien2026-02-172-3/+3
* Rename project from OpcUaDiscovery to OpcUaCThomas Vanbesien2026-02-171-1/+1
* Decouple LDS and server clients in ClientFindServersThomas Vanbesien2026-02-178-118/+272
* Fix CMakeLists.txt header comment to survive cmake-formatThomas Vanbesien2026-02-172-55/+44
* Add comments to build files and shell scripts, fix minor inconsistenciesThomas Vanbesien2026-02-175-7/+62
* Replace verbose .clang-format with BasedOnStyle: GNUThomas Vanbesien2026-02-171-297/+1
* Remove CLAUDE.md from version controlThomas Vanbesien2026-02-172-197/+3
* Keep PEM certificate after generationThomas Vanbesien2026-02-171-2/+2
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-177-30/+123
* Replace CLI arguments with config-file parser and add integration testsThomas Vanbesien2026-02-1730-312/+1179
* Improve comments in server_register.cThomas Vanbesien2026-02-171-1/+6
* Make authentication mode and credentials configurable via CLIThomas Vanbesien2026-02-174-49/+212
* Add username/password authentication to servers and clientThomas Vanbesien2026-02-173-1/+36
* Initial commit: OPC UA discovery projectThomas Vanbesien2026-02-1714-0/+1651