aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc/xcbc_signer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use mac_t and PRF and signer wrappers in xcbc pluginTobias Brunner2012-06-251-164/+0
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-8/+10
|
* Added support for Camellia cipher to xcbcMartin Willi2010-08-131-0/+4
|
* Migrated xcbc plugin to INIT/METHOD macrosMartin Willi2010-08-131-44/+27
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-11/+11
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-0/+177
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase