aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc
Commit message (Collapse)AuthorAgeFilesLines
* 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