aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add a DSCP value with getter/setter on packet_tMartin Willi2013-02-063-0/+47
| * | | Avoid extensive casting of sockaddr types in socket-default by using a unionMartin Willi2013-02-061-24/+16
| * | | Set sockaddr family on ifreq instead of casted familiy specific sockaddrMartin Willi2013-02-061-2/+2
| |/ /
* | | Check if recommendations is set before applying language preferenceMartin Willi2013-02-141-3/+6
* | | PT-TLS dispatcher TNCCS constructor takes peer identities to pass to factoryMartin Willi2013-02-142-4/+23
* | | Merge branch 'pt-tls'Martin Willi2013-02-1420-94/+1413
|\ \ \
| * | | Pass a constructor callback to create TNCCS server instances while dispatchingMartin Willi2013-01-174-15/+31
| * | | Create pt_tls_client with separate server address and identityMartin Willi2013-01-162-28/+19
| * | | Create pt_tls_dispatcher with separate server address and identityMartin Willi2013-01-162-17/+13
| * | | Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layerMartin Willi2013-01-1611-0/+1171
| * | | Send TLS close notify during tls_socket_t destructionMartin Willi2013-01-151-2/+25
| * | | Send TLS close notify if application returns SUCCESSMartin Willi2013-01-151-2/+6
| * | | Block TLS read when sending data, but have to wait for the handshake data firstMartin Willi2013-01-151-4/+11
| * | | TNCCS plugins don't depend on EAP-TNC, but can be used by other transports, tooMartin Willi2013-01-153-9/+0
| * | | Add a bio_reader_t constructor variant freeing passed data during destructionMartin Willi2013-01-152-1/+32
| * | | 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
* | | | added ikev1/net2net-fragmentation scenario5.0.3dr1Andreas Steffen2013-02-129-0/+122
* | | | treat EAP identities as user IDsAndreas Steffen2013-02-121-3/+3
* | | | use EAP identity in tnc/tnccs-20-pdp scenarioAndreas Steffen2013-02-128-10/+12
* | | | 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
* | | | Report enabled plugins at the end of configureTobias Brunner2013-02-041-0/+13
* | | | Streamlined comments in configure.inTobias Brunner2013-02-041-80/+83
* | | | Updated configure.in to newer autoconfTobias Brunner2013-02-041-145/+161
* | | | Add a configure option to disable all default pluginsTobias Brunner2013-02-042-2/+16
* | | | time is a time_t pointerAndreas Steffen2013-02-041-1/+1
* | | | version bump to 5.0.3dr1Andreas 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
* | | | Typo in strongswan.conf(5) man page fixedTobias Brunner2013-01-311-1/+1
| |/ / |/| |
* | | version bump to 5.0.25.0.2Andreas Steffen2013-01-301-1/+1
* | | Documented new options in strongswan.conf(5) man pageTobias Brunner2013-01-251-3/+60
* | | 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