Hi,
- libosmocore now has a generic core for authentication algorithm
implementations. Using this API, even external plugins can register algorithms which are not available in libosmocore itself.
libosmocore includes COMP128v1 and (now) MILENAGE
Nice !
- a small pythong script called "osmo-sim-auth.py", available from a
new git repository (http://cgit.osmocom.org/cgit/osmo-sim-auth, git://git.osmocom.org/osmo-sim-auth)
It is the counterpart for the MS side. It can execute authentication on both SIM and USIM.
Do you really use all the card stuff you imported for something ?
I actually would have tought basing it on the sim abstraction layer of pysim would have been simpler and would support cheap serial adapters as well and not just pcsc ones. The api already has a run_gsm algo and so only adding the umts one and a command line tool to call it would have been needed.
Cheers,
Sylvain