aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * plugin-loader: Disable some logging output when building fuzz targetsTobias Brunner2017-05-231-4/+19
| * x509: Manually print CRL/OCSP URIs when fuzzingTobias Brunner2017-05-232-8/+28
| * processor: Move priority threads assignment to set_threads()Tobias Brunner2017-05-231-4/+9
| * fuzz: Change how fuzz_certs is builtTobias Brunner2017-05-231-5/+11
| * Add plugin constructor registration for all libraries that provide pluginsTobias Brunner2017-05-239-0/+65
| * plugin-constructors: Add script to generate constructor registrationTobias Brunner2017-05-232-0/+61
| * plugin-loader: Add facility to register plugin constructorsTobias Brunner2017-05-233-4/+87
| * configure: Don't build static libraries by defaultTobias Brunner2017-05-231-0/+1
| * library: Add compile option to disable memwipe() checkTobias Brunner2017-05-231-0/+6
| * fuzz: Make path to libFuzzer.a configurableTobias Brunner2017-05-232-1/+2
| * pem: Don't read beyond line endsTobias Brunner2017-05-231-2/+2
| * x509: Fix leak if there is an empty CDPTobias Brunner2017-05-231-1/+7
| * x509: Fix leak if a certificate contains multiple authorityKeyIdentifiersTobias Brunner2017-05-231-0/+1
| * fuzz: Add fuzzing boilerplateTobias Brunner2017-05-236-8/+75
|/
* testing: Avoid expiration of allocated SPIs due to low retransmission settingsTobias Brunner2017-05-231-1/+6
* kernel-netlink: Use total retransmit timeout as acquire timeoutTobias Brunner2017-05-233-16/+26
* task-manager: Add helper function to calculate the total retransmit timeoutTobias Brunner2017-05-232-1/+42
* ike: Use optional jitter to calculate retransmission timeoutsTobias Brunner2017-05-235-6/+75
* kernel-netlink: Try to add new inbound SA if update failsThomas Egerer2017-05-231-3/+12
* kernel-pfkey: Update SA addresses if supported by the kernelTobias Brunner2017-05-231-21/+16
* kernel-pfkey: Use new encap flag on Mac OS X when updating SAsTobias Brunner2017-05-231-1/+1
* receiver: Restrict init limit to half-open SAs as responderThomas Egerer2017-05-231-4/+2
* Merge branch 'hw-offload'Tobias Brunner2017-05-2316-172/+229
|\
| * kernel-netlink: Update hardware offload attribute when SAs are updatedTobias Brunner2017-05-231-11/+37
| * kernel-netlink: Base SA update on correct message in multi-message responseTobias Brunner2017-05-231-7/+7
| * vici: Make hardware offload configurableTobias Brunner2017-05-232-0/+15
| * child-sa: Optionally enable hardware offload for CHILD_SAsTobias Brunner2017-05-231-0/+1
| * child-cfg: Add flag to enable hardware offloadTobias Brunner2017-05-231-0/+3
| * child-cfg: Use flags for boolean optionsTobias Brunner2017-05-2312-153/+129
| * kernel-netlink: Enable hardware offloading if configured for an SATobias Brunner2017-05-231-0/+25
| * kernel-ipsec: Add flag to enable hardware offloading for an IPsec SATobias Brunner2017-05-231-0/+2
| * include: Update xfrm.h to include hardware offloading extensionsTobias Brunner2017-05-231-1/+10
|/
* kernel-netlink: Directly handle Netlink messages if thread pool is emptyTobias Brunner2017-05-231-1/+2
* socket-default: Add an option to force the sending interface via IP_PKTINFOMartin Willi2017-05-232-7/+54
* Add an option to announce support for IKE fragmentation but not sending fragm...Tobias Brunner2017-05-236-16/+34
* swanctl: Use returned key ID to track loaded private keysTobias Brunner2017-05-231-13/+6
* vici: Return key ID from load-key commandTobias Brunner2017-05-232-4/+13
* credential-manager: Prefer local over global setsAdrian-Ken Rueegsegger2017-05-231-7/+7
* ikev1: Send NAT-D payloads after HASH payloads in Aggressive Mode requestsTobias Brunner2017-05-191-1/+1
* ike-sa-manager: Improve scalability of IKE_SA count checkingThomas Egerer2017-05-191-19/+10
* tun-device: Use next free TUN device on FreeBSDTobias Brunner2017-05-191-3/+18
* tun-device: TUN devices are not supported on iOSTobias Brunner2017-05-191-1/+10
* attr-sql: Make release of online leases during startup optionalTobias Brunner2017-05-192-8/+16
* charon-nm: Fix typo to actually use random NAT-T portTobias Brunner2017-05-191-1/+1
* af-alg: Fix crypt() definition conflictBaruch Siach2017-05-151-2/+2
* Version bump to 5.3.3dr25.5.3dr2Andreas Steffen2017-05-083-4/+2579
* x509: Evaluate return codes of parsing functionsAndreas Steffen2017-05-084-52/+149
* nm: Explicitly prevent the smartcard PIN from being storedRaphael Geissert2017-05-081-0/+2
* nm: IKE/ESP proposal customization supportDefunct2017-05-082-0/+202
* charon-nm: IKE/ESP proposal customization supportDefunct2017-05-081-5/+59