diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -107,17 +107,15 @@ All three programs accept an optional log level as the last argument ## Tests -Integration tests exercise five combinations of security and authentication: +Integration tests exercise three combinations of security and authentication: | Test | Security | Auth | |------|----------|------| -| `nosec_anon` | LDS + ServerRegister unsecured / None | anonymous | -| `none_user` | None | user/password | -| `basic256sha256_anon` | SignAndEncrypt / Basic256Sha256 | anonymous | -| `aes256_anon` | SignAndEncrypt / Aes256_Sha256_RsaPss | anonymous | -| `aes128_user` | SignAndEncrypt / Aes128_Sha256_RsaOaep | user/password | +| `unsecure_anonymous` | None / None | anonymous | +| `secure_anonymous` | SignAndEncrypt / Basic256Sha256 | anonymous | +| `secure_user` | SignAndEncrypt / Basic256Sha256 | user/password | -Run them: +Run all tests: ```sh ctest --test-dir build --output-on-failure |
