aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Added an option to load CA certificates without CA basic constraint.Tobias Brunner2012-02-012-4/+38
* | Added TLS session resumption NEWSMartin Willi2012-02-011-0/+2
* | Added RADIUS accounting NEWSMartin Willi2012-02-011-0/+3
* | Added RADIUS accounting option to strongswan.conf manualMartin Willi2012-02-011-0/+3
* | Support RADIUS accounting messages containing Framed-IP and Inbound/Outbound-...Martin Willi2012-01-304-0/+376
* | Open RADIUS accounting sockets to exchange accounting messagesMartin Willi2012-01-305-46/+91
* | Support signing of RADIUS accounting messagesMartin Willi2012-01-303-10/+26
* | RADIUS message constructor accepts a message code parameterMartin Willi2012-01-303-7/+8
* | Disable crypto benchmarking if CLOCK_THREAD_CPUTIME_ID is not available.Tobias Brunner2012-01-301-0/+10
* | Build libstrongswan if libfast gets builtMartin Willi2012-01-241-1/+1
* | Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-198-73/+62
* | Log list of loaded plugins in main PKI help output.Tobias Brunner2012-01-191-0/+8
* | Simplified logging of list of loaded plugins.Tobias Brunner2012-01-195-59/+22
* | Function added to plugin_loader to get a list of the names of loaded plugins.Tobias Brunner2012-01-192-1/+34
* | Use correct time_t variables to store ARG_TIME optionsMartin Willi2012-01-182-4/+4
* | Destroy active task list before queued tasksThomas Egerer2012-01-181-3/+3
* | Various style, typo and whitespace correctionsAdrian-Ken Rueegsegger2012-01-134-11/+10
* | Starter depends on whack/stroke on Android.Tobias Brunner2012-01-121-0/+5
* | Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.Tobias Brunner2012-01-1213-3/+33
* | Fixed additional typos in comments and log messages.Tobias Brunner2012-01-1215-20/+20
* | Fix whitespacesAdrian-Ken Rueegsegger2012-01-122-16/+16
* | Some documentation correctionsAdrian-Ken Rueegsegger2012-01-128-33/+32
* | Fix gettid() on Android, which is defined in unistd.h there.Tobias Brunner2012-01-122-4/+6
* | Use native gettid() if available (which is the case on Android).Tobias Brunner2012-01-102-12/+24
* | pluto: Use srand() to initialize the C library PRNG.Tobias Brunner2012-01-041-0/+3
* | Use the TLS socket splicing in tls_test scriptMartin Willi2011-12-311-54/+2
* | Added a tls_socket_t.splice method to wrap a file descriptor into TLSMartin Willi2011-12-312-5/+107
* | Implemented TLS session resumption both as client and as serverMartin Willi2011-12-3115-157/+343
* | Implemented a TLS session cacheMartin Willi2011-12-313-0/+316
* | Check for cipherspec changes after each handshake messageMartin Willi2011-12-311-2/+6
* | Separated cipherspec checking and switching, allowing us to defer the secondMartin Willi2011-12-314-33/+49
* | Make number of concurrently handled stroke messages configurable.Tobias Brunner2011-12-292-2/+12
* | Limit the number of concurrently handled stroke messages.Tobias Brunner2011-12-291-18/+104
* | register aik certificate via ipsec attestAndreas Steffen2011-12-255-21/+65
* | Be less verbose about TLS extensionsMartin Willi2011-12-241-1/+1
* | In TLS 1.2, PRF and HASH function use at least SHA-256, not the MAC hash func...Martin Willi2011-12-241-20/+20
* | Added a getter for the tls_socket file descriptorMartin Willi2011-12-242-0/+14
* | Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.Tobias Brunner2011-12-236-14/+16
* | Avoid integer overflow when parsing ASN.1 dates.Tobias Brunner2011-12-231-2/+2
* | pki: Avoid integer overflow when calculating certificate lifetimes.Tobias Brunner2011-12-233-3/+3
* | Properly ASN.1 encode dates in certificates depending on the year.Tobias Brunner2011-12-236-16/+21
* | pluto: Fixed expiration date test.Tobias Brunner2011-12-231-2/+1
* | Fix deadlock in trap_manager_t during acquire.Tobias Brunner2011-12-231-28/+43
* | Added atomic compare and swap operations.Tobias Brunner2011-12-232-0/+48
* | Fixed flush() method of trap_manager_t.Tobias Brunner2011-12-231-3/+9
* | made ikev2/reauth-late scenario more robustAndreas Steffen2011-12-212-3/+3
* | additional state waiting for the EvidenceFinal attribute responseAndreas Steffen2011-12-202-0/+8
* | moved send_message() in front of recommendation evaluationAndreas Steffen2011-12-184-20/+21
* | added case IMV_ATTESTATION_STATE_ENDAndreas Steffen2011-12-182-5/+3
* | TrouSerS expects a bitmask field length of at least 3 bytesSansar Choinyambuu2011-12-181-1/+5