summaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_core.c
Commit message (Expand)AuthorAgeFilesLines
* Use define for key buffersMax2018-12-201-2/+2
* add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr2017-12-181-0/+13
* Fix embedded buildMax2017-12-041-0/+6
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr2017-10-091-0/+7
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-5/+2
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-9/+9
* update/extend doxygen documentationHarald Welte2017-06-121-2/+2
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-231-1/+1
* fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr2017-02-221-1/+8
* osmo_auth*: fix ordering of function argsNeels Hofmeyr2017-02-061-3/+3
* Make C4 function globally availableMax2016-06-291-2/+2
* api doc: auth_core.c: add \returns, cosmeticNeels Hofmeyr2016-05-101-2/+9
* auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from KcHarald Welte2016-05-051-0/+41
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-2/+2
* authentication: More documentationHarald Welte2012-07-181-3/+54
* libosmogsm: Introduce explicit list of exported symbolsHarald Welte2012-04-041-1/+1
* 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
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-061-0/+93