Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The file and directory lists are queried from db | Sansar Choinyambuu | 2011-09-08 | 2 | -17/+23 | |
| | | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested | |||||
* | Deleted unnecessary debug statement | Sansar Choinyambuu | 2011-09-08 | 1 | -3/+0 | |
| | ||||||
* | chunk_clone after read_data | Sansar Choinyambuu | 2011-09-08 | 4 | -1/+15 | |
| | ||||||
* | Removed unnecessary struct | Sansar Choinyambuu | 2011-09-08 | 1 | -8/+0 | |
| | ||||||
* | implemented access to PTS file measurement database | Andreas Steffen | 2011-09-08 | 2 | -7/+13 | |
| | ||||||
* | Moved hashing functionalities to pts object | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+137 | |
| | ||||||
* | Moved structures related to File Measurement to pts.h | Sansar Choinyambuu | 2011-09-08 | 1 | -11/+2 | |
| | ||||||
* | replaced unreliable tabs by spaces | Andreas Steffen | 2011-09-08 | 1 | -21/+20 | |
| | ||||||
* | added pts database interface | Andreas Steffen | 2011-09-08 | 2 | -0/+139 | |
| | ||||||
* | Implemented Error Codes Enumeration for PTS | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+94 | |
| | ||||||
* | detect TPM presence on IMC | Andreas Steffen | 2011-09-08 | 1 | -35/+57 | |
| | ||||||
* | moved proto_caps and meas_algo to pts object | Andreas Steffen | 2011-09-08 | 4 | -24/+145 | |
| | ||||||
* | moved TSS into pts object | Andreas Steffen | 2011-09-08 | 2 | -0/+203 | |
| | ||||||
* | shortened function names and moved to pts subdirectory | Andreas Steffen | 2011-09-08 | 6 | -15/+15 | |
| | ||||||
* | added newline | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-09-08 | 2 | -8/+5 | |
| | ||||||
* | moved file_meas_entry_t struct to header file | Sansar Choinyambuu | 2011-09-08 | 2 | -10/+11 | |
| | ||||||
* | Restored the changes | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | combined request with tcg_pts_attr_proto_caps | Andreas Steffen | 2011-09-08 | 4 | -421/+25 | |
| | ||||||
* | created PTS Functional Component Name header file | Andreas Steffen | 2011-09-08 | 5 | -162/+182 | |
| | ||||||
* | shortened type name to pts_pcr_transform_t | Andreas Steffen | 2011-09-08 | 3 | -39/+39 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-09-08 | 1 | -3/+3 | |
| | ||||||
* | set_algorithms method not needed | Andreas Steffen | 2011-09-08 | 2 | -17/+0 | |
| | ||||||
* | convert pts_meas_algo_t to hash_algorithm_type | Andreas Steffen | 2011-09-08 | 2 | -1/+26 | |
| | ||||||
* | moved pts_meas_algorithms_t to own header file | Andreas Steffen | 2011-09-08 | 6 | -28/+137 | |
| | ||||||
* | refactored PTS measurement algorithms | Andreas Steffen | 2011-09-08 | 8 | -490/+73 | |
| | ||||||
* | shortened some type names and enforced encoding rules | Andreas Steffen | 2011-09-08 | 19 | -225/+451 | |
| | ||||||
* | Corrected typo | Sansar Choinyambuu | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | Implemented TCG PTS File Measurement attribute | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+493 | |
| | ||||||
* | Corrected wrong parameter name | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | Implemented TCG PTS Simple Evidence Final and Request File Measurement ↵ | Sansar Choinyambuu | 2011-09-08 | 4 | -0/+1018 | |
| | | | | attributes | |||||
* | Changed the type of hash algorithm to the enum variable | Sansar Choinyambuu | 2011-09-08 | 2 | -16/+18 | |
| | | | | Replaced the values of flag enum variables | |||||
* | Implemented TCG PTS Simple Component Evidence Attribute | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+1042 | |
| | ||||||
* | Use chunk_t.len instead of sizeof function | Sansar Choinyambuu | 2011-09-08 | 3 | -17/+16 | |
| | | | | Bit 0 for the flag fields is the most significant field | |||||
* | Changed the type of name field to corresponding enum type | Sansar Choinyambuu | 2011-09-08 | 2 | -17/+21 | |
| | ||||||
* | Finalized the implementation of TCG PTS Request Functional Component ↵ | Sansar Choinyambuu | 2011-09-08 | 2 | -61/+114 | |
| | | | | Evidence Attribute | |||||
* | Implemented TCG PTS Generate Attestation Evidence attribute | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+246 | |
| | | | | Added two new Attributes to sources in Makefile | |||||
* | Draft version of TCG PTS Request Function Component Evidence Attribute | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+532 | |
| | ||||||
* | Commented compiler options Wall Werror for Makefile | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | | | | Corrected bit 0 for AIK flags to be least significant bit | |||||
* | Debugged TCG PTS attributes implementations | Sansar Choinyambuu | 2011-09-08 | 10 | -76/+84 | |
| | ||||||
* | Changes according to the new PTS Attributes addition | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | Implemented TCG PTS Attributes | Sansar Choinyambuu | 2011-09-08 | 16 | -0/+2406 | |
| | ||||||
* | created empty imc_attestation and imv_attestation plugin hulls | Andreas Steffen | 2011-09-08 | 2 | -0/+204 | |