aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iv-gen: Use NULL IV generator for NULL encryptionTobias Brunner2015-11-091-0/+5
* crypto: Add NULL IV generatorTobias Brunner2015-11-094-1/+98
* testing: Updated hasher testsAndreas Steffen2015-11-062-4/+83
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-0611-86/+106
* Use word-aligned XOR in sha3_absorb()Andreas Steffen2015-11-031-4/+47
* Support BLISS signatures with SHA-3 hashAndreas Steffen2015-11-035-4/+43
* Implemented SHA-3 hash algorithm including test vectorsAndreas Steffen2015-11-039-0/+1029
* Defined SHA-3 hashersAndreas Steffen2015-11-033-10/+59
* random: Properly handle errors when reading from /dev/[u]randomTobias Brunner2015-10-291-0/+1
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-2/+1
* openssl: Explicitly include openssl/bn.hTobias Brunner2015-09-165-0/+5