aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/crypt/auth.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Use define for key buffersMax1-3/+3
2017-12-18add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr1-0/+2
2017-10-17[doc] Provide proper name for 'auth' groupHarald Welte1-1/+1
2017-10-09auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr1-0/+1
2017-10-09auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr1-1/+7
2017-08-30Add define for supported a5 key length limitMax1-1/+3
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr1-0/+1
2017-08-29cosmetic: umts aka: tweak comments for sqn and indNeels Hofmeyr1-2/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-3/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-6/+6
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr1-0/+2
2017-02-06osmo_auth*: fix ordering of function argsNeels Hofmeyr1-2/+2
2016-06-29Make C4 function globally availableMax1-1/+1
2014-06-16include: Switch to #pragma once patternSylvain Munaut1-4/+1
2012-07-18authentication: More documentationHarald Welte1-17/+27
2012-03-21auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte1-0/+1
2011-12-07auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte1-1/+1
2011-12-07auth_core: add functions for parsing algorithm namesHarald Welte1-0/+3
2011-12-06Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte1-0/+87