9
0
Fork 0
historical archive of an early approach towards a stand-alone AUthentication Center. Use osmo-hlr instead.
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Harald Welte 6294b3a19e AUC: use osmo_hexparse() when reading key material from db
The database stores the key material as hex-ascii, we thus need to go
through osmo_hexparse() when reading.  We could also store the material
as BLOB in the database.  That would however complicate matters, as it
would basically mean using the sqlite3 command to manually
inspect/modify data from the console would no longer be easily possible.

Using this commit I have 2G authentication working against osmo-sgsn
with GSUP and 'auth policy remote'.
2016-05-05 17:08:48 +02:00
osmo-gsup-hlr AUC: use osmo_hexparse() when reading key material from db 2016-05-05 17:08:48 +02:00
src move README of old CSV based AUC to 'src' 2016-04-28 21:16:30 +02:00
COPYING initial import of a minimalistic AUC (authentication center) core 2012-09-14 11:11:42 +02:00