diff options
author | Ruslan N. Marchenko <me@ruff.mobi> | 2020-10-04 20:50:33 +0200 |
---|---|---|
committer | Ruslan N. Marchenko <me@ruff.mobi> | 2020-10-05 15:40:53 +0200 |
commit | fa4145eb9c300eab9f002675de56e8b9021730a4 (patch) | |
tree | 0d20f94f46e269e80dd83f2a5ecfb50311a5f643 /tests/wocky-test-sasl-auth-server.h | |
parent | 43ea7cd17b98622b03495c90815266126cb8a89b (diff) |
Add SASL SCRAM-SHA*-PLUS tests
Diffstat (limited to 'tests/wocky-test-sasl-auth-server.h')
-rw-r--r-- | tests/wocky-test-sasl-auth-server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/wocky-test-sasl-auth-server.h b/tests/wocky-test-sasl-auth-server.h index d24a9fa..0c89c6f 100644 --- a/tests/wocky-test-sasl-auth-server.h +++ b/tests/wocky-test-sasl-auth-server.h @@ -39,6 +39,9 @@ typedef enum { SERVER_PROBLEM_DISLIKE_GOOGLE_JDD, SERVER_PROBLEM_SPACE_CHALLENGE, SERVER_PROBLEM_SLASH_CHALLENGE, + SERVER_PROBLEM_MANGLED_BINDING_DATA, + SERVER_PROBLEM_MANGLED_BINDING_FLAG, + SERVER_PROBLEM_SCRAMBLED_BINDING, /* Not actually a problem, but let the server choose to put * ``additional data with success'' in a success stanza. */ SERVER_PROBLEM_FINAL_DATA_IN_SUCCESS, |