aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/unit_tester/tests.h
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-1/+1
|
* added unit test for identification_t.matches()Martin Willi2009-07-061-0/+1
|
* added unit test for identification_t.equals()Martin Willi2009-07-061-0/+1
|
* added unit test for identification_t.contains_wildcard()Martin Willi2009-07-061-0/+1
|
* removed crypto tests form unit tester, all gone to test-vector pluginMartin Willi2009-06-121-4/+0
|
* moved publickey speed test to a standalone programMartin Willi2009-06-101-1/+0
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-101-1/+0
| | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
* implemented a speed test for diffie-hellmanMartin Willi2009-06-091-0/+1
|
* implemented a speed test for public key algorithmsMartin Willi2009-06-091-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-141-1/+2
|
* updated DoxyfileMartin Willi2009-03-241-0/+2
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* RNG tests based on FIPS 140-1Martin Willi2008-12-181-1/+2
|
* basic x509 certificate generationMartin Willi2008-12-081-1/+2
|
* refactored credential builderMartin Willi2008-09-021-1/+2
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* pool performance testingMartin Willi2008-07-211-1/+2
|
* implementation of a simple "token enumerator"Martin Willi2008-07-021-1/+2
|
* implemented XCBC algorithms (signer, prf) for IKE on top of a crypterMartin Willi2008-04-301-1/+2
| | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-241-1/+2
|
* added AES-128 unit testMartin Willi2008-04-221-1/+2
|
* updated mediation database to public key authenticationMartin Willi2008-04-021-1/+2
| | | | | | added mysql table definition, test data testcase
* loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format)Martin Willi2008-04-011-2/+2
| | | | testcase
* creating public key from RSA private keyMartin Willi2008-03-181-1/+2
| | | | RSA key generation and signature test
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+33