aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use a more POSIXy tls_socket interface with more flexibility.Martin Willi2013-01-152-81/+165
| * | Add a chunk_from_str() initializer that does not include 0-terminatorMartin Willi2013-01-151-0/+5
* | | Remove leading zeros in SCEP certificate serialNumbersMartin Willi2013-02-141-13/+19
* | | Fix 'stroke loglevel any'Tobias Brunner2013-02-131-4/+11
* | | treat EAP identities as user IDsAndreas Steffen2013-02-121-3/+3
* | | make TNC client authentication type available to IMVsAndreas Steffen2013-02-1210-27/+215
* | | determine underlying IF-T transport protocolAndreas Steffen2013-02-1213-65/+231
* | | make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-1114-0/+645
* | | Make IKE/EAP IDs available to TNC server/clientAndreas Steffen2013-02-1110-28/+92
* | | Don't use a time_t variable with fscanf when parsing uptimeTobias Brunner2013-02-081-1/+1
* | | Allow more than one CERTREQ payload for IKEv2Tobias Brunner2013-02-081-2/+2
* | | Add a --httptimeout option to scepclientMartin Willi2013-02-083-7/+22
* | | 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
* | | improved control when an attribute request is sentAndreas Steffen2013-02-033-2/+54
* | | print PEN value 0xfffffe as UnassignedAndreas Steffen2013-02-032-15/+17
* | | send an error attribute if vendor ID or type of received attribute is reservedAndreas Steffen2013-02-031-0/+12
* | | 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
* | Use proper buffer sizes for parse_smartcard()Tobias Brunner2013-01-241-7/+10
* | Cast first argument for %.*s to intTobias Brunner2013-01-245-18/+18
* | Removed unused command name when printing usage info for lookipTobias Brunner2013-01-241-1/+1
* | Removed unused argumentTobias Brunner2013-01-241-1/+1
* | Properly read data from stream in pki --pkcs7Tobias Brunner2013-01-241-6/+9
* | Properly destroy mem_cred object on pki --pkcs7 --helpTobias Brunner2013-01-241-0/+1
* | Try to determine OS type if name and version are configuredTobias Brunner2013-01-241-0/+2
* | Add missing va_end() callTobias Brunner2013-01-241-1/+2
* | g_thread_init() is deprecated since Glib 2.23Tobias Brunner2013-01-242-0/+6
* | Fix check-in of IKE_SA when IKE_SA_INIT fails and hash table is enabledTobias Brunner2013-01-241-2/+13
* | Return SS_RC_INITIALIZATION_FAILED if pid file existsAdrian-Ken Rueegsegger2013-01-231-1/+0
* | Avoid a deadlock when installing a trap policy failedTobias Brunner2013-01-231-1/+5
* | Encode IETF Numeric Version Service Pack Version with two byte wordsMartin Willi2013-01-221-3/+2
* | starter: Add --attach-gdb option to usage textAdrian-Ken Rueegsegger2013-01-221-1/+2
* | Fix IKE SA inherit API docAdrian-Ken Rueegsegger2013-01-221-2/+1
* | Filter TS list for Split-Includes before printing them to debug logMartin Willi2013-01-211-10/+34
* | Add the ability to use a named pool for conftest configsTobias Brunner2013-01-212-4/+10
|/
* Reseed rdrand after every 128bit sample onlyMartin Willi2013-01-151-2/+2
* android: Properly escape apostrophes in Ukrainian translation5.0.2dr4Tobias Brunner2013-01-141-8/+8
* android: Implement kernel_net_t.get_interface via JNITobias Brunner2013-01-144-6/+92
* android: Moved chunk_from_byte_array and byte_array_from_chunk helper functionsTobias Brunner2013-01-142-24/+32
* android: Set OPENSSL_NO_CMS in Android.mk as it is not set in opensslconf.h o...Tobias Brunner2013-01-141-0/+1
* Properly send IKEv1 packets if no ike_cfg is known yetTobias Brunner2013-01-141-2/+5
* Don't handle right=%any6 as "loose" identity, but as %anyMartin Willi2013-01-141-2/+1
* Respect given address family when resolving "%any"Martin Willi2013-01-141-1/+5
* Android.mk of libstrongswan updatedTobias Brunner2013-01-141-2/+2
* Merge branch 'ikev1-fragmentation'Tobias Brunner2013-01-1234-59/+859
|\
| * Added an option to configure the maximum size of a fragmentTobias Brunner2013-01-121-3/+10
| * Properly detect fragmentation capabilitiesTobias Brunner2013-01-121-3/+27