aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_sim
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-242-15/+15
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-141-2/+1
|
* utils: Use memeq_const() for all cryptographic purposesMartin Willi2015-04-141-2/+1
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+7
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Check rng return value when generating nonces in eap-sim pluginTobias Brunner2012-07-162-2/+8
|
* Add a return value to simaka_crypto_t.derive_keys_*()Martin Willi2012-07-162-13/+29
|
* Add a return value to simaka_message_t.generate()Martin Willi2012-07-162-41/+128
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+2
| | | | Also fixes several whitespace errors.
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-202-2/+2
|
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-202-2/+2
|
* Revert "fixed integrity tests of plugins using libsimaka"Tobias Brunner2011-11-081-0/+1
| | | | | | | | This reverts commit 8c42f16deeeffa1ae305b18306b0796f49c9922c. Conflicts: src/charon/Makefile.am
* fixed integrity tests of plugins using libsimakaAndreas Steffen2011-11-041-1/+0
|
* fixed copy-and-paste errorAndreas Steffen2011-10-171-2/+2
|
* Add features support to eap-sim pluginMartin Willi2011-10-141-10/+25
|
* Send AT_NEXT_PSEUDONYM also if an AT_NEXT_REAUTH_ID is already added.Tobias Brunner2011-09-131-8/+5
|
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵Martin Willi2011-08-086-44/+83
| | | | registered by name
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-6/+8
|
* implemented get|set_identifier() for eap_sim_tAndreas Steffen2011-04-052-34/+56
|
* Migrated eap_sim plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+56
|
* Send empty SIM/AKA-NOTIFICATION response for non-success codes, tooMartin Willi2010-05-271-1/+0
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-2/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-197-0/+1491