aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsimaka/simaka_message.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-13/+13
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-2/+4
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+4
|
* Check rng return value when generating SIM/AKA message IVsMartin Willi2012-07-161-1/+4
|
* Add a return value to signer_t.get_signature()Martin Willi2012-07-161-1/+4
|
* Add a return value to simaka_message_t.generate()Martin Willi2012-07-161-3/+4
|
* Fixed compiler warnings regarding enum comparison.Tobias Brunner2011-11-251-1/+1
| | | | | | | | | Warnings like comparison of unsigned expression < 0 is always false are reported with -Wextra when enum types that are compiled to an unsigned type (which is up to the compiler) are checked for negativity.
* Migrated simaka_message to INIT/METHOD macrosMartin Willi2011-08-081-62/+38
|
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵Martin Willi2011-08-081-22/+49
| | | | registered by name
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-4/+5
|
* Use message instead of attributes in hookMartin Willi2010-02-261-9/+13
|
* Invoke attribute/key hooks from libsimakaMartin Willi2009-11-301-5/+9
|
* EAP-SIM/AKA crypto helper supports key derivation for fast reauthenticationMartin Willi2009-11-121-3/+4
|
* A SIM/AKA message can be parsed twice, without and with decryptionMartin Willi2009-11-121-55/+107
|
* Pass SIM/AKA crypto helper to constructor of messageMartin Willi2009-11-121-18/+26
|
* Centralized SIM/AKA notifications and client errorsMartin Willi2009-11-121-13/+56
|
* Use the EAP-SIM/AKA crypto helper in EAP-SIMMartin Willi2009-11-121-9/+19
|
* Added a libsimaka library with shared message handling code for EAP-SIM/AKAMartin Willi2009-11-121-0/+791