Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 13 | -1545/+0 |
| | |||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | The attribute manager was moved from daemon_t to libstrongswan. | Tobias Brunner | 2009-12-07 | 1 | -4/+4 |
| | |||||
* | Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro | Martin Willi | 2009-09-11 | 6 | -44/+31 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 13 | -74/+74 |
| | |||||
* | use time_monotonic() instead of gettimeofday() for time difference calculations | Martin Willi | 2009-08-31 | 1 | -1/+0 |
| | |||||
* | updated medsrv and test to new fingerprint/encoding API | Martin Willi | 2009-08-26 | 1 | -4/+7 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | added unit test for identification_t.matches() | Martin Willi | 2009-07-06 | 1 | -0/+53 |
| | |||||
* | added unit test for identification_t.equals() | Martin Willi | 2009-07-06 | 1 | -0/+87 |
| | |||||
* | added unit test for identification_t.contains_wildcard() | Martin Willi | 2009-07-06 | 1 | -0/+40 |
| | |||||
* | fixed another 64bit compiler warning | Martin Willi | 2009-06-19 | 1 | -2/+2 |
| | |||||
* | extended RSA tests by encrypt/decrypt operations | Martin Willi | 2009-06-15 | 1 | -1/+19 |
| | |||||
* | removed crypto tests form unit tester, all gone to test-vector plugin | Martin Willi | 2009-06-12 | 3 | -752/+0 |
| | |||||
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -1052/+0 |
| | | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad. | ||||
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -107/+0 |
| | | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. | ||||
* | implemented a speed test for diffie-hellman | Martin Willi | 2009-06-09 | 1 | -0/+107 |
| | |||||
* | implemented a speed test for public key algorithms | Martin Willi | 2009-06-09 | 1 | -0/+1052 |
| | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | added create_part_enumerator() to indentity, allows to enumerate RDNs etc. | Martin Willi | 2009-04-14 | 1 | -0/+69 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 3 | -26/+18 |
| | |||||
* | RNG tests based on FIPS 140-1 | Martin Willi | 2008-12-18 | 1 | -0/+221 |
| | |||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 1 | -0/+108 |
| | |||||
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | enable quoted tokens in the token enumerator | Tobias Brunner | 2008-12-03 | 1 | -0/+2 |
| | |||||
* | token enumerator missed the last token if it contains only a single char | Martin Willi | 2008-11-27 | 1 | -5/+45 |
| | |||||
* | added missing includes | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 3 | -2/+69 |
| | | | | | | | | | 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 testing | Martin Willi | 2008-07-21 | 1 | -0/+102 |
| | |||||
* | implementation of a simple "token enumerator" | Martin Willi | 2008-07-02 | 2 | -2/+50 |
| | |||||
* | implemented append mode for xcbc, testcase | Martin Willi | 2008-05-08 | 1 | -1/+60 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 1 | -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 test | Martin Willi | 2008-04-24 | 1 | -0/+84 |
| | |||||
* | fixed AES-128 test | Martin Willi | 2008-04-22 | 1 | -2/+2 |
| | |||||
* | added AES-128 unit test | Martin Willi | 2008-04-22 | 1 | -0/+168 |
| | |||||
* | fixed med_db test | Martin Willi | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | updated mediation database to public key authentication | Martin Willi | 2008-04-02 | 1 | -0/+52 |
| | | | | | | added mysql table definition, test data testcase | ||||
* | loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format) | Martin Willi | 2008-04-01 | 1 | -0/+42 |
| | | | | testcase | ||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 1 | -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 Willi | 2008-03-18 | 1 | -0/+6 |
| | |||||
* | added missing test case file ([3607]) | Martin Willi | 2008-03-18 | 1 | -0/+61 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 7 | -0/+745 |