aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc/xcbc_signer.h
Commit message (Collapse)AuthorAgeFilesLines
* Use mac_t and PRF and signer wrappers in xcbc pluginTobias Brunner2012-06-251-47/+0
|
* Migrated xcbc plugin to INIT/METHOD macrosMartin Willi2010-08-131-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-1/+1
|
* updated DoxyfileMartin Willi2009-03-241-3/+3
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-0/+47
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase