| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add aes256_anon test, expand readme certificate section | Thomas Vanbesien | 2 days | 1 | -4/+15 |
| | | | | | | | Create test configs for SignAndEncrypt / Aes256_Sha256_RsaPss with anonymous auth. Expand the readme certificate section with an identity table and clearer trust store explanation. | ||||
| * | Remove none_anon test, make nosec_anon fully unsecured | Thomas Vanbesien | 2 days | 1 | -2/+2 |
| | | | | | | | 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. | ||||
| * | Make LDS security config optional, add nosec_anon test | Thomas Vanbesien | 3 days | 1 | -9/+13 |
| | | | | | | | | | | | | | | ServerLDS and ServerRegister can now run without encryption when certificate, privateKey, and trustStore are all omitted from the server config file. When any of the three is present, all three are still required. The unsecured server uses UA_ServerConfig_setMinimal with SecurityPolicy#None only. Add nosec_anon integration test covering the LDS unsecured path. Update readme: use symlinks instead of copies for trust stores, note that ServerLDS and ServerRegister support running without certs. | ||||
| * | Add readme with from-scratch build instructions | Thomas Vanbesien | 3 days | 1 | -0/+132 |
