aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc/xcbc_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Add features support to xcbc pluginMartin Willi2011-10-141-24/+20
* 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-6/+11
* Register algorithms with dependencies only if dependency availableMartin Willi2010-12-201-9/+19
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-4/+6
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+5
* Added support for Camellia cipher to xcbcMartin Willi2010-08-131-4/+8
* Migrated xcbc plugin to INIT/METHOD macrosMartin Willi2010-08-131-6/+6
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* renamed PRF_AES128_CBC to PRF_AES128_XCBCMartin Willi2008-05-081-1/+1
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-0/+65