Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Implemented TLS session resumption both as client and as server | Martin Willi | 2011-12-31 | 3 | -5/+7 | |
| | | ||||||
* | | Make number of concurrently handled stroke messages configurable. | Tobias Brunner | 2011-12-29 | 1 | -2/+9 | |
| | | ||||||
* | | Limit the number of concurrently handled stroke messages. | Tobias Brunner | 2011-12-29 | 1 | -18/+104 | |
| | | | | | | | | This avoids clogging the thread pool with potentially blocking jobs. | |||||
* | | implemented IMC/IMV ReceiveMessageLong functions | Andreas Steffen | 2011-12-09 | 1 | -0/+2 | |
| | | ||||||
* | | added IMC/IMV support for send_message_long() and reserve_additional_id() ↵ | Andreas Steffen | 2011-12-09 | 3 | -10/+20 | |
| | | | | | | | | functions | |||||
* | | implemented IF-IMC/IMV 1.3 attributes | Andreas Steffen | 2011-12-08 | 3 | -20/+224 | |
| | | ||||||
* | | added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functions | Andreas Steffen | 2011-12-08 | 3 | -8/+59 | |
| | | ||||||
* | | added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support | Andreas Steffen | 2011-12-08 | 6 | -51/+100 | |
| | | ||||||
* | | fixed typo in function name | Andreas Steffen | 2011-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | added TNC_TNCS_ReserveAdditionalIMVID() function | Andreas Steffen | 2011-12-07 | 3 | -4/+102 | |
| | | ||||||
* | | return with TNC_RESULT_SUCCESS | Andreas Steffen | 2011-12-07 | 1 | -4/+5 | |
| | | ||||||
* | | added TNC_TNCC_ReserveAdditionalIMCID() function | Andreas Steffen | 2011-12-07 | 3 | -3/+99 | |
| | | ||||||
* | | added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functions | Andreas Steffen | 2011-12-07 | 7 | -45/+102 | |
| | | ||||||
* | | corrected function name in error message | Andreas Steffen | 2011-12-07 | 2 | -2/+2 | |
| | | ||||||
* | | added TNC_TNCC_ReportMessageTypesLong() and ↵ | Andreas Steffen | 2011-12-06 | 7 | -47/+336 | |
| | | | | | | | | TNC_TNCS_ReportMessageTypesLong() messages | |||||
* | | upgraded IF-IMC/IMV inteface definitions to version 1.3 | Andreas Steffen | 2011-12-04 | 2 | -4/+0 | |
| | | ||||||
* | | Reversed unintended commit | Sansar Choinyambuu | 2011-11-28 | 2 | -2/+2 | |
| | | ||||||
* | | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 2 | -2/+2 | |
| | | | | | | | | Removed unused chunk variable from PTS verify_quote_signature function | |||||
* | | Reversed unintended commit | Sansar Choinyambuu | 2011-11-28 | 2 | -2/+2 | |
| | | ||||||
* | | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 2 | -2/+2 | |
| | | | | | | | | Removed unused chunk variable from PTS verify_quote_signature function | |||||
* | | Fixed check for log groups when debug_t is unsigned. | Tobias Brunner | 2011-11-25 | 1 | -1/+1 | |
| | | | | | | | | The range and signedness of enum types is up to the compiler. | |||||
* | | Fix unaligned aliasing warning in raw socket | Martin Willi | 2011-11-17 | 1 | -5/+4 | |
|/ | ||||||
* | Revert "fixed integrity tests of plugins using libtls or libtnccs" | Tobias Brunner | 2011-11-08 | 10 | -6/+18 | |
| | | | | | This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely). | |||||
* | Revert "fixed integrity tests of plugins using libsimaka" | Tobias Brunner | 2011-11-08 | 8 | -0/+8 | |
| | | | | | | | | This reverts commit 8c42f16deeeffa1ae305b18306b0796f49c9922c. Conflicts: src/charon/Makefile.am | |||||
* | Syntax error in sqlite.sql fixed. | Tobias Brunner | 2011-11-04 | 1 | -1/+1 | |
| | ||||||
* | fixed integrity tests of plugins using libsimaka | Andreas Steffen | 2011-11-04 | 8 | -8/+0 | |
| | ||||||
* | fixed integrity tests of plugins using libtls or libtnccs | Andreas Steffen | 2011-11-02 | 11 | -18/+23 | |
| | ||||||
* | Some Doxygen fixes. | Tobias Brunner | 2011-10-28 | 2 | -3/+2 | |
| | ||||||
* | Cosmetics | Andreas Steffen | 2011-10-26 | 1 | -1/+2 | |
| | ||||||
* | share some code between IMC and IMV managers | Andreas Steffen | 2011-10-25 | 2 | -224/+34 | |
| | ||||||
* | removed unneeded includes | Andreas Steffen | 2011-10-25 | 2 | -4/+0 | |
| | ||||||
* | refactored TNC framework | Andreas Steffen | 2011-10-25 | 33 | -467/+1115 | |
| | ||||||
* | moved imv_manager to libtnccs | Andreas Steffen | 2011-10-25 | 3 | -22/+62 | |
| | ||||||
* | moved imc_manager to libtnccs | Andreas Steffen | 2011-10-25 | 12 | -57/+129 | |
| | ||||||
* | The load-tester plugin does not support SAD/SPD flushing. | Tobias Brunner | 2011-10-21 | 1 | -0/+2 | |
| | ||||||
* | Fixed indention in load-tester kernel interface. | Tobias Brunner | 2011-10-21 | 1 | -28/+28 | |
| | ||||||
* | Add features support to tnccs plugins | Andreas Steffen | 2011-10-20 | 3 | -18/+44 | |
| | ||||||
* | Log messages with a loglevel > 1 to ANDROID_LOG_DEBUG. | Tobias Brunner | 2011-10-18 | 1 | -1/+2 | |
| | ||||||
* | fixed copy-and-paste error | Andreas Steffen | 2011-10-17 | 1 | -2/+2 | |
| | ||||||
* | Add features support to eap-radius plugin | Andreas Steffen | 2011-10-15 | 1 | -5/+15 | |
| | ||||||
* | Add features support to eap-peap plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+23 | |
| | ||||||
* | Add features support to eap-tnc plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+16 | |
| | ||||||
* | Add features support to eap-gtc plugin | Andreas Steffen | 2011-10-14 | 1 | -5/+14 | |
| | ||||||
* | Add features support to eap-md5 plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+18 | |
| | ||||||
* | Add features support to eap-ttls plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+23 | |
| | ||||||
* | Add features support to eap-identity plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+14 | |
| | ||||||
* | Add features support to eap-tls plugin | Andreas Steffen | 2011-10-14 | 1 | -10/+21 | |
| | ||||||
* | Add features support tp eap-simaka-reauth plugin | Martin Willi | 2011-10-14 | 2 | -36/+51 | |
| | ||||||
* | Add features support to eap-simaka-pseudonym plugin | Martin Willi | 2011-10-14 | 2 | -36/+51 | |
| | ||||||
* | Add features support to eap-simaka-sql plugin | Martin Willi | 2011-10-14 | 2 | -50/+83 | |
| |