blob: 6c49f97b703806f5b84a0be0d28c5d817e52a558 [file] [log] [blame]
Neels Hofmeyr37984bd2016-03-30 11:22:24 +02001
2* test_error()
3wrapped: db_get_authinfo_for_subscr(): rc = -5
Neels Hofmeyrf9b212f2016-03-30 11:22:27 +02004auth_get_tuple_for_subscr(key_seq=0) --> auth_action == AUTH_ERROR
Neels Hofmeyr37984bd2016-03-30 11:22:24 +02005
6* test_auth_not_avail()
7wrapped: db_get_authinfo_for_subscr(): rc = -2
8auth_get_tuple_for_subscr(key_seq=0) --> auth_action == AUTH_NOT_AVAIL
Neels Hofmeyr4554a622016-03-30 11:22:25 +02009
10* test_auth_then_ciph1()
11wrapped: db_get_authinfo_for_subscr(): rc = 0
12wrapped: db_get_lastauthtuple_for_subscr(): rc = -2
13wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
14auth_get_tuple_for_subscr(key_seq=0) --> auth_action == AUTH_DO_AUTH_THEN_CIPH
Neels Hofmeyrcf1302e2016-03-30 11:22:30 +020015wrapped: db_get_authinfo_for_subscr(): rc = 0
16wrapped: db_get_lastauthtuple_for_subscr(): rc = -2
17wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
18auth_get_tuple_for_subscr(key_seq=0) --> auth_action == AUTH_DO_AUTH_THEN_CIPH
Neels Hofmeyr4554a622016-03-30 11:22:25 +020019
20* test_auth_then_ciph2()
21wrapped: db_get_authinfo_for_subscr(): rc = 0
22wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
23wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
24auth_get_tuple_for_subscr(key_seq=7) --> auth_action == AUTH_DO_AUTH_THEN_CIPH
25wrapped: db_get_authinfo_for_subscr(): rc = 0
26wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
27wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
28auth_get_tuple_for_subscr(key_seq=7) --> auth_action == AUTH_DO_AUTH_THEN_CIPH
Neels Hofmeyrd617c5d2016-03-30 11:22:26 +020029
30* test_auth_reuse()
31wrapped: db_get_authinfo_for_subscr(): rc = 0
32wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
33wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
34auth_get_tuple_for_subscr(key_seq=3) --> auth_action == AUTH_DO_CIPH
Neels Hofmeyr0d929be2016-03-30 11:22:29 +020035
36* test_auth_reuse_key_seq_mismatch()
37wrapped: db_get_authinfo_for_subscr(): rc = 0
38wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
39wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
40auth_get_tuple_for_subscr(key_seq=4) --> auth_action == AUTH_DO_AUTH_THEN_CIPH