aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-047-62/+62
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-304-8/+0
|
* updated DoxyfileMartin Willi2009-03-244-6/+6
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* implemented append mode for xcbc, testcaseMartin Willi2008-05-081-35/+103
|
* renamed PRF_AES128_CBC to PRF_AES128_XCBCMartin Willi2008-05-082-2/+2
|
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-309-0/+837
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase