Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 17 | -1776/+0 |
| | |||||
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵ | Tobias Brunner | 2010-03-02 | 1 | -1/+0 |
| | | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore. | ||||
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 1 | -14/+15 |
| | |||||
* | Link all enabled libstrongswan plugins into the library, link all enabled ↵ | Tobias Brunner | 2010-03-02 | 1 | -2/+5 |
| | | | | charon plugins into libcharon. | ||||
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 1 | -5/+0 |
| | |||||
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | 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 | 16 | -84/+84 |
| | |||||
* | 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 | 2 | -0/+54 |
| | |||||
* | added unit test for identification_t.equals() | Martin Willi | 2009-07-06 | 2 | -0/+88 |
| | |||||
* | added unit test for identification_t.contains_wildcard() | Martin Willi | 2009-07-06 | 2 | -0/+41 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -759/+0 |
| | |||||
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 3 | -1055/+1 |
| | | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad. | ||||
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 3 | -109/+0 |
| | | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. | ||||
* | implemented a speed test for diffie-hellman | Martin Willi | 2009-06-09 | 3 | -0/+109 |
| | |||||
* | implemented a speed test for public key algorithms | Martin Willi | 2009-06-09 | 3 | -1/+1055 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 3 | -6/+0 |
| | |||||
* | 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 | 3 | -2/+73 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 3 | -26/+18 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 2 | -1/+3 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | RNG tests based on FIPS 140-1 | Martin Willi | 2008-12-18 | 3 | -2/+225 |
| | |||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 3 | -1/+111 |
| | |||||
* | 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 | 5 | -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 distribution | Martin Willi | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | pool performance testing | Martin Willi | 2008-07-21 | 3 | -2/+106 |
| | |||||
* | implementation of a simple "token enumerator" | Martin Willi | 2008-07-02 | 3 | -3/+52 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -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, 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 | 2 | -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 test | Martin Willi | 2008-04-24 | 1 | -0/+84 |
| | |||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 2 | -2/+4 |
| | |||||
* | fixed AES-128 test | Martin Willi | 2008-04-22 | 1 | -2/+2 |
| | |||||
* | added AES-128 unit test | Martin Willi | 2008-04-22 | 3 | -2/+172 |
| | |||||
* | fixed med_db test | Martin Willi | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | updated mediation database to public key authentication | Martin Willi | 2008-04-02 | 3 | -2/+56 |
| | | | | | | added mysql table definition, test data testcase |