aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* android: Provide a fallback for sigwaitinfo()Tobias Brunner2015-11-121-1/+29
* android: Replace AndroidConfigLocal.h with a header in utils/compatTobias Brunner2015-11-124-5/+16
* android: Fix build after updating Linux headersTobias Brunner2015-11-123-3/+0
* charon-tkm: Register SPI generator callbackAdrian-Ken Rueegsegger2015-11-111-0/+4
* charon-tkm: Implement SPI generatorAdrian-Ken Rueegsegger2015-11-112-0/+134
* settings: Add settings_value_as_uint64() helper functionTobias Brunner2015-11-113-0/+58
* ike-sa-manager: Allow plugins to provide IKE SPIs via a callbackTobias Brunner2015-11-112-11/+54
* libcharon: Publish IKE_SA/CHILD_SA managers as custom plugin featureTobias Brunner2015-11-111-11/+29
* ikev1: Also use message hashes for Quick Mode for the early retransmission checkTobias Brunner2015-11-111-4/+8
* kernel-netlink: Allow IPsec policies to replace shunt policiesTobias Brunner2015-11-101-3/+3
* kernel-pfkey: Make absolutely sure we always delete the right policy cache entryTobias Brunner2015-11-101-3/+8
* kernel-netlink: Make absolutely sure we always delete the right policy cache ...Tobias Brunner2015-11-101-2/+9
* kernel-interface: Pass the same data to del_policy() that was passed to add_p...Tobias Brunner2015-11-1012-150/+162
* kernel-netlink: Remove the unused policy_history flagTobias Brunner2015-11-101-41/+20
* kernel-interface: Return bool for kernel interface registrationThomas Egerer2015-11-104-20/+40
* trap-manager: Also clean up remote address in error casesTobias Brunner2015-11-101-0/+2
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-1011-22/+21
* swanctl: Add option to query leases with --get-poolsTobias Brunner2015-11-101-3/+29
* vici: Add option to query leases of poolsTobias Brunner2015-11-102-3/+36
* swanctl: List virtual IPs in --list-sasTobias Brunner2015-11-101-1/+11
* vici: Return local and remote virtual IPs when listing SAsTobias Brunner2015-11-102-0/+36
* socket-dynamic: Refactor setting source address when sending messagesTobias Brunner2015-11-091-32/+62
* socket-default: Refactor setting source address when sending messagesTobias Brunner2015-11-091-46/+107
* socket-default: Refactor retrieval of destination address of received packetsTobias Brunner2015-11-091-39/+89
* medsrv: Replace remaining JavaScript code with CSSTobias Brunner2015-11-094-371/+14
* medsrv: Replace the JavaScript focus() calls with HTML5's autofocusTobias Brunner2015-11-095-5/+4
* conftest: Add configuration option to report milliseconds in file loggerTobias Brunner2015-11-091-2/+4
* file-logger: Add option to print milliseconds within the current second after...Tobias Brunner2015-11-094-13/+36
* ike-natd: Create fake NAT-D payloads in a more static wayTobias Brunner2015-11-091-20/+8
* testing: Added Debian 7.9 to IMV database5.3.4dr2Andreas Steffen2015-11-091-0/+48
* mediation: Reschedule initiate mediation job if SA is not yet foundTobias Brunner2015-11-091-0/+4
* ike-sa-manager: Signal entries that we don't actually check outTobias Brunner2015-11-091-1/+8
* ike-sa-manager: Signal waiting threads after check out/in for uniqueness checkTobias Brunner2015-11-091-0/+3
* ikev1: Fix calculation of DPD timeoutTobias Brunner2015-11-091-0/+2
* ipsec: Quit script quicker for ipsec stopTobias Brunner2015-11-091-2/+2
* xauth: Call authorize() hook also when xauth-noauth is usedTobias Brunner2015-11-091-2/+8
* libtnccs: Optionally use RTLD_NOW to load IMC/IMVs with dlopen()Tobias Brunner2015-11-092-2/+14
* plugin-loader: Optionally use RTLD_NOW with dlopen()Tobias Brunner2015-11-091-6/+11
* windows: Define RTLD_NOW, even if it is not usedTobias Brunner2015-11-091-0/+5
* kernel-pfkey: Enable ENCR_AES_CTR when it's availableRenato Botelho2015-11-091-1/+3
* vici: Add NAT information when listing IKE_SAsTobias Brunner2015-11-092-0/+21
* iv-gen: Use NULL IV generator for NULL encryptionTobias Brunner2015-11-091-0/+5
* crypto: Add NULL IV generatorTobias Brunner2015-11-094-1/+98
* stroke: Make down-nb actually non-blockingTobias Brunner2015-11-091-31/+40
* testing: Updated hasher testsAndreas Steffen2015-11-062-4/+83
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-0612-89/+109
* Use word-aligned XOR in sha3_absorb()Andreas Steffen2015-11-031-4/+47
* Support BLISS signatures with SHA-3 hashAndreas Steffen2015-11-0310-9/+52
* Implemented SHA-3 hash algorithm including test vectorsAndreas Steffen2015-11-039-0/+1029
* Defined SHA-3 hashersAndreas Steffen2015-11-033-10/+59