Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Deleted switch statement for hashing algorithms, using the integer field ↵ | Sansar Choinyambuu | 2011-09-08 | 1 | -15/+1 | |
| | | | | directly for the query | |||||
* | Replaced reason strings with temporary ones for File Measurement Comparison | Sansar Choinyambuu | 2011-09-08 | 1 | -3/+3 | |
| | ||||||
* | Provide recommendation after all received attributes are handled | Sansar Choinyambuu | 2011-09-08 | 1 | -10/+21 | |
| | ||||||
* | Clone the path chunk before adding to measurements list | Sansar Choinyambuu | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | Destroy meas_enumerator | Sansar Choinyambuu | 2011-09-08 | 1 | -0/+1 | |
| | ||||||
* | Added create_meas_enumerator function to pts_database object | Sansar Choinyambuu | 2011-09-08 | 3 | -2/+92 | |
| | | | | | Implemented handling part of File Measurement attributes reception Ending the exchange and allowing access if all measurements match with database isolate if not | |||||
* | Corrected output length for SHA256 algorithm | Sansar Choinyambuu | 2011-09-08 | 1 | -5/+5 | |
| | ||||||
* | Deleted filter for measurement enumerator | Sansar Choinyambuu | 2011-09-08 | 1 | -17/+6 | |
| | ||||||
* | The file and directory lists are queried from db | Sansar Choinyambuu | 2011-09-08 | 4 | -108/+45 | |
| | | | | | 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 | |
| | ||||||
* | Corrected typo on product_file table | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | chunk_clone after read_data | Sansar Choinyambuu | 2011-09-08 | 4 | -1/+15 | |
| | ||||||
* | Removed unnecessary struct | Sansar Choinyambuu | 2011-09-08 | 1 | -8/+0 | |
| | ||||||
* | Corrected typo in query | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | Changes according to db implementation | Sansar Choinyambuu | 2011-09-08 | 2 | -0/+86 | |
| | ||||||
* | implemented access to PTS file measurement database | Andreas Steffen | 2011-09-08 | 5 | -10/+289 | |
| | ||||||
* | Moved hashing functionalities to pts object | Sansar Choinyambuu | 2011-09-08 | 3 | -93/+140 | |
| | ||||||
* | Moved structures related to File Measurement to pts.h | Sansar Choinyambuu | 2011-09-08 | 2 | -22/+2 | |
| | ||||||
* | replaced unreliable tabs by spaces | Andreas Steffen | 2011-09-08 | 1 | -21/+20 | |
| | ||||||
* | added pts database interface | Andreas Steffen | 2011-09-08 | 5 | -1/+180 | |
| | ||||||
* | Implemented Error Codes Enumeration for PTS | Sansar Choinyambuu | 2011-09-08 | 3 | -0/+95 | |
| | ||||||
* | Proto Caps and Meas Algorithms | Sansar Choinyambuu | 2011-09-08 | 2 | -270/+190 | |
| | | | | | TPM Version Info (AIK as well) and Request File Meas attributes are sent together in a single pa_tnc message | |||||
* | Combined some attributes and got rid of many handshake_states | Sansar Choinyambuu | 2011-09-08 | 1 | -8/+3 | |
| | ||||||
* | Deleted intermediate handshake_state | Sansar Choinyambuu | 2011-09-08 | 2 | -53/+0 | |
| | ||||||
* | nothing to send with BeginHandshake | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | 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 | 9 | -121/+213 | |
| | ||||||
* | moved TSS into pts object | Andreas Steffen | 2011-09-08 | 11 | -87/+287 | |
| | ||||||
* | reformatted TPM Version Info output | Andreas Steffen | 2011-09-08 | 1 | -11/+8 | |
| | ||||||
* | cleaned up variable names | Andreas Steffen | 2011-09-08 | 1 | -7/+9 | |
| | ||||||
* | imv-attestation needs trousers | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | define tpm_version_info as a chunk | Andreas Steffen | 2011-09-08 | 1 | -33/+28 | |
| | ||||||
* | log selected PTS measurement algorithm | Andreas Steffen | 2011-09-08 | 2 | -4/+18 | |
| | ||||||
* | shortened function names and moved to pts subdirectory | Andreas Steffen | 2011-09-08 | 9 | -23/+21 | |
| | ||||||
* | log PA-TNC attribute names | Andreas Steffen | 2011-09-08 | 10 | -6/+105 | |
| | ||||||
* | Attestation IMV starts sending PA-TNC messages | Andreas Steffen | 2011-09-08 | 1 | -5/+22 | |
| | ||||||
* | return result | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | link libtspi | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | connection_id initialization got lost | Andreas Steffen | 2011-09-08 | 1 | -0/+1 | |
| | ||||||
* | added newline | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | remove unwanted insertion | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | get rid of intermediate handshake_state variable | Andreas Steffen | 2011-09-08 | 2 | -23/+10 | |
| | ||||||
* | slightly modified IMC measurement algorithm selection | Andreas Steffen | 2011-09-08 | 1 | -5/+9 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-09-08 | 2 | -8/+5 | |
| | ||||||
* | Implemented the ReceiveMessage function on imc/v | Sansar Choinyambuu | 2011-09-08 | 2 | -6/+188 | |
| | ||||||
* | Implemented send_message of File Measurement PTS attribute on imc_attestation | Sansar Choinyambuu | 2011-09-08 | 2 | -22/+139 | |
| | ||||||
* | 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 | 8 | -431/+32 | |
| | ||||||
* | Explain PTS measurement algorithm proposal | Andreas Steffen | 2011-09-08 | 1 | -1/+9 | |
| |