aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* ikev2: Don't use SHA-1 for RFC 7427 signature authenticationTobias Brunner2017-11-082-4/+4
* pkcs11: Call C_Finalize() to cancel jobs waiting in C_WaitForSlotEvent()Tobias Brunner2017-11-021-9/+14
* utils: Add helper function to parse time spans from stringsTobias Brunner2017-11-024-42/+132
* asn1: Add additional OIDs seen in certificate DNsTobias Brunner2017-11-022-0/+6
* openssl: Also load EC keys from an ENGINETobias Brunner2017-11-025-155/+168
* streams: Remove registered systemd stream serviceTobias Brunner2017-10-181-0/+3
* streams: Named systemd sockets are only supported since systemd v227Tobias Brunner2017-10-131-0/+6
* watcher: Don't notify watcher if removed FD was not foundTobias Brunner2017-10-101-2/+6
* stream: Add basic stream service for systemd socketsaszlig2017-10-104-0/+118
* openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0Tobias Brunner2017-10-101-3/+3
* configure: Fix gperf length parameter determinationTobias Brunner2017-10-023-2/+11
* configure: Detect type of length parameter for gperf generated functionTobias Brunner2017-09-191-1/+1
* utils: Include stdint.hTobias Brunner2017-09-191-0/+1
* bliss: Fix compile error of unit tests due to uninitialized variableTobias Brunner2017-09-181-1/+1
* settings: Fix possible undefined behavior with va_start() and boolTobias Brunner2017-09-182-4/+6
* Define MODP_CUSTOM constructors as variadic functionsTobias Brunner2017-09-188-22/+28
* plugin-loader: Correctly read dlopen_use_rtld_now optionTobias Brunner2017-09-181-1/+1
* openssl: Add support for delta CRLsTobias Brunner2017-09-182-19/+74
* certificates: Use shared destructor for x509_cdp_tTobias Brunner2017-09-185-35/+20
* traffic-selector: Use single buffer for both address familiesTobias Brunner2017-08-172-159/+102
* plugin-loader: Move indent variables into !USE_FUZZING blockTobias Brunner2017-08-151-2/+2
* gmp: Fix RSA signature verification for m >= nTobias Brunner2017-08-141-3/+9
* Fixed some typos, courtesy of codespellTobias Brunner2017-08-072-2/+2
* sha2: Write final hash directly to output bufferTobias Brunner2017-08-071-56/+26
* prf-plus: Wipe seed and internal bufferTobias Brunner2017-08-071-2/+2
* child-sa: Allow requesting different unique marks for in/outEyal Birger2017-08-072-2/+17
* unit-tests: Double escape backslashes in Windows paths in settings testTobias Brunner2017-07-281-2/+6
* unit-tests: iv_gen_seq has a dependency on RNG_STRONGTobias Brunner2017-07-281-1/+1
* credential-manager: Log issuer identity if not foundTobias Brunner2017-07-271-0/+2
* auth-cfg: Don't limit subjectAltName check to received certificatesTobias Brunner2017-07-271-1/+1
* curl: Enable following redirectsTobias Brunner2017-07-271-0/+9
* imv-swima: Implemented SW event processingAndreas Steffen2017-07-081-2/+12
* x509: Correctly encode nonce in OCSP requestTobias Brunner2017-07-071-1/+2
* utils: Make second argument to memxor() constTobias Brunner2017-07-052-2/+2
* android: Enable revocation pluginTobias Brunner2017-07-031-0/+2
* android: Use LOCAL_LDLIBS to link libdlTobias Brunner2017-07-031-1/+1
* configure: Enable coverage for all plugins via PLUGIN_CFLAGSTobias Brunner2017-06-203-6/+3
* openssl: Properly handle flags in key usage extensionTobias Brunner2017-06-141-8/+6
* x509: nameConstraints sequence does not require a loopAndreas Steffen2017-05-291-2/+1
* unit-tests: Updated asn1-parser testsAndreas Steffen2017-05-291-1/+105
* asn1-parser: Fix CHOICE parsingAndreas Steffen2017-05-293-75/+134
* gmp: Make sure the modulus is odd and the exponent not zeroTobias Brunner2017-05-291-1/+6
* leak-detective: Whitelisted memory leaks in FHH IMCs and IMVsAndreas Steffen2017-05-291-0/+3
* Fixed some typos, courtesy of codespellTobias Brunner2017-05-261-1/+1
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-267-73/+161
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-263-16/+21
* linked-list: invoke_offset() doesn't take any additional arguments anymoreTobias Brunner2017-05-263-18/+16
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-2613-359/+517
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-2623-304/+409
* enumerator: Add venumerate() method to enumerator_t that takes a va_listTobias Brunner2017-05-262-8/+51