summaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_core.c
Commit message (Collapse)AuthorAgeFilesLines
* libosmogsm: Introduce explicit list of exported symbolsHarald Welte2012-04-041-1/+1
| | | | | | | | There is now a "libosmogsm.map" file containing an explicit list of to-be-exported symbols. This should prevent us from leaking non-static symbols into the global namespace. A similar scheme should be adopted by all other osmocom libraries
* auth_core: add missing string.h include to reduce warningsHarald Welte2011-12-071-0/+1
|
* auth_core: Make sure we always save the RAND in the vectorHarald Welte2011-12-071-1/+8
|
* auth_core: add functions for parsing algorithm namesHarald Welte2011-12-071-0/+20
|
* Auth: Import milenage implementation from hostap (Jouni Malinen)Harald Welte2011-12-061-2/+2
| | | | ... and add integration into the osmo_auth core.
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-061-0/+93
Indiidual algorithms can be implemented as plugins. libosmogsm itself only provides COMP128v1 via this generic interface.