aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_xor.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-02libosmogsm: Ensure MILENAGE + XOR-3G K length is 128 bitHarald Welte1-4/+8
2023-06-02libosmogsm: Add OSMO_ASSERT() to ensure correct algorithmHarald Welte1-0/+4
2023-06-02libosmogsm: Support authentication with 256-bit K and/or OP/OPcHarald Welte1-2/+2
2023-02-22Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3GHarald Welte1-2/+2
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2019-11-22libosmogsm: add support for XOR authenticationDaniel Willmann1-0/+187