aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/blowfish/blowfish_crypter.c
Commit message (Expand)AuthorAgeFilesLines
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-8/+10
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-161-2/+3
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-0/+7
* Migrated blowfish plugin to INIT/METHOD macrosMartin Willi2010-08-131-39/+27
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-16/+16
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-141-2/+0
* clone iv before blowfish en|decryptionAndreas Steffen2009-05-141-2/+8
* changed TRUE/FALSE to 1/0Andreas Steffen2009-05-141-2/+2
* blowfish block size is 8 bytesAndreas Steffen2009-05-141-1/+1
* fixed captionAndreas Steffen2009-05-141-2/+2
* implemented blowfish as a pluginAndreas Steffen2009-05-111-1430/+11
* started migration to encryption pluginsAndreas Steffen2009-05-091-0/+1612