aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* If no pkcs11 public key for a private key found, search for a certificateMartin Willi2012-10-241-4/+53
* Move pkcs11 public key lookup function declaration to header fileMartin Willi2012-10-243-20/+18
* Add proposal keywords to explicitly specify PRF algorithmsMartin Willi2012-10-241-0/+8
* Support field with specifiers in %N printf hookMartin Willi2012-10-241-5/+7
* Added an option to reload certificates from PKCS#11 tokens on SIGHUPTobias Brunner2012-10-181-0/+16
* Copy the name of pkcs11_library_t objectsTobias Brunner2012-10-182-2/+3
* Use a shortcut to resolve numeric IP addresses (no need for separate threads)Tobias Brunner2012-10-181-0/+33
* Use native threads in host resolver so that it works even if processor has no...Tobias Brunner2012-10-181-45/+77
* Terminate unused resolver threads after a timeoutTobias Brunner2012-10-183-9/+35
* Only create more threads if needed in host_resolver_tTobias Brunner2012-10-181-1/+9
* Use a helper function to add milliseconds to timeval structsTobias Brunner2012-10-183-13/+18
* Resolve hosts by DNS name in separate threads so we can cancel themTobias Brunner2012-10-187-49/+371
* check length of hex-encoded IVAndreas Steffen2012-10-071-2/+5
* added some new SHA-512 OIDsAndreas Steffen2012-10-031-0/+2
* Include all dev headers, even if they are configuration specificMartin Willi2012-10-021-5/+4
* Fixed RNG crypto testerTobias Brunner2012-09-281-11/+9
* Make static analyzers happy when parsing hosts from sockaddr_tTobias Brunner2012-09-281-2/+4
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-285-10/+12
* Initialize g and p in create_dh factory methodTobias Brunner2012-09-281-1/+1
* Properly initialize chunk for extension OID when parsing CRLsTobias Brunner2012-09-281-1/+1
* Properly cleanup varargs in LDAP fetcher's set_option()Tobias Brunner2012-09-281-3/+4
* Properly cleanup varargs in enumerators of both SQL backendsTobias Brunner2012-09-282-0/+2
* Documentation about some time values clarifiedTobias Brunner2012-09-241-1/+1
* Properly handle thread cancelation in rwlock_condvar_tTobias Brunner2012-09-211-15/+20
* Added a condvar implementation that works with rwlock_tTobias Brunner2012-09-213-4/+220
* Avoid calculating the hash if hashtable is emptyTobias Brunner2012-09-211-0/+5
* Avoid memset in is_anyaddr()Tobias Brunner2012-09-211-6/+2
* Make streq() and strcaseeq() static inline functions so they can be used as c...Tobias Brunner2012-09-211-25/+31
* Add a linked list constructor taking items from a vararg listMartin Willi2012-09-182-2/+33
* Fix Doxygen comment for proposal_keywords_tTobias Brunner2012-09-181-1/+1
* Fix equality comparison of auth_cfg_tTobias Brunner2012-09-181-2/+16
* Add AUTH_RULE_IDENTITY_LOOSE which allows to use IDr loosely as initiatorTobias Brunner2012-09-182-0/+26
* Added algorithm lookup via kernel_interface_t to the various kernel interfacesTobias Brunner2012-09-132-3/+5
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-135-12/+180
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-132-4/+3
* Make arguments for enumerator_create_token|directory constTobias Brunner2012-09-132-7/+10
* Moved proposal_keywords to proposal_keywords_staticFrancois ten Krooden2012-09-137-34/+131
* Allow calls to set_address() for any host-sized TS, not only dynamic onesTobias Brunner2012-09-121-1/+1
* Don't return a subset for a dynamic TS unless set_address has been calledMartin Willi2012-09-111-1/+5
* Add a linked list constructor initializing from an enumeratorMartin Willi2012-09-112-0/+27
* Add strongswan.conf runtime options for /dev/[u]random filesMartin Willi2012-09-101-2/+7
* Merge branch 'android-client-cert'Tobias Brunner2012-09-041-0/+2
|\
| * android: Enable pkcs8 pluginTobias Brunner2012-08-311-0/+2
* | Merge branch 'eap-client-select'Tobias Brunner2012-08-312-14/+101
|\ \
| * | Added eap-dynamic plugin which can proxy any other EAP methodTobias Brunner2012-08-312-1/+2
| * | Function added that parses EAP method strings ([eap-]type[-vendor])Tobias Brunner2012-08-312-0/+86
| * | Move our pseudo EAP types out of the range of valid EAP methodsTobias Brunner2012-08-312-14/+14
| |/
* | Ported tun_device de-/initialization to FreeBSDTobias Brunner2012-08-291-5/+47
* | Ported tun_device initialization to OS X utunMartin Willi2012-08-281-19/+85
|/
* define pen_type_t as a vendor-specific typeAndreas Steffen2012-08-201-1/+19