aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
| * Try to build a trustchain for all configured certificates before enforcing oneMartin Willi2013-01-181-1/+29
| * Make AUTH_RULE_SUBJECT cert multi-valuedMartin Willi2013-01-181-11/+24
* | Merge branch 'systime'Martin Willi2013-03-012-10/+69
|\ \
| * | Add a cert_validator hook allowing plugins to provide custom lifetime checkingMartin Willi2013-02-192-10/+64
| * | Make cert_validator_t.validate optional to implementMartin Willi2013-02-192-0/+5
* | | Merge branch 'opaque-ports'Martin Willi2013-03-012-90/+127
|\ \ \
| * | | Use a complete port range in traffic_selector_create_from_{subnet,cidr}Martin Willi2013-02-212-16/+17
| * | | Print OPAQUE traffic selectors as what they are, not as port rangeMartin Willi2013-02-211-0/+4
| * | | Support "opaque" ports in traffic selector subset calculationMartin Willi2013-02-211-6/+32
| * | | Slightly refactor traffic_selector_t.get_subset()Martin Willi2013-02-211-61/+68
| * | | Migrate remaining traffic selector methods to METHOD macroMartin Willi2013-02-211-19/+18
| |/ /
* | | When running with an unprivileged user, initialize supplementary groupsMartin Willi2013-03-011-1/+37
* | | openssl: Provide AES-GCM implementationTobias Brunner2013-02-284-1/+312
* | | Fix cleanup in crypto_tester if AEAD implementation failsTobias Brunner2013-02-281-1/+4
* | | Order of arguments in Doxygen comment fixedTobias Brunner2013-02-282-2/+2
* | | Fix auth_cfg_t.clone() for single-valued auth rulesTobias Brunner2013-02-281-10/+11
* | | Use SIGUSR2 for SIG_CANCEL on AndroidTobias Brunner2013-02-261-0/+4
* | | Android.mk updated to latest MakefilesTobias Brunner2013-02-261-0/+1
* | | openssl: Disable PKCS#7/CMS when building against OpenSSL < 0.9.8gTobias Brunner2013-02-202-1/+5
* | | Encode RSA public keys in RFC 3110 DNSKEY formatAndreas Steffen2013-02-196-2/+143
* | | Moved configuration from resolver manager to unbound pluginAndreas Steffen2013-02-196-52/+41
* | | unbound: Implementation of query method of unbound_resolver_tReto Guadagnini2013-02-192-7/+64
* | | unbound: Implemented resolver_response_t as unbound_response_tReto Guadagnini2013-02-193-1/+316
* | | Implemented rr_set_t interfaceReto Guadagnini2013-02-193-1/+113
* | | unbound: Implemented rr_t as unbound_rr_tReto Guadagnini2013-02-193-1/+215
* | | Added unbound plugin implementing the resolver interface using libunboundReto Guadagnini2013-02-196-0/+234
* | | Added manager for DNS resolversReto Guadagnini2013-02-195-1/+181
* | | Added interface for DNS resolversReto Guadagnini2013-02-196-0/+548
* | | Add a global return_success() method implementationMartin Willi2013-02-142-0/+13
* | | Add a convenience method to check pen_type_t for vendor and typeMartin Willi2013-02-141-0/+14
* | | Add a comparison function for pen_type_tMartin Willi2013-02-141-0/+12
* | | Whitespace and comment cleanups in pen.[ch]Martin Willi2013-02-142-20/+28
* | | Merge branch 'ike-dscp'Martin Willi2013-02-143-2/+35
|\ \ \
| * | | Add a DSCP value with getter/setter on packet_tMartin Willi2013-02-062-0/+33
| * | | Set sockaddr family on ifreq instead of casted familiy specific sockaddrMartin Willi2013-02-061-2/+2
| |/ /
* | | Merge branch 'pt-tls'Martin Willi2013-02-143-1/+37
|\ \ \
| * | | Add a bio_reader_t constructor variant freeing passed data during destructionMartin Willi2013-01-152-1/+32
| * | | Add a chunk_from_str() initializer that does not include 0-terminatorMartin Willi2013-01-151-0/+5
| | |/ | |/|
* | | Use CURL_TIMEOUT and not CURL_CONNECTTIMEOUT for FETCHER_TIMEOUT in curlMartin Willi2013-02-081-5/+12
* | | time is a time_t pointerAndreas Steffen2013-02-041-1/+1
* | | print PEN value 0xfffffe as UnassignedAndreas Steffen2013-02-032-15/+17
* | | openssl: Properly honor OPENSSL_NO_* definesTobias Brunner2013-01-317-5/+31
* | | Fix Doxygen comment for rdrand pluginTobias Brunner2013-01-311-1/+1
| |/ |/|
* | Don't use pointer to a union member in host_create_from_string_and_family()Tobias Brunner2013-01-251-5/+4
* | Properly check MSB in openssl plugin's PKCS#7 implementationTobias Brunner2013-01-241-1/+1
* | g_thread_init() is deprecated since Glib 2.23Tobias Brunner2013-01-241-0/+3
|/
* Reseed rdrand after every 128bit sample onlyMartin Willi2013-01-151-2/+2
* Respect given address family when resolving "%any"Martin Willi2013-01-141-1/+5
* Android.mk of libstrongswan updatedTobias Brunner2013-01-141-2/+2
* Don't use bio_writer_t.skip() to write length field when appending more dataMartin Willi2013-01-111-2/+5