aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc/xcbc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase