aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
* 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
* revocation: Restrict OCSP signing to specific certificatesMartin Willi2014-03-311-7/+63
* revocation: Don't merge auth config of CLR/OCSP trustchain validationMartin Willi2014-03-311-39/+24
* hashtable: Make key arguments constTobias Brunner2014-03-312-22/+23
* Properly hash pointers for hash tables where appropriateTobias Brunner2014-03-311-17/+2
* x509: CERT_DECODE actually requires KEY_ANYTobias Brunner2014-03-311-3/+1
* pkcs1: KEY_ANY public key decoder soft depends on specific decodersTobias Brunner2014-03-311-0/+3
* auth-cfg: Declare an attribute certificate helper type to exchange acertsMartin Willi2014-03-313-2/+15
* acert: Implement a plugin finding, validating and evaluating attribute certsMartin Willi2014-03-316-0/+363
* x509: Match acert has_subject() against entityName or holder serialMartin Willi2014-03-311-5/+25
* pem: Support encoding of attribute certificatesMartin Willi2014-03-311-1/+6
* x509: Replace the comma separated string AC group builder with a list based oneMartin Willi2014-03-313-9/+8
* x509: Integrate IETF attribute handling, and obsolete ietf_attributes_tMartin Willi2014-03-316-639/+186
* x509: Replace fixed acert group string getter by a more dynamic group enumeratorMartin Willi2014-03-314-53/+63
* x509: Skip parsing of acert chargingIdentity, as we don't use it anywayMartin Willi2014-03-311-9/+1
* x509: Fix some whitespaces and do some minor style cleanups in acertMartin Willi2014-03-311-72/+76
* ac: Remove unimplemented equals_holder() method from ac_tMartin Willi2014-03-311-8/+0