aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc/xcbc.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-6/+5
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-14/+35
* Add a return value to mac_t.set_key()Martin Willi2012-07-161-3/+8
* Add a return value to mac_t.get_bytes()Martin Willi2012-07-161-2/+3
* Use mac_t and PRF and signer wrappers in xcbc pluginTobias Brunner2012-06-251-18/+74
* Fixed GNU license header in hmac and xcbc plugins.Tobias Brunner2012-04-031-2/+2
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-091-0/+4
* Migrated xcbc plugin to INIT/METHOD macrosMartin Willi2010-08-131-57/+53
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-27/+27
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* implemented append mode for xcbc, testcaseMartin Willi2008-05-081-35/+103
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-0/+231