aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* testing: Updated all swanctl scenarios and added some new onesAndreas Steffen2015-07-22102-104/+1744
* tests: Introduced IPV6 flag in tests.confAndreas Steffen2015-07-2120-1/+77
* tests: Introduced SWANCTL flag in test.confAndreas Steffen2015-07-219-23/+57
* tests: fixed evaltest of swanctl/rw-cert scenarioAndreas Steffen2015-07-211-2/+2
* tests: fixed description of swanctl ip-pool scenariosAndreas Steffen2015-07-212-9/+8
* Version bump to 5.3.3dr1Andreas Steffen2015-07-211-1/+1
* vici: Certification Authority support added.Andreas Steffen2015-07-2119-15/+1553
* vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...Andreas Steffen2015-07-201-6/+20
* testing: Do not attempt to start the test environment if hosts are still runningTobias Brunner2015-07-151-0/+1
* ike-sa-manager: Safely access the RNG instance with an rwlockTobias Brunner2015-07-141-5/+16
* vici: Asynchronize debug loggingMartin Willi2015-07-121-1/+47
* Merge branch 'chapoly'Martin Willi2015-07-1244-32/+2657
|\
| * NEWS: Add ChaCha20/Poly1305 newsMartin Willi2015-07-121-0/+8
| * testing: Enable AESNI/PCLMULQD in moon/sun guests, if supportedMartin Willi2015-07-122-0/+10
| * testing: Do not overwrite kernel configuration if it already existsMartin Willi2015-07-121-1/+4
| * testing: Extract and patch each kernel version only onceMartin Willi2015-07-121-8/+11
| * testing: Build with --enable-chapolyMartin Willi2015-07-121-0/+1
| * libipsec: Add a unit-test for ESP encryption using ChaCha20Poly1305Martin Willi2015-07-123-0/+139
| * libipsec: Add a unit-test test runnerMartin Willi2015-07-126-8/+94
| * unit-tests: Add a IKEv2 message encryption test caseMartin Willi2015-07-123-0/+140
| * unit-tests: Increase failure message buffer to hold larger hex dumpsMartin Willi2015-07-122-2/+2
| * unit-tests: Forward variable argument list in TEST_SUITE_DEPENDMartin Willi2015-07-125-10/+10
| * unit-tests: Load libstrongswan plugins in libcharon testsMartin Willi2015-07-122-0/+16
| * chapoly: Process two Poly1305 blocks in parallel in SSSE3 driverMartin Willi2015-07-121-85/+291
| * chapoly: Process four ChaCha20 blocks in parallel in SSSE3 driverMartin Willi2015-07-121-16/+207
| * chapoly: Add an SSSE3 based driverMartin Willi2015-06-294-1/+514
| * configure: Check if building against a x86/x64 architectureMartin Willi2015-06-291-0/+16
| * chapoly: Add a ChaCha20/Poly1305 driver implemented in portable CMartin Willi2015-06-294-0/+488
| * chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backendsMartin Willi2015-06-299-0/+683
| * test-vectors: Add some initial ChaCha20/Poly1305 AEAD test vectorMartin Willi2015-06-293-0/+112
| * kernel-netlink: Add ChaCha20-Poly1305 AEAD supportMartin Willi2015-06-291-0/+2
| * libipsec: Create AEAD with four byte salt for ChaCha20-Poly1305Martin Willi2015-06-291-0/+1
| * ikev2: Derive additional 4 byte CHILD_SA nonce keymat for ChaCha20-Poly1305Martin Willi2015-06-291-0/+1
| * ikev2: Use four byte salt for ChaCha20-Poly1305 AEADMartin Willi2015-06-291-0/+1
| * 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