aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* byteorder: Explicitly check for htoXeXX macrosTobias Brunner2016-03-311-3/+18
* proposal: Use standard integer types for static keywordsTobias Brunner2016-03-311-2/+2
* utils: Remove nonsensical typedefs for standard uint typesTobias Brunner2016-03-311-13/+0
* Use u_int32_t legacy type in blowfish header fileAndreas Steffen2016-03-241-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-24131-789/+789
* android: Enable build against API level 21Tobias Brunner2016-03-231-0/+17
* Fix some Doxygen issuesTobias Brunner2016-03-112-8/+8
* identification: Make `written` signed to fix error checking when printing rangesTobias Brunner2016-03-111-3/+3
* Implemented IPv4/IPv6 subnet and range identitiesAndreas Steffen2016-03-102-79/+563
* auth-cfg: Add a rule to suspend certificate validation constraintsTobias Brunner2016-03-102-0/+18
* credential-manager: Check cache queue when destroying trusted certificate enu...Tobias Brunner2016-03-101-1/+2
* credential-manager: Make online revocation checks optional for public key enu...Tobias Brunner2016-03-102-3/+9
* library: Add option to register additional namespaces before calling library_...Tobias Brunner2016-03-082-2/+43
* linked-list: Add method to compare two lists of objects for equalityTobias Brunner2016-03-083-2/+166
* byteorder: Simplify htoun64/untoh64 functionsTobias Brunner2016-03-041-27/+0
* byteorder: Always define be64toh/htobe64 macrosTobias Brunner2016-03-041-20/+30
* auth-cfg: Make IKE signature schemes configurableTobias Brunner2016-03-045-37/+187
* ikev2: Diversify signature scheme ruleThomas Egerer2016-03-042-30/+68
* thread: Allow thread ID to be value returned by gettid()Thomas Egerer2016-03-043-14/+32
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* utils: Add enum name for pseudo log group 'any'Tobias Brunner2016-02-051-2/+4
* unit-tests: The pseudonym RDN is now recognized, so use something more exoticTobias Brunner2016-01-281-3/+3
* Support pseudonym RDNAndreas Steffen2016-01-273-0/+5
* vici: list-cert sends subject, not-before and not-after attributes for pubkeysAndreas Steffen2016-01-091-0/+1
* vici: Support of raw public keysAndreas Steffen2016-01-092-0/+15
* Apply pubkey and signature constraints in vici pluginAndreas Steffen2015-12-172-0/+117
* 128 bit default security strength for IKE and ESP algorithmsAndreas Steffen2015-12-171-19/+19
* libstrongswan: Updated Android.mk to current Makefile.amTobias Brunner2015-12-141-1/+2
* 128 bit default security strength requires 3072 bit prime DH groupAndreas Steffen2015-12-143-16/+16
* Refactored certificate management for the vici and stroke interfaces5.4.0dr1Andreas Steffen2015-12-122-30/+130
* Changed some certificate_type_names and added x509_flag_namesAndreas Steffen2015-12-114-5/+37
* Allow msSmartcardLogon EKU to be builtAndreas Steffen2015-12-111-2/+2
* Print OCSP single responsesAndreas Steffen2015-12-113-5/+122
* Standardized printing of certificate informationAndreas Steffen2015-12-113-0/+653
* array: Add an insert/create function for value based arraysMartin Willi2015-12-073-0/+68
* byteorder: Provide a fallback for le32toh/htole32()Martin Willi2015-12-041-0/+20
* byteorder: Add 32-bit unaligned little-endian conversion functionsMartin Willi2015-12-042-21/+27
* watcher: Check for cancellation if poll() fails with EINTRMartin Willi2015-12-041-0/+7
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...Tobias Brunner2015-11-231-1/+4
* utils: Use the more low-level __NR_ prefix to refer to the syscall numberTobias Brunner2015-11-171-1/+1
* utils: Provide a fallback for sigwaitinfo() if neededTobias Brunner2015-11-133-30/+36
* revocation: Allow CRLs to be encoded in PEM formatTobias Brunner2015-11-121-1/+1
* curl: Be less strict when considering status codes as errorsTobias Brunner2015-11-121-3/+3
* auth-cfg: Prefer merged rules over existing ones when moving themTobias Brunner2015-11-121-3/+3
* 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
* settings: Add settings_value_as_uint64() helper functionTobias Brunner2015-11-113-0/+58
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-102-8/+7
* 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