Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auth_milenage/osmo-auc-gen: compute OPC in case only OP is known | Harald Welte | 2012-03-21 | 1 | -0/+1 |
| | |||||
* | auth_core: don't use anonymous unions to make certain gcc versions happy | Harald Welte | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | auth_core: add functions for parsing algorithm names | Harald Welte | 2011-12-07 | 1 | -0/+3 |
| | |||||
* | Add a generic abstraction for GSM/3G authentication algorithms | Harald Welte | 2011-12-06 | 2 | -1/+88 |
| | | | | | Indiidual algorithms can be implemented as plugins. libosmogsm itself only provides COMP128v1 via this generic interface. | ||||
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org> | ||||
* | GPRS: Add 'input' generator functions for GPRS cipher algorithm | Harald Welte | 2010-06-30 | 1 | -0/+6 |
| | |||||
* | Add support for plugins (and specifically GPRS encryption plugins) | Harald Welte | 2010-06-30 | 2 | -0/+51 |