aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/unit_tester
Commit message (Collapse)AuthorAgeFilesLines
...
* loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format)Martin Willi2008-04-012-2/+44
| | | | 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
|
* creating public key from RSA private keyMartin Willi2008-03-182-2/+4
| | | | RSA key generation and signature test
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1311-0/+964