libosmocore/tests/auth
Harald Welte 8bd9d5d7a3 libosmogsm: Add support for TUAK authentication algorithm
The TUAK algorithm is specified in 3GPP TS 35.231, 232 and 233 and
intended as an alternative to MILENAGE.  It's based around the
cryptographic function of KeccakP1600, which is part of SHA-3.

This patch adds support for TUAK to the libosmogsm authentication
core API via 'struct osmo_auth_impl'.

Unit tests covering the test cases from the 3GPP specification are added
(and are all passing).

Change-Id: Ib905b8d8bdf248e8299bf50666ee1bca8298433d
2023-06-02 10:44:05 +02:00
..
milenage_test.c Use define for key buffers 2018-12-20 09:51:02 +00:00
milenage_test.ok milenage_test: enhance to verify new SQN increments 2017-03-15 12:46:08 +00:00
tuak_test.c libosmogsm: Add support for TUAK authentication algorithm 2023-06-02 10:44:05 +02:00
tuak_test.ok libosmogsm: Add support for TUAK authentication algorithm 2023-06-02 10:44:05 +02:00
xor2g_test.c New unit test for XOR-2G authentication 2023-02-22 09:45:11 +01:00
xor2g_test.ok New unit test for XOR-2G authentication 2023-02-22 09:45:11 +01:00