blob: 9d89bfb84b902adcf0ba3f333a31cafd298450b9 [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
15
16* test_auth_then_ciph2()
17wrapped: db_get_authinfo_for_subscr(): rc = 0
18wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
19wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
20auth_get_tuple_for_subscr(key_seq=7) --> auth_action == AUTH_DO_AUTH_THEN_CIPH
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
Neels Hofmeyrd617c5d2016-03-30 11:22:26 +020025
26* test_auth_reuse()
27wrapped: db_get_authinfo_for_subscr(): rc = 0
28wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
29wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
30auth_get_tuple_for_subscr(key_seq=3) --> auth_action == AUTH_DO_CIPH
Neels Hofmeyr0d929be2016-03-30 11:22:29 +020031
32* test_auth_reuse_key_seq_mismatch()
33wrapped: db_get_authinfo_for_subscr(): rc = 0
34wrapped: db_get_lastauthtuple_for_subscr(): rc = 0
35wrapped: db_sync_lastauthtuple_for_subscr(): rc = 0
36auth_get_tuple_for_subscr(key_seq=4) --> auth_action == AUTH_DO_AUTH_THEN_CIPH