aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/unit_tester/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* added missing base64 chunk testMartin Willi2008-04-241-0/+84
|
* fixed AES-128 testMartin Willi2008-04-221-2/+2
|
* added AES-128 unit testMartin Willi2008-04-221-0/+168
|
* fixed med_db testMartin Willi2008-04-021-1/+1
|
* updated mediation database to public key authenticationMartin Willi2008-04-021-0/+52
| | | | | | added mysql table definition, test data testcase
* loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format)Martin Willi2008-04-011-0/+42
| | | | testcase
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-191-0/+3
| | | | | | as it requires to XOR the key into the hashers state. A new SHA1 based keyed hash function, implemented as PRF, enables EAP-AKA and the FIPS-PRF function to properly use the existing SHA1 implementation.
* added false positive signature check Martin Willi2008-03-181-0/+6
|
* added missing test case file ([3607])Martin Willi2008-03-181-0/+61
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-137-0/+745