9
0
Fork 0
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.
osmo-auc/osmo-gsup-hlr/src
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
..
Makefile Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
auc.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
auc.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
db.c db: Use Write-Ahead Logging mode of SQLite3 2016-05-03 18:50:41 +02:00
db.h Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
db_auc.c AUC: use osmo_hexparse() when reading key material from db 2016-05-05 17:08:48 +02:00
db_hlr.c Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
db_test.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
gsup_router.c Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
gsup_router.h Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
gsup_server.c add copyright statements to all files 2016-05-03 18:51:18 +02:00
gsup_server.h Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
hlr.c State number of auth vectors in SAI response 2016-05-05 16:50:39 +02:00
logging.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
logging.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
populate_hlr_db.pl populate_hlr_db.pl: Script to generate a HLR database 2016-05-03 18:51:40 +02:00
rand.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
rand_fake.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
rand_urandom.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00