diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,10 +100,10 @@ Integration tests exercise five combinations of security and authentication: | Test | Security | Auth | |------|----------|------| -| `nosec_anon` | LDS unsecured / None | anonymous | -| `none_anon` | None | anonymous | +| `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 | Run them: |
