aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * kernel-libipsec: Handle packets between charon socket, libipsec and TUN deviceTobias Brunner2013-06-211-0/+85
| * kernel-libipsec: Create a TUN device and use it to install virtual IPsTobias Brunner2013-06-212-0/+40
| * kernel-libipsec: Add plugin that implements kernel_ipsec_t using libipsecTobias Brunner2013-06-217-0/+400
| * kernel-netlink: Routes don't require a gateway/nexthopTobias Brunner2013-06-211-5/+9
|/
* charon-cmd: Document auxiliary optionsTobias Brunner2013-06-211-0/+15
* charon-cmd: Link strongswan.conf(5) and charon-cmd(8) man pagesTobias Brunner2013-06-212-4/+33
* charon-cmd: Use fixed number of character to align command descriptionsTobias Brunner2013-06-211-16/+15
* charon-cmd: Shortened and fixed command descriptionsTobias Brunner2013-06-211-2/+2
* charon-cmd: Simplify usage output for authentication profilesTobias Brunner2013-06-211-11/+3
* charon-cmd: Add Aggressive Mode profiles to man pageTobias Brunner2013-06-211-6/+10
* charon-cmd: Add man page for charon-cmd(8)Tobias Brunner2013-06-212-0/+123
* charon-cmd: Add --debug argument to set the default log levelTobias Brunner2013-06-213-2/+13
* charon-cmd: Handle simple command line arguments like --help before the othersTobias Brunner2013-06-211-3/+14
* plugin-loader: Move logging of failed features to status()Tobias Brunner2013-06-211-7/+11
* plugin-loader: Add method to print loaded plugins on a given log levelTobias Brunner2013-06-2110-4/+26
* plugin-loader: Collect statistics while loading features, print them in case ...Tobias Brunner2013-06-211-69/+40
* plugin-loader: Use different log level if failed feature is in critical pluginTobias Brunner2013-06-211-2/+16
* plugin-loader: Log message when failing to load pluginTobias Brunner2013-06-211-0/+8
* plugin-loader: Reduce verbosity while loading pluginsTobias Brunner2013-06-211-4/+4
* Fix crash if the initiator has no suitable proposal availableTobias Brunner2013-06-211-0/+5
* Merge branch 'unit-tests-ecdsa'Martin Willi2013-06-2117-160/+866
|\
| * leak-detective: (re-)whitelist some OpenSSL functionsMartin Willi2013-06-211-0/+5
| * unit-tests: load plugins in test-runner from build directoryMartin Willi2013-06-212-1/+30
| * unit-tests: link test-runner against -lpthreadMartin Willi2013-06-211-0/+1
| * unit-tester: remove obsolete rsa_gen test, now covered in unit-testsMartin Willi2013-06-213-122/+0
| * unit-tests: add RSA test cases, very similar to ECDSAMartin Willi2013-06-214-1/+400
| * unit-tests: test with /dev/urandom if random plugin is in useMartin Willi2013-06-211-0/+6
| * unit-tests: test supported ECDSA schemes onlyMartin Willi2013-06-211-0/+14
| * Move test-runners has_feature() function to plugin loaderMartin Willi2013-06-213-32/+40
| * unit-tests: enforce CET/CEST timezone to properly test non-UTC time formattingMartin Willi2013-06-211-0/+6
| * unit-tests: don't use ck_assert() to test a cleared chunk, as it allocates dataMartin Willi2013-06-211-3/+10
| * unit-tests: define 64-bit constats with ULL, fixing compiler warning on 32-bitMartin Willi2013-06-211-2/+2
| * Limit cleanup of .gc{no,da} files to src and scripts subfoldersMartin Willi2013-06-211-2/+2
| * unit-tests: test some zeroed ECDSA signatures that never should succeedMartin Willi2013-06-211-0/+63
| * unit-tests: perform signing/validation with keys ECDSA keys generated or loadedMartin Willi2013-06-211-0/+47
| * unit-tests: add an ECDSA test case loading keysMartin Willi2013-06-211-0/+61
| * unit-tests: perform a first ECDSA test case if ECDSA is supportedMartin Willi2013-06-214-1/+58
| * unit-tests: add a helper function checking if a plugin feature is availableMartin Willi2013-06-211-0/+32
| * unit-tests: add a test case checking if all test vectors have been passedMartin Willi2013-06-214-1/+44
| * crypto-factory: count the number of test vector failures during registrationMartin Willi2013-06-212-30/+73
| * unit-tests: load all libstrongswan plugins in test-runnerMartin Willi2013-06-212-0/+7
|/
* stroke: Add statusall-nb as alias for statusallnbTobias Brunner2013-06-212-1/+2
* stroke: Add non-blocking versions of up and downTobias Brunner2013-06-213-5/+23
* starter: Make ipsec.conf path configurable via command lineTobias Brunner2013-06-211-3/+14
* pubkey: Improve comparison of raw public key certificate objectsTobias Brunner2013-06-211-1/+11
* ikev2: use protocol of selected proposal to delete a failed CHILD_SAMartin Willi2013-06-201-2/+2
* charon-cmd: use a copy of pid in initiate callbackMartin Willi2013-06-201-6/+7
* charon-cmd: add IKEv1 aggressive mode profilesMartin Willi2013-06-203-10/+35
* NEWS: Add first bunch of 5.1.0 highlightsMartin Willi2013-06-201-0/+19
* Merge branch 'nat-transport'Martin Willi2013-06-194-60/+306
|\