aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-131-3/+2
* | 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-1212-0/+24
* | Fixed additional typos in comments and log messages.Tobias Brunner2012-01-1214-19/+19
* | 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-121-3/+4
* | Use native gettid() if available (which is the case on Android).Tobias Brunner2012-01-101-3/+11
* | pluto: Use srand() to initialize the C library PRNG.Tobias Brunner2012-01-041-0/+3
* | 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-3114-105/+273
* | 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-291-2/+9
* | Limit the number of concurrently handled stroke messages.Tobias Brunner2011-12-291-18/+104
* | register aik certificate via ipsec attestAndreas Steffen2011-12-254-10/+54
* | 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
* | 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
* | build PA-TNC message only if there are PA-TNC attributes to sendAndreas Steffen2011-12-183-20/+43
* | destroy attributes, tooAndreas Steffen2011-12-181-1/+1
* | added reference counts to all PA-TNC attribute classesAndreas Steffen2011-12-1819-56/+405
* | reworded comments and debug outputAndreas Steffen2011-12-181-13/+20
* | Prepend Debian string to Debian versionAndreas Steffen2011-12-181-7/+19
* | removed unused variableAndreas Steffen2011-12-161-1/+0
* | moved management of additional IMC/IMV IDs to agentAndreas Steffen2011-12-167-83/+146
* | Also log PGP parsing in ASN log group.Tobias Brunner2011-12-162-19/+19
* | Log messages for PKCS1 and PEM parsing in ASN log group.Tobias Brunner2011-12-162-11/+11
* | Log most X.509 related messages in new ASN log group.Tobias Brunner2011-12-165-57/+57
* | Log ASN.1 parsing in new ASN debug group.Tobias Brunner2011-12-162-26/+26
* | Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509).Tobias Brunner2011-12-164-2/+7
* | Log native thread ID when a thread is created.Tobias Brunner2011-12-161-1/+16
* | Log worker thread ID with two digits.Tobias Brunner2011-12-161-2/+2
* | fixed caption alignmentAndreas Steffen2011-12-161-1/+2