aboutsummaryrefslogtreecommitdiffstats
path: root/tests/aes256_anon/server_lds.conf
Commit message (Collapse)AuthorAgeFilesLines
* Standardize config file section ordering, list operations in usageThomas Vanbesien2 days1-2/+3
| | | | | | | Group config keys into sections separated by blank lines: identity, encryption (certificate/privateKey/trustStore), security mode, auth. Program-specific keys (cleanupTimeout, registerInterval) go last. Show available operations in Client usage message.
* Add aes256_anon test, expand readme certificate sectionThomas Vanbesien2 days1-0/+11
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.