Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diffie-hellman: Add a bool return value to set_other_public_value() | Martin Willi | 2015-03-23 | 1 | -1/+4 |
| | |||||
* | diffie-hellman: Add a bool return value to get_my_public_value() | Martin Willi | 2015-03-23 | 1 | -1/+4 |
| | |||||
* | libimcv: Allow pts_t.set_peer_public_value() to fail | Martin Willi | 2015-03-23 | 4 | -7/+11 |
| | |||||
* | libimcv: Allow pts_t.get_my_public_value() to fail | Martin Willi | 2015-03-23 | 4 | -4/+14 |
| | |||||
* | diffie-hellman: Use bool instead of status_t as get_shared_secret() return value | Martin Willi | 2015-03-23 | 1 | -1/+1 |
| | | | | | While such a change is not unproblematic, keeping status_t makes the API inconsistent once we introduce return values for the public value operations. | ||||
* | Replace kid by aik_id in ITA TBOOT functional component | Andreas Steffen | 2015-03-16 | 1 | -7/+2 |
| | |||||
* | Create TPM TBOOT Measurement group | Andreas Steffen | 2015-03-15 | 1 | -0/+18 |
| | |||||
* | Updated products in imv database | Andreas Steffen | 2015-03-08 | 1 | -0/+137 |
| | |||||
* | attest: output trusted flag and device description | Andreas Steffen | 2015-03-08 | 1 | -8/+10 |
| | |||||
* | Make access requestor IP address available to TNC server | Andreas Steffen | 2015-03-08 | 10 | -135/+241 |
| | |||||
* | unit-tests: Base attributes get adopted by seg-env/seg-contract | Tobias Brunner | 2015-03-03 | 1 | -4/+4 |
| | |||||
* | seg-env: Destroy base attribute if segmentation is not possible | Tobias Brunner | 2015-03-03 | 1 | -0/+1 |
| | |||||
* | Fixed a memory leak in the attribute segmentation code | Andreas Steffen | 2015-02-27 | 3 | -4/+4 |
| | |||||
* | Updated Ubuntu 14.04 kernel version | Andreas Steffen | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | trusted_enumerate requires an additional argument | Andreas Steffen | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | pts: Do not override status with SUCCESS if length is invalid | Tobias Brunner | 2014-12-23 | 1 | -1/+2 |
| | |||||
* | Remove unneeded get_count() method | Andreas Steffen | 2014-10-17 | 1 | -1/+0 |
| | |||||
* | Process TCG/PTS File Measurement attribute incrementally | Andreas Steffen | 2014-10-17 | 1 | -37/+77 |
| | |||||
* | Exempt TCG/SEG attributes from unsupported case statement | Andreas Steffen | 2014-10-16 | 2 | -4/+11 |
| | |||||
* | Request IF-M segmentation contract for TCG/PTS subtype | Andreas Steffen | 2014-10-16 | 1 | -0/+27 |
| | |||||
* | libimcv: Add generic constructor for PA-TNC attributes | Tobias Brunner | 2014-10-15 | 2 | -0/+51 |
| | |||||
* | swid-inventory: Remove unused variable end_of_tag | Tobias Brunner | 2014-10-14 | 1 | -6/+2 |
| | |||||
* | libimcv: Add fallback if IPSEC_SCRIPT is not defined | Tobias Brunner | 2014-10-13 | 1 | -0/+4 |
| | | | | This is the case on Android. | ||||
* | libimcv: Updated Android.mk to latest Makefile.am | Tobias Brunner | 2014-10-13 | 1 | -0/+3 |
| | |||||
* | libimcv: Remove reference to libpts | Tobias Brunner | 2014-10-13 | 1 | -1/+0 |
| | |||||
* | libimcv: Fix Doxygen comments after merging libpts into libimcv | Tobias Brunner | 2014-10-13 | 13 | -14/+20 |
| | |||||
* | libimcv: Fix harcoded IMCV_DEFAULT_POLICY_SCRIPT name | Avesh Agarwal | 2014-10-13 | 2 | -2/+3 |
| | | | | | | | | I came across an issue with src/libimcv/imcv.c where IMCV_DEFAULT_POLICY_SCRIPT is hardcoded. It fails where ipsec_script is renamed to, for example, strongswan from default ipsec. | ||||
* | Support of multiple directed segmentation contracts | Andreas Steffen | 2014-10-11 | 6 | -22/+133 |
| | |||||
* | unit-tests: Updated Makefile | Andreas Steffen | 2014-10-11 | 1 | -0/+1 |
| | |||||
* | unit-tests: Added test for seg_contract_manager | Andreas Steffen | 2014-10-11 | 1 | -0/+74 |
| | |||||
* | Updated build-database.sh script to 3.13.0-37 kernel | Andreas Steffen | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Incremental parsing fixes | Andreas Steffen | 2014-10-05 | 2 | -14/+9 |
| | |||||
* | Added add_segment() method to TCG/PTS attributes | Andreas Steffen | 2014-10-05 | 18 | -26/+157 |
| | |||||
* | Added add_segment() method to TCG/SEG attributes | Andreas Steffen | 2014-10-05 | 3 | -25/+49 |
| | |||||
* | OS IMV proposes IF-M segmentation contract | Andreas Steffen | 2014-10-05 | 6 | -108/+153 |
| | | | | | | | The OS IMV sends a TCG IF-M Segmentation contract request. All IETF standard attributes support segmentation. Additionally the IETF Installed Packages standard attributes supports incremental processing while segments are received. | ||||
* | SWID IMC proposes IF-M segmentation contracts | Andreas Steffen | 2014-10-05 | 3 | -24/+42 |
| | |||||
* | unit-tests: Updated libimcv test suite | Andreas Steffen | 2014-10-05 | 1 | -22/+125 |
| | |||||
* | Added add_segment() method to IETF attributes | Andreas Steffen | 2014-10-05 | 12 | -0/+95 |
| | |||||
* | Added add_segment() method to ITA attributes | Andreas Steffen | 2014-10-05 | 6 | -0/+47 |
| | |||||
* | Implemented incremental processing of SWID tag [ID] inventory attribute | Andreas Steffen | 2014-10-05 | 8 | -199/+253 |
| | |||||
* | Implemented add_segment method for PA-TNC attributes | Andreas Steffen | 2014-10-05 | 11 | -90/+208 |
| | |||||
* | Added total length parameter in PA-TNC attribute constructor | Andreas Steffen | 2014-10-05 | 91 | -319/+957 |
| | |||||
* | Assignment of flags starts with bit 0 | Andreas Steffen | 2014-10-05 | 2 | -5/+5 |
| | |||||
* | Register the reception of the AIK attribute | Andreas Steffen | 2014-10-05 | 3 | -2/+9 |
| | |||||
* | Unit tests for libimcv | Andreas Steffen | 2014-10-05 | 5 | -0/+649 |
| | |||||
* | Compacted chunk creation in ita_attr_command constructor | Andreas Steffen | 2014-10-05 | 1 | -2/+1 |
| | |||||
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 152 | -15/+27294 |
| | |||||
* | Added out message queue for imv_msg receive method | Andreas Steffen | 2014-10-05 | 6 | -68/+54 |
| | |||||
* | Implemented IF-M segmentation | Andreas Steffen | 2014-10-05 | 16 | -284/+1090 |
| | |||||
* | Added request variable to get_info_string method | Andreas Steffen | 2014-10-03 | 4 | -10/+11 |
| |