aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * proposal: Add a chacha20poly1305 proposal keywordMartin Willi2015-06-291-0/+1
| * crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifierMartin Willi2015-06-293-3/+7
|/
* capabilities: Handle ERANGE in user and group lookupsTobias Brunner2015-06-231-12/+48
* osx: Version bump to 5.3.2-1Martin Willi2015-06-181-1/+1
* osx: Use CodeSignOnCopy for privileged helper, as suggested by XCodeMartin Willi2015-06-181-2/+2
* charon-xpc: Use DNS non-append/replace mode in osx-attr pluginMartin Willi2015-06-181-0/+2
* osx-attr: Optionally replace existing DNS server instead of appending themMartin Willi2015-06-181-3/+27
* Remove accidentally added stamp-h1Tobias Brunner2015-06-151-1/+0
* settings: Fix out-of-tree buildTobias Brunner2015-06-111-1/+1
* stroke: Add missing include for UINT16_MAXTobias Brunner2015-06-092-0/+2
* Version bump to 5.3.25.3.2Andreas Steffen2015-06-081-1/+1
* NEWS: Add info about CVE-2015-4171Tobias Brunner2015-06-051-0/+10
* ikev2: Enforce remote authentication config before proceeding with own authen...Martin Willi2015-06-051-0/+44
* child-sa: Use any fixed reqid configured on the CHILD_SA configMartin Willi2015-06-051-2/+2
* unit-tests: Add tests for iv_gen_seq_tTobias Brunner2015-06-053-0/+75
* ivgen: Allow reusing the same message ID twice in sequential IV genMartin Willi2015-06-051-7/+25
* Fix timeattack script compilation under ARMAndreas Steffen2015-06-051-1/+1
* Updated SWID attribute listAndreas Steffen2015-06-022-3/+9
* Version bump to 5.3.15.3.1Andreas Steffen2015-06-011-1/+1
* NEWS: Add info about CVE-2015-3991Tobias Brunner2015-06-011-0/+7
* message: Log message if unknown/disallowed payload receivedTobias Brunner2015-06-011-3/+10
* message: Log original message type of unknown payloadsTobias Brunner2015-06-011-0/+13
* unknown-payload: Use a new private payload type and make original type availableTobias Brunner2015-06-016-10/+35
* ikev2: Include fragment number into message ID passed to IV genMartin Willi2015-06-011-0/+5
* iv-gen: Fail getting shorter IV values than the used counter sizeMartin Willi2015-06-011-0/+4
* iv-gen: Ensure external sequential IVs are actually sequentialMartin Willi2015-06-012-0/+23
* message: Show the fragmentation numbers in message stringificationMartin Willi2015-06-011-0/+36
* testing: use a decent PSKAndreas Steffen2015-05-302-2/+2
* testing: Added ha/active-passive scenarioAndreas Steffen2015-05-3021-0/+441
* Added 5.3.1 caption to NEWS5.3.1rc1Andreas Steffen2015-05-281-0/+3
* ha: Document tunnel parameterTobias Brunner2015-05-271-0/+1
* ha: Skip SA for sync messages when resyncing HA segmentsTobias Brunner2015-05-263-3/+14
* ha: Move plugin initialization from constructor to plugin callbackTobias Brunner2015-05-261-58/+69
* libtls: As client, reject DH exchanges using primes smaller than 1024 bitMartin Willi2015-05-261-0/+7
* Check for NULL installed packages enumeratorAndreas Steffen2015-05-241-1/+5
* Fixed os_info path in strongswan.confAndreas Steffen2015-05-241-2/+2
* List attribute request entries also during buildAndreas Steffen2015-05-242-15/+14
* testing: Include iperf and htop in base imageTobias Brunner2015-05-221-2/+2
* stroke: Dynamically resize stroke messagesTobias Brunner2015-05-223-287/+320
* vici: Explicitly disable --user-install when installing Ruby GemTobias Brunner2015-05-211-1/+1
* vici: Make installation of Ruby Gem and Python Egg optionalTobias Brunner2015-05-213-5/+23
* vici: Support out-of-tree build of Python EggTobias Brunner2015-05-211-5/+5
* ikev1: When a reauth is detected explicitly delete the old IKE_SATobias Brunner2015-05-211-3/+13
* Merge branch 'accounting-fixes'Tobias Brunner2015-05-218-55/+411
|\
| * libipsec: Insert SAs first, so latest SA with the same reqid gets usedTobias Brunner2015-05-211-1/+1
| * eap-radius: Keep track of stats for SAs migrated during IKEv1 reauthenticationTobias Brunner2015-05-211-88/+229
| * ikev1: Trigger children_migrate event if CHILD_SAs are adoptedTobias Brunner2015-05-213-1/+12
| * bus: Add new hook called when IKEv1 CHILD_SAs are migrated to a new IKE_SATobias Brunner2015-05-213-3/+58
| * eap-radius: Remove cache entries for expired SAs during ike/child_rekeyTobias Brunner2015-05-211-0/+53
| * eap-radius: Add cache for usage stats of expired/rekeyed SAsTobias Brunner2015-05-211-6/+102
|/