aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* unit-tests: Fix filtered enumerator tests on 64-bit big-endian platformsTobias Brunner2014-03-271-12/+12
* unit-tests: Fix memory leak in ntru testsTobias Brunner2014-03-271-3/+5
* unit-test: added missing TEST_FUNCTION macrosAndreas Steffen2014-03-221-8/+16
* openssl: Add default fallback when calculating fingerprints of RSA keysTobias Brunner2014-03-221-1/+15
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-2221-1711/+1227
* crypto-tester: Don't fail if key size is not supportedTobias Brunner2014-03-201-6/+3
* unit-tests: Add an option to increase the verbosity when running testsTobias Brunner2014-03-201-1/+9
* unit-tests: Add an option to run only a subset of all test suitesTobias Brunner2014-03-201-8/+54
* unit-tests: Actually verify registered algorithms against test vectorsTobias Brunner2014-03-202-5/+47