aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc/xcbc_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* renamed PRF_AES128_CBC to PRF_AES128_XCBCMartin Willi2008-05-081-1/+1
|
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-0/+65
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase