aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-27 15:44:16 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-29 16:33:40 +0000
commiteb59f241ec571c3bdfcd8b3fa25d8687a1191f39 (patch)
tree366145931db9ef66f0229311155cf93ee0f47ea8 /tests/auth
parenta337b9c37a9ff561b9c6a2e7c4b2a65dfa3b0e7f (diff)
tests: test actual support status for auth. algo
Check if library actually support Milenage, COMP128 v2 and v3 algorithms instead of just printing enum values or nothing. Change-Id: I2b98481f56a8381058d4b29db5e8a36eb193eee9
Diffstat (limited to 'tests/auth')
-rw-r--r--tests/auth/milenage_test.c3
-rw-r--r--tests/auth/milenage_test.ok1
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auth/milenage_test.c b/tests/auth/milenage_test.c
index 0223764a..473be92a 100644
--- a/tests/auth/milenage_test.c
+++ b/tests/auth/milenage_test.c
@@ -50,6 +50,9 @@ static int opc_test(const struct osmo_sub_auth_data *aud)
const uint8_t op[16] = { 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0 };
#endif
+ printf("MILENAGE supported: %d\n",
+ osmo_auth_supported(osmo_auth_alg_parse("MILENAGE")));
+
rc = milenage_opc_gen(opc, aud->u.umts.k, op);
printf("OP:\t%s\n", osmo_hexdump(op, sizeof(op)));
diff --git a/tests/auth/milenage_test.ok b/tests/auth/milenage_test.ok
index 00ffc222..49146a55 100644
--- a/tests/auth/milenage_test.ok
+++ b/tests/auth/milenage_test.ok
@@ -6,5 +6,6 @@ RES: e9 fc 88 cc c8 a3 53 81
SRES: 21 5f db 4d
Kc: 6d e8 16 a7 59 a4 29 12
AUTS success: SEQ.MS = 33
+MILENAGE supported: 1
OP: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OPC: c6 a1 3b 37 87 8f 5b 82 6f 4f 81 62 a1 c8 d8 79