aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/unit_tester
Commit message (Collapse)AuthorAgeFilesLines
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* The attribute manager was moved from daemon_t to libstrongswan.Tobias Brunner2009-12-071-4/+4
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-116-44/+31
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0416-84/+84
|
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-1/+0
|
* updated medsrv and test to new fingerprint/encoding APIMartin Willi2009-08-261-4/+7
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* added unit test for identification_t.matches()Martin Willi2009-07-062-0/+54
|
* added unit test for identification_t.equals()Martin Willi2009-07-062-0/+88
|
* added unit test for identification_t.contains_wildcard()Martin Willi2009-07-062-0/+41
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* fixed another 64bit compiler warningMartin Willi2009-06-191-2/+2
|
* extended RSA tests by encrypt/decrypt operationsMartin Willi2009-06-151-1/+19
|
* removed crypto tests form unit tester, all gone to test-vector pluginMartin Willi2009-06-125-759/+0
|
* moved publickey speed test to a standalone programMartin Willi2009-06-103-1055/+1
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-103-109/+0
| | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
* implemented a speed test for diffie-hellmanMartin Willi2009-06-093-0/+109
|
* implemented a speed test for public key algorithmsMartin Willi2009-06-093-1/+1055
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-303-6/+0
|
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-1/+1
|
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-143-2/+73
|
* merged multi-auth branch back into trunkMartin Willi2009-04-143-26/+18
|
* updated DoxyfileMartin Willi2009-03-242-1/+3
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* RNG tests based on FIPS 140-1Martin Willi2008-12-183-2/+225
|
* basic x509 certificate generationMartin Willi2008-12-083-1/+111
|
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-051-1/+1
|
* enable quoted tokens in the token enumeratorTobias Brunner2008-12-031-0/+2
|
* token enumerator missed the last token if it contains only a single charMartin Willi2008-11-271-5/+45
|
* added missing includesMartin Willi2008-11-051-0/+1
|
* refactored credential builderMartin Willi2008-09-025-4/+74
| | | | | | | | | 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
* added tests.h to distributionMartin Willi2008-07-241-1/+1
|
* pool performance testingMartin Willi2008-07-213-2/+106
|
* implementation of a simple "token enumerator"Martin Willi2008-07-023-3/+52
|
* plugin load configuration in strongswan.confMartin Willi2008-05-151-3/+3
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* 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-302-1/+242
| | | | | | 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
|
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-242-2/+4
|
* fixed AES-128 testMartin Willi2008-04-221-2/+2
|
* added AES-128 unit testMartin Willi2008-04-223-2/+172
|
* fixed med_db testMartin Willi2008-04-021-1/+1
|
* updated mediation database to public key authenticationMartin Willi2008-04-023-2/+56
| | | | | | added mysql table definition, test data testcase
* 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