aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: Add helper macros to read variadic arguments into local variablesTobias Brunner2017-05-261-2/+46
* unit-tests: Fix test_chunk_eq() if arguments have side-effectsTobias Brunner2017-05-241-1/+1
* asn1: Make sure the first argument to sscanf() is null-terminatedTobias Brunner2017-05-231-7/+9
* x509: Fix leak when parsing CDPs if an invalid one follows valid onesTobias Brunner2017-05-231-2/+2
* pem: Ensure a value before checking Proc-Type in PEM headerTobias Brunner2017-05-231-1/+1
* chunk: Correctly parse Base64 text where four = follow in a rowTobias Brunner2017-05-231-1/+1
* 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-231-8/+25
* processor: Move priority threads assignment to set_threads()Tobias Brunner2017-05-231-4/+9
* Add plugin constructor registration for all libraries that provide pluginsTobias Brunner2017-05-232-0/+16
* plugin-constructors: Add script to generate constructor registrationTobias Brunner2017-05-232-0/+61
* plugin-loader: Add facility to register plugin constructorsTobias Brunner2017-05-232-3/+69
* library: Add compile option to disable memwipe() checkTobias Brunner2017-05-231-0/+6
* 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
* credential-manager: Prefer local over global setsAdrian-Ken Rueegsegger2017-05-231-7/+7
* 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
* af-alg: Fix crypt() definition conflictBaruch Siach2017-05-151-2/+2
* x509: Evaluate return codes of parsing functionsAndreas Steffen2017-05-084-52/+149
* Fixed some typos, courtesy of codespellTobias Brunner2017-03-232-2/+2
* Allow x25519 as an alias of the curve25519 KE algorithmAndreas Steffen2017-03-201-0/+1