| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding socket-default to the plugin list in all test cases. | Tobias Brunner | 2010-03-09 | 343 | -343/+343 |
* | Provide the Diffie Hellman parameters from a central location, so that we do ... | Tobias Brunner | 2010-03-09 | 5 | -733/+380 |
* | Adding the OpenSSL plugin to the Android build. | Tobias Brunner | 2010-03-08 | 3 | -2/+20 |
* | Fixing integrity tests after renaming the plugin constructors. | Tobias Brunner | 2010-03-08 | 1 | -2/+12 |
* | Adding a helper function that translates single characters in a string. | Tobias Brunner | 2010-03-08 | 3 | -19/+32 |
* | Replaced the deprecated RSA_generate_key with RSA_generate_key_ex. | Tobias Brunner | 2010-03-08 | 1 | -2/+25 |
* | Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin | Martin Willi | 2010-03-08 | 6 | -12/+208 |
* | Removed accidentally commited files from tree, ignore tarballs and patches | Martin Willi | 2010-03-08 | 3 | -542/+4 |
* | removed unwanted commits | Andreas Steffen | 2010-03-07 | 1 | -1/+1 |
* | critical keyUsage extension must be parsed | Andreas Steffen | 2010-03-07 | 4 | -1/+546 |
* | recognize strongSwan VID | Andreas Steffen | 2010-03-07 | 1 | -47/+53 |
* | set Certificate Sign and CRL Sign flags in keyUsage extension if CA is true | Andreas Steffen | 2010-03-07 | 2 | -5/+14 |
* | Make Android.mk depend on configure.in, so it gets rebuilt if the version num... | Tobias Brunner | 2010-03-05 | 1 | -1/+1 |
* | parser.l includes y.tab.h, so it must be built first | Tobias Brunner | 2010-03-05 | 1 | -1/+1 |
* | Ignore the generated y.output. | Tobias Brunner | 2010-03-05 | 2 | -351/+1 |
* | Do not hardcode the path to the strongSwan sources. | Tobias Brunner | 2010-03-05 | 2 | -4/+5 |
* | Ignore the generated Android.mk | Tobias Brunner | 2010-03-05 | 1 | -0/+1 |
* | Generate the main Android.mk, so the version number is not hardcoded. | Tobias Brunner | 2010-03-05 | 2 | -2/+9 |
* | Build libstrongswan before building any plugins during the non-monolithic bui... | Tobias Brunner | 2010-03-05 | 1 | -0/+4 |
* | scepclient still depends on libfreeswan | Martin Willi | 2010-03-05 | 1 | -1/+1 |
* | Remove the invalid cast in time() parameter, as reported by Marius Tomaschewski. | Martin Willi | 2010-03-04 | 1 | -1/+1 |
* | Disabling warnings about arithmethic with void* on Android. | Tobias Brunner | 2010-03-03 | 1 | -0/+1 |
* | Fixing a bug on platforms where size_t is unsigned. | Tobias Brunner | 2010-03-03 | 1 | -12/+12 |
* | The parsed timeval is unsigned. | Tobias Brunner | 2010-03-03 | 1 | -2/+2 |
* | The return value of snprintf is int not size_t. | Tobias Brunner | 2010-03-03 | 2 | -3/+4 |
* | Add braces around empty body in if statement | Martin Willi | 2010-03-03 | 1 | -1/+1 |
* | Added charon.send/receive_delay options to simulate different RTTs | Martin Willi | 2010-03-03 | 2 | -1/+30 |
* | Migrated receiver_t to METHOD/INIT macros | Martin Willi | 2010-03-03 | 1 | -19/+16 |
* | Migrated sender_t to METHOD/INIT macros | Martin Willi | 2010-03-03 | 1 | -20/+19 |
* | Check if we are not using a vendor EAP method in EAP_IDENTITY comparison. | Martin Willi | 2010-03-03 | 1 | -1/+1 |
* | Use "static const", some GCCs don't like "const static" | Martin Willi | 2010-03-03 | 1 | -2/+2 |
* | Adding Android.mk files to build charon and libstrongswan with the Android bu... | Tobias Brunner | 2010-03-03 | 7 | -2/+469 |
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w... | Tobias Brunner | 2010-03-02 | 59 | -83/+14 |
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 56 | -139/+220 |
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 17 | -44/+38 |
* | Link all enabled libstrongswan plugins into the library, link all enabled cha... | Tobias Brunner | 2010-03-02 | 61 | -116/+536 |
* | Enabling the plugin loader to be able to load plugins without explicitly load... | Tobias Brunner | 2010-03-02 | 1 | -0/+37 |
* | Adding an option to build libstrongswan and charon monolithically. | Tobias Brunner | 2010-03-02 | 1 | -0/+6 |
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 61 | -67/+92 |
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 59 | -295/+0 |
* | renewed Authorization Authority certificate | Andreas Steffen | 2010-02-27 | 6 | -45/+72 |
* | NEWS about the android plugin | Martin Willi | 2010-02-26 | 1 | -0/+2 |
* | NEWS about the dynamic socket implementation | Martin Willi | 2010-02-26 | 1 | -0/+9 |
* | Link libstrongswan to the new plugins, too | Martin Willi | 2010-02-26 | 3 | -0/+3 |
* | Add support for dynamic ports in load tester | Martin Willi | 2010-02-26 | 1 | -2/+18 |
* | Process ike_vendor task before ike_init, fixes support for private algs in IKE | Martin Willi | 2010-02-26 | 2 | -5/+5 |
* | Use message instead of attributes in hook | Martin Willi | 2010-02-26 | 4 | -41/+36 |
* | Set UDP encapsulation option on all sockets | Martin Willi | 2010-02-26 | 1 | -5/+4 |
* | Fixed starter left-/rightikeport keyword | Martin Willi | 2010-02-26 | 2 | -1/+2 |
* | Added locking to dynamic socket list | Martin Willi | 2010-02-26 | 1 | -0/+17 |