aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/unit_tester/tests/test_aes.c
Commit message (Collapse)AuthorAgeFilesLines
* removed crypto tests form unit tester, all gone to test-vector pluginMartin Willi2009-06-121-467/+0
|
* implemented append mode for xcbc, testcaseMartin Willi2008-05-081-1/+60
|
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-0/+240
| | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase
* fixed AES-128 testMartin Willi2008-04-221-2/+2
|
* added AES-128 unit testMartin Willi2008-04-221-0/+168