Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 148 | -27471/+0 |
| | |||||
* | Added out message queue for imv_msg receive method | Andreas Steffen | 2014-10-05 | 2 | -18/+27 |
| | |||||
* | Implemented IF-M segmentation | Andreas Steffen | 2014-10-05 | 8 | -36/+570 |
| | |||||
* | Added request variable to get_info_string method | Andreas Steffen | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Implemented IF-M segmentation contracts | Andreas Steffen | 2014-10-03 | 13 | -12/+493 |
| | |||||
* | Updated build-database.sh to 3.13.0-32-generic Ubuntu kernel | Andreas Steffen | 2014-08-06 | 1 | -1/+1 |
| | |||||
* | imv-swid: Use pkg-config to check for libjson-c | Tobias Brunner | 2014-07-30 | 3 | -4/+4 |
| | | | | | | | | | The package/library is called libjson-c on recent distributions. Some like Ubuntu 14.04 provide symlinks with the old name but these will eventually disappear. Using pkg-config allows us to easily check for it (with a fallback) and configure the proper compiler flags. Fixes #663. | ||||
* | Replaced Tag File Path by Instance ID field | Andreas Steffen | 2014-07-16 | 7 | -49/+49 |
| | | | | | This update reflects the latest changes in the TCG TNC SWID Messages and Attributes for IF-M specification | ||||
* | pts: Avoid integer overflow when reading file names in the old IMA format | Tobias Brunner | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | imv-attestation: Avoid memory leak when skipping unsupported work items | Tobias Brunner | 2014-07-01 | 1 | -0/+1 |
| | |||||
* | pts: Use memchr(3) instead of strchr(3) to extract hash algorithm name | Tobias Brunner | 2014-07-01 | 1 | -1/+1 |
| | | | | The string read with read(2) might not be null terminated. | ||||
* | swid: fgets(3) returns a pointer to the read string or NULL | Tobias Brunner | 2014-07-01 | 1 | -3/+3 |
| | |||||
* | swid: Fix parameter documentation in Doxygen comments | Tobias Brunner | 2014-06-30 | 2 | -2/+2 |
| | |||||
* | Fixed some typos | Tobias Brunner | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Updated build-database.sh to 3.13.0-30-generic Ubuntu kernel | Andreas Steffen | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Allow multiple hash values in the file reference database | Andreas Steffen | 2014-06-10 | 2 | -32/+60 |
| | |||||
* | Fixes in SWID entity support | Andreas Steffen | 2014-06-08 | 2 | -19/+7 |
| | |||||
* | Ubuntu 14.04 updated to 3.13.0-29 kernel | Andreas Steffen | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Updated REST API | Andreas Steffen | 2014-06-06 | 2 | -7/+17 |
| | |||||
* | android: Add all Android.mk files to the tarball | Tobias Brunner | 2014-06-06 | 1 | -0/+2 |
| | |||||
* | libpts: Respect path separators when concatenating database filenames | Martin Willi | 2014-06-04 | 1 | -6/+15 |
| | | | | | As we can't use the system native directory separator on cross-platform measurements, we determine the path separator from the base directory format. | ||||
* | attest: Properly separate and build absolute path names on Windows | Martin Willi | 2014-06-04 | 1 | -13/+28 |
| | |||||
* | libpts: Use chunk_map() to load AIK blob | Martin Willi | 2014-06-04 | 1 | -27/+16 |
| | |||||
* | libpts: Fix PCR read, avoid cast of a pointer to different sized integer | Martin Willi | 2014-06-04 | 1 | -3/+4 |
| | |||||
* | libpts: Parse TPM version info without TrouSerS helper function | Martin Willi | 2014-06-04 | 1 | -17/+11 |
| | | | | | Trspi_UnloadBlob_CAP_VERSION_INFO() is a TrouSerS specific function, not available on all platforms. | ||||
* | libpts: Work around BASETSD_H define mismatch between MinGW and TSS | Martin Willi | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | imc-attestation: Use TNC_IMV_API prefix on TNC functions for correct declspec | Martin Willi | 2014-06-04 | 1 | -27/+27 |
| | |||||
* | attest: Disable syslog logging if syslog() missing | Martin Willi | 2014-06-04 | 1 | -17/+27 |
| | |||||
* | libpts: Fix build on Windows | Martin Willi | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | libpts: Link against ws_w32 on Windows | Martin Willi | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 4 | -4/+4 |
| | |||||
* | imv-swid: Cast json object strings when using it as chunk pointer | Martin Willi | 2014-06-03 | 2 | -2/+2 |
| | | | | | While the string is actually const, we don't have a const chunk to handle such strings properly in chunks. Fixes compiler warnings. | ||||
* | Allow large lines output by swid_generator to be processed | Andreas Steffen | 2014-05-31 | 1 | -5/+13 |
| | |||||
* | Make REST POST request timeout configurable | Andreas Steffen | 2014-05-31 | 3 | -11/+25 |
| | |||||
* | Fixed swid_generator interface | Andreas Steffen | 2014-05-31 | 1 | -6/+5 |
| | |||||
* | Detect oversize SWID tags | Andreas Steffen | 2014-05-31 | 1 | -3/+14 |
| | |||||
* | max_attr_size is an uint32_t value | Andreas Steffen | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Update of Ubuntu 14.04 kernel | Andreas Steffen | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Wait for the arrival of the TCPG_PTS_DH_NONCE_PARAMS_RESP | Andreas Steffen | 2014-05-31 | 3 | -2/+9 |
| | |||||
* | log SWID tags and tag IDs on debug level 3 | Andreas Steffen | 2014-05-31 | 1 | -2/+2 |
| | |||||
* | Split TCG SWID Request attribute into chunks if needed | Andreas Steffen | 2014-05-31 | 4 | -7/+28 |
| | |||||
* | Support targeted retrieval of SWID tags | Andreas Steffen | 2014-05-31 | 1 | -93/+164 |
| | |||||
* | Implemented SWID REST API | Andreas Steffen | 2014-05-31 | 6 | -103/+508 |
| | |||||
* | Set entity_name to strongSwan Project | Andreas Steffen | 2014-05-31 | 1 | -5/+7 |
| | |||||
* | Updated strongSwan SWID Tag from ISO 2009 to 2014 format | Andreas Steffen | 2014-05-31 | 1 | -29/+19 |
| | |||||
* | Some more files to measure | Andreas Steffen | 2014-05-21 | 1 | -0/+7 |
| | |||||
* | libtps: Silence GCC set-but-unused warning in incomplete code | Martin Willi | 2014-05-16 | 1 | -2/+2 |
| | |||||
* | result destructor at the wrong level | Andreas Steffen | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | build-database.sh finds all *.so files in /usr/lib | Andreas Steffen | 2014-05-13 | 1 | -46/+5 |
| | |||||
* | Defined BIOS and EFI event types and log event info | Andreas Steffen | 2014-05-13 | 1 | -4/+105 |
| | | | | | On debug level 2 log EV_ACTION and EV_EFI_ACTION strings and on level 3 dump raw event information |