From 6b883f784835943e1b3dbcf816dd2a949dd6805d Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 31 Jan 2017 16:40:28 +0100 Subject: auth: verify test sets from 3GPP TS 55.205 Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add python script to generate auc_ts_55_205_test_sets.c from that at build time. The generated auc_ts_55_205_test_sets.c runs through all 19 test sets, verifying that our gsm_milenage() matches the reference data. Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 17c4737..2e78dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.db +*.pyc .*.sw? .version Makefile @@ -25,3 +26,5 @@ src/db_test tests/testsuite tests/auc/auc_3g_test +tests/auc/auc_ts_55_205_test_sets.c +tests/auc/auc_ts_55_205_test_sets -- cgit v1.2.3