Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -10/+15 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -13/+13 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Add a return value to crypter_t.decrypt() | Martin Willi | 2012-07-16 | 1 | -2/+4 |
| | |||||
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -1/+4 |
| | |||||
* | Check rng return value when generating SIM/AKA message IVs | Martin Willi | 2012-07-16 | 1 | -1/+4 |
| | |||||
* | Add a return value to signer_t.get_signature() | Martin Willi | 2012-07-16 | 1 | -1/+4 |
| | |||||
* | Add a return value to simaka_message_t.generate() | Martin Willi | 2012-07-16 | 1 | -3/+4 |
| | |||||
* | Fixed compiler warnings regarding enum comparison. | Tobias Brunner | 2011-11-25 | 1 | -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 macros | Martin Willi | 2011-08-08 | 1 | -62/+38 |
| | |||||
* | Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵ | Martin Willi | 2011-08-08 | 1 | -22/+49 |
| | | | | registered by name | ||||
* | Use IV length of a crypter instead of block size for IV calculations | Martin Willi | 2010-08-13 | 1 | -4/+5 |
| | |||||
* | Use message instead of attributes in hook | Martin Willi | 2010-02-26 | 1 | -9/+13 |
| | |||||
* | Invoke attribute/key hooks from libsimaka | Martin Willi | 2009-11-30 | 1 | -5/+9 |
| | |||||
* | EAP-SIM/AKA crypto helper supports key derivation for fast reauthentication | Martin Willi | 2009-11-12 | 1 | -3/+4 |
| | |||||
* | A SIM/AKA message can be parsed twice, without and with decryption | Martin Willi | 2009-11-12 | 1 | -55/+107 |
| | |||||
* | Pass SIM/AKA crypto helper to constructor of message | Martin Willi | 2009-11-12 | 1 | -18/+26 |
| | |||||
* | Centralized SIM/AKA notifications and client errors | Martin Willi | 2009-11-12 | 1 | -13/+56 |
| | |||||
* | Use the EAP-SIM/AKA crypto helper in EAP-SIM | Martin Willi | 2009-11-12 | 1 | -9/+19 |
| | |||||
* | Added a libsimaka library with shared message handling code for EAP-SIM/AKA | Martin Willi | 2009-11-12 | 1 | -0/+791 |