aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added BLISS OIDs in ITA-HSR OID treeAndreas Steffen2014-11-291-0/+10
* Implemented Number Theoretic Transform using the FFT algorithmAndreas Steffen2014-11-298-3/+869
* Created framework for BLISS post-quantum signature algorithmAndreas Steffen2014-11-2912-8/+663
* libtls: Catch POLLHUP/NVAL in TLS socket splicingMartin Willi2014-11-281-2/+2
* watcher: Proper handle poll() POLLHUP/NVAL signalingMartin Willi2014-11-281-13/+36
* windows: Properly set errno for read/write functions using WinsockMartin Willi2014-11-281-4/+4
* ikev2: Fix ike_rekey switch statement broken with last commitMartin Willi2014-11-241-1/+1
* ikev2: Prevent IKE_SA rekeying if we are currently retrying a CHILD_SA rekeyMartin Willi2014-11-211-0/+1
* controller: Keep following initiate() if the first DH guess was wrongMartin Willi2014-11-211-0/+12
* child-sa: Introduce a CHILD_RETRYING state to detect DH group retriesMartin Willi2014-11-213-0/+7
* Merge branch 'poll'Martin Willi2014-11-2116-281/+581
|\
| * windows: Move the compatibility header to the compat subfolderMartin Willi2014-11-214-6/+6
| * apple: Wrap accept() and recvfrom() with poll(2) instead of selectMartin Willi2014-11-211-5/+11
| * apple: Introduce a central compatibility header with all __APPLE__ quirksMartin Willi2014-11-216-87/+113
| * watcher: Use Windows read/write(2) wrappers instead of compile-conditionsMartin Willi2014-11-211-8/+0
| * windows: Provide a write(2) wrapper that uses send(2) on socketsMartin Willi2014-11-212-0/+22
| * windows: Provide a read(2) wrapper that uses recv(2) on socketsMartin Willi2014-11-212-0/+25
| * unit-tests: Test cancellability of some cancellation points we rely onMartin Willi2014-11-211-0/+192
| * thread: Test for pending cancellation requests before poll()ing on OS XMartin Willi2014-11-211-0/+20
| * kernel-libipsec: Use poll(2) instead of selectMartin Willi2014-11-211-54/+56
| * watcher: Use poll(2) instead of selectMartin Willi2014-11-211-24/+38
| * libtls: Use poll(2) instead of select() in tls_socketMartin Willi2014-11-211-8/+7
| * socket-default: Use round-robin selection of sockets to read fromMartin Willi2014-11-211-5/+13
| * socket-default: Use poll(2) instead of selectMartin Willi2014-11-211-46/+20
| * tun-device: Read from tun to buffer on stack to avoid over-allocation of packetsMartin Willi2014-11-211-8/+6
| * tun-device: Remove the superfluous use of select() before read()Martin Willi2014-11-212-19/+6
| * libradius: Use poll(2) to wait for RADIUS responsesMartin Willi2014-11-211-46/+41
| * windows: Provide a poll(2) wrapper calling WSAPoll()Martin Willi2014-11-213-0/+40
|/
* Merge branch 'netlink-extensions'Martin Willi2014-11-2110-86/+1022
|\
| * kernel-netlink: Optionally ignore errors resulting from response message lossMartin Willi2014-11-211-0/+82
| * kernel-netlink: Add an option to enforce using XFRM_MSG_UPDPOLICYMartin Willi2014-11-211-0/+12
| * kernel-netlink: Fallback to UDP if detecting socket protocol failsMartin Willi2014-11-211-2/+4
| * kernel-netlink: Alternatively support global port based IKE bypass policiesMartin Willi2014-11-212-3/+169
| * conf: Document kernel-netlink retransmission and parallelization optionsMartin Willi2014-11-211-0/+17
| * kernel-netlink: Add options to enable parallel Netlink queries explicitlyMartin Willi2014-11-215-20/+39
| * kernel-netlink: Release lock while doing Netlink NEW/DELADDR operationsMartin Willi2014-11-211-8/+17
| * kernel-netlink: Add non-dumping variants of echo and stress testsMartin Willi2014-11-211-0/+84
| * kernel-netlink: Add test cases for successful and timing out retransmissionsMartin Willi2014-11-212-0/+90
| * kernel-netlink: Add a compile-time hook to simulate request message lossMartin Willi2014-11-211-0/+15
| * kernel-netlink: Implement configurable Netlink request retransmissionMartin Willi2014-11-211-15/+86
| * kernel-netlink: Add a stress test with several threads doing Netlink exchangesMartin Willi2014-11-211-0/+62
| * kernel-netlink: Retry netlink query while kernel returns EBUSYMartin Willi2014-11-211-3/+37
| * kernel-netlink: Support parallel Netlink queriesMartin Willi2014-11-211-74/+192
| * kernel-netlink: Add a simple send message test querying available linksMartin Willi2014-11-213-0/+70
| * kernel-netlink: Add a stub for a test-runnerMartin Willi2014-11-214-0/+85
|/
* mem-pool: Fix potential memory leak and lost leases when reassigning leasesTobias Brunner2014-11-111-2/+6
* android: New release based on 5.2.1 and after adding EAP-TLSTobias Brunner2014-11-061-3/+3
* android: Build binaries for MIPSTobias Brunner2014-11-061-1/+1
* android: Increase fragment sizeTobias Brunner2014-11-061-0/+3
* android: Enable IKEv2 fragmentationTobias Brunner2014-11-061-1/+1