diff options
author | Max <msuraev@sysmocom.de> | 2016-06-27 15:44:16 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-06-29 16:33:40 +0000 |
commit | eb59f241ec571c3bdfcd8b3fa25d8687a1191f39 (patch) | |
tree | 366145931db9ef66f0229311155cf93ee0f47ea8 /tests/comp128/comp128_test.ok | |
parent | a337b9c37a9ff561b9c6a2e7c4b2a65dfa3b0e7f (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/comp128/comp128_test.ok')
-rw-r--r-- | tests/comp128/comp128_test.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/comp128/comp128_test.ok b/tests/comp128/comp128_test.ok index f9ba7ce2..cdac5f25 100644 --- a/tests/comp128/comp128_test.ok +++ b/tests/comp128/comp128_test.ok @@ -1,5 +1,5 @@ -COMP128v2 support: 2 -COMP128v3 support: 3 +COMP128v2 support: 1 +COMP128v3 support: 1 0 OK 0 OK 0 OK |