aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/blowfish/blowfish_crypter.c
Commit message (Expand)AuthorAgeFilesLines
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-1/+2
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-1/+3
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+3
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-091-0/+1
* 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