Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -28/+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. | ||||
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | removed crypto tests form unit tester, all gone to test-vector plugin | Martin Willi | 2009-06-12 | 1 | -3/+0 |
| | |||||
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -2/+1 |
| | | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad. | ||||
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -1/+0 |
| | | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. | ||||
* | implemented a speed test for diffie-hellman | Martin Willi | 2009-06-09 | 1 | -0/+1 |
| | |||||
* | implemented a speed test for public key algorithms | Martin Willi | 2009-06-09 | 1 | -1/+2 |
| | |||||
* | added create_part_enumerator() to indentity, allows to enumerate RDNs etc. | Martin Willi | 2009-04-14 | 1 | -1/+2 |
| | |||||
* | RNG tests based on FIPS 140-1 | Martin Willi | 2008-12-18 | 1 | -1/+2 |
| | |||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 1 | -0/+1 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -1/+3 |
| | | | | | | | | | 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 | 1 | -1/+2 |
| | |||||
* | 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 | ||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 1 | -1/+2 |
| | |||||
* | added AES-128 unit test | Martin Willi | 2008-04-22 | 1 | -1/+2 |
| | |||||
* | updated mediation database to public key authentication | Martin Willi | 2008-04-02 | 1 | -1/+2 |
| | | | | | | added mysql table definition, test data testcase | ||||
* | creating public key from RSA private key | Martin Willi | 2008-03-18 | 1 | -1/+2 |
| | | | | RSA key generation and signature test | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+17 |