aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* settings: Adopt the new order of sections and settings when replacing configsTobias Brunner2014-05-152-7/+119
* settings: Only purge sections if necessaryTobias Brunner2014-05-154-55/+115
* settings: Maintain order of sections and settings while enumeratingTobias Brunner2014-05-154-66/+59
* settings: Don't overwrite values in-placeTobias Brunner2014-05-154-36/+52
* settings: Add functions to add sections and key/value pairs to a sectionTobias Brunner2014-05-154-68/+82
* unit-tests: Update settings tests to match new parserTobias Brunner2014-05-151-59/+124
* settings: Don't enumerate key/value pairs with NULL valueTobias Brunner2014-05-151-1/+1
* settings: Use generated parser instead of our ownTobias Brunner2014-05-151-566/+53
* settings: Optionally keep track of removed/replaced valuesTobias Brunner2014-05-153-16/+45
* settings: Add flex/bison based parser for strongswan.confTobias Brunner2014-05-155-1/+501
* settings: Extract section and key/value pair types and helper functionsTobias Brunner2014-05-154-6/+294
* parser-helper: Add utility class for flex/bison based parsersTobias Brunner2014-05-154-3/+408
* settings: Use glob enumerator to load included filesTobias Brunner2014-05-151-32/+13
* enumerator: Add enumerator to enumerate files matching a patternTobias Brunner2014-05-152-3/+140
* settings: Move to a separate folderTobias Brunner2014-05-156-13/+15
* array: Allocate initial data properly if esize is 0Tobias Brunner2014-05-151-1/+1
* Implemented PT-EAP protocol (RFC 7171)Andreas Steffen2014-05-122-3/+9
* mem-cred: Replace existing equal shared keys during add_shared()Martin Willi2014-05-071-3/+56
* mem-cred: Replace existing equal private keys during add_key()Martin Willi2014-05-071-0/+17
* watcher: Don't wait for running callback once watcher thread cancelledMartin Willi2014-05-071-1/+8
* watcher: Avoid queueing multiple watcher callbacks at the same timeMartin Willi2014-05-071-1/+8
* processor: Flush pending jobs during cancel(), not destroyMartin Willi2014-05-071-1/+11
* utils: Provide a CALLBACK macro, similar to METHOD, but for void* callbacksMartin Willi2014-05-071-0/+13
* utils: Enable __atomic* built-ins based on the GCC versionTobias Brunner2014-05-041-0/+7
* Added PUBKEY_RSA_MODULUS encoding typeAndreas Steffen2014-05-022-12/+37
* unit-tests: Document the supported env variablesMartin Willi2014-04-301-1/+7
* unit-tests: Support strongswan.conf defined plugin list and base directoryThomas Egerer2014-04-301-2/+8
* unit-tests: Allow configuration of libstrongswan via configThomas Egerer2014-04-301-10/+14
* unit-tests: Add a ck_assert_chunk_eq() convenience macroMartin Willi2014-04-301-0/+18
* unit-tests: Silence a literal signedness warning raised by GCC 4.6.3Martin Willi2014-04-301-2/+2
* sqlite: Allow query arguments to be freed before starting the enumerationTobias Brunner2014-04-301-2/+4
* android: Use static version of libcryptoTobias Brunner2014-04-251-1/+1
* tun-device: Use SIOCAIFADDR to set IP address on FreeBSD 10Tobias Brunner2014-04-251-2/+90
* utils: Use GCC's __atomic built-ins if availableTobias Brunner2014-04-242-3/+22
* utils: Add ref_cur() to retrieve the current value of a reference counterTobias Brunner2014-04-242-3/+24
* x509: Don't include authKeyIdentifier in self-signed certificatesTobias Brunner2014-04-091-1/+1
* x509: Initialize certs when building optionalSignature for OCSP requestsTobias Brunner2014-04-091-1/+1
* Added support for msSmartcardLogon EKUAndreas Steffen2014-04-083-14/+23
* Added some more OIDsAndreas Steffen2014-04-081-1/+20
* Initialize m1 to suppress compiler warningAndreas Steffen2014-04-071-1/+1
* Added SHA3 OIDsAndreas Steffen2014-04-041-6/+12
* leak-detective: LEAK_DETECTIVE_DISABLE completely disables LDTobias Brunner2014-04-033-17/+23
* unit-tests: Verify two bytes at once when testing chunk_clear()Tobias Brunner2014-04-021-3/+6
* unit-tests: Catch timeouts during test runner deinit functionMartin Willi2014-04-011-6/+18
* unit-tests: Prevent a failing worker thread to go wild after it failsMartin Willi2014-04-011-1/+2
* unit-tests: Always load address of testable functionsTobias Brunner2014-03-311-1/+1
* settings: Reduce log verbosity if strongswan.conf does not existTobias Brunner2014-03-311-1/+10
* test-vectors: Renumber AES-GCM test vectors according to original sourceTobias Brunner2014-03-312-16/+100
* aead: Support custom AEAD salt sizesMartin Willi2014-03-3113-38/+100
* revocation: Log error if no OCSP signer candidate foundMartin Willi2014-03-311-1/+1