]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libsimaka
testing: Use freeradius instead of the removed radiusd to start FreeRADIUS
[thirdparty/strongswan.git] / src / libsimaka /
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias BrunnerChange interface for enumerator_create_filter() callback
2016-07-04  Tobias BrunnerFixed some typos, courtesy of codespell
2016-03-24  Andreas SteffenUse standard unsigned integer types
2016-03-03  Tobias BrunnerMerge branch 'libhydra-bye-bye'
2016-03-03  Tobias Brunnerlibhydra: Remove empty unused library
2015-04-13  Martin Willilibsimaka: Link against Winsock2 on Windows
2014-05-16  Martin WilliMerge branch 'clang-fixes'
2014-05-16  Martin Willienum: Don't directly include enum.h
2013-09-11  Tobias BrunnerBuild all shared libraries with -no-undefined and link...
2013-07-18  Martin Williautomake: replace INCLUDES by AM_CPPFLAGS
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-02  Tobias BrunnerFixed Doxygen comments after scanning complete src...
2012-11-21  Tobias BrunnerFixed two bugs in logging MSK during EAP-SIM/AKA
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved enum_name_t to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-07-16  Martin WilliFix memory management in SIM/AKA crypto functions
2012-07-16  Martin WilliAdd a return value to hasher_t.allocate_hash()
2012-07-16  Martin WilliAdd a return value to hasher_t.get_hash()
2012-07-16  Martin WilliAdd a return value to crypter_t.set_key()
2012-07-16  Martin WilliAdd a return value to crypter_t.decrypt()
2012-07-16  Martin WilliAdd a return value to crypter_t.encrypt
2012-07-16  Martin WilliCheck rng return value when generating SIM/AKA message IVs
2012-07-16  Martin WilliAdd a return value to prf_t.set_key()
2012-07-16  Martin WilliAdd a return value to prf_t.get_bytes()
2012-07-16  Martin WilliAdd a return value to signer_t.set_key()
2012-07-16  Martin WilliAdd a return value to simaka_crypto_t.derive_keys_*()
2012-07-16  Martin WilliAdd a return value to signer_t.get_signature()
2012-07-16  Martin WilliAdd a return value to simaka_message_t.generate()
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-01-12  Tobias BrunnerFixed additional typos in comments and log messages.
2011-11-25  Tobias BrunnerFixed compiler warnings regarding enum comparison.
2011-11-08  Andreas Steffenadded dummy libsimaka_init() function needed for integr...
2011-10-14  Martin WilliAdd a plugin feature registration callback for SIM...
2011-08-08  Martin WilliMigrated simaka_message to INIT/METHOD macros
2011-08-08  Martin WilliMigratd simaka_crypto to INIT/METHOD macros
2011-08-08  Martin WilliMigrated all SIM/AKA code to libsimaka, use SIM and...
2011-08-08  Martin WilliInstall and link libsimaka as dynamic library
2010-08-13  Martin WilliUse IV length of a crypter instead of block size for...
2010-03-24  Tobias BrunnerChanged all usages of lib->attributes to hydra->attributes.
2010-03-19  Tobias BrunnerConvert charon into libcharon.
2010-02-26  Martin WilliUse message instead of attributes in hook
2009-11-30  Martin WilliInvoke attribute/key hooks from libsimaka
2009-11-12  Martin WilliBuild libsimaka with libtool, as we require a PIC-enabl...
2009-11-12  Martin WilliEAP-SIM/AKA crypto helper supports key derivation for...
2009-11-12  Martin WilliA SIM/AKA message can be parsed twice, without and...
2009-11-12  Martin WilliPass SIM/AKA crypto helper to constructor of message
2009-11-12  Martin WilliAdded a doxygen group for libsimaka, some cleanups
2009-11-12  Martin WilliCentralized SIM/AKA notifications and client errors
2009-11-12  Martin WilliUse the EAP-SIM/AKA crypto helper in EAP-SIM
2009-11-12  Martin Willilibsimaka provides cryptographic functionality used...
2009-11-12  Martin WilliAdded a libsimaka library with shared message handling...