Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 1 | -2/+51 | |
| | | | | | 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 | |
| | ||||||
* | The file and directory lists are queried from db | Sansar Choinyambuu | 2011-09-08 | 2 | -91/+22 | |
| | | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested | |||||
* | Corrected typo on product_file table | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -3/+276 | |
| | ||||||
* | Moved hashing functionalities to pts object | Sansar Choinyambuu | 2011-09-08 | 1 | -93/+3 | |
| | ||||||
* | Moved structures related to File Measurement to pts.h | Sansar Choinyambuu | 2011-09-08 | 1 | -11/+0 | |
| | ||||||
* | added pts database interface | Andreas Steffen | 2011-09-08 | 2 | -1/+40 | |
| | ||||||
* | 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 | |
| | ||||||
* | moved proto_caps and meas_algo to pts object | Andreas Steffen | 2011-09-08 | 4 | -96/+67 | |
| | ||||||
* | moved TSS into pts object | Andreas Steffen | 2011-09-08 | 8 | -86/+82 | |
| | ||||||
* | 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 | 2 | -5/+3 | |
| | ||||||
* | log PA-TNC attribute names | Andreas Steffen | 2011-09-08 | 2 | -0/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | combined request with tcg_pts_attr_proto_caps | Andreas Steffen | 2011-09-08 | 2 | -6/+5 | |
| | ||||||
* | Explain PTS measurement algorithm proposal | Andreas Steffen | 2011-09-08 | 1 | -1/+9 | |
| | ||||||
* | use libstrongswan hasher | Andreas Steffen | 2011-09-08 | 1 | -60/+28 | |
| | ||||||
* | specify supported PTS measurement algorithms | Andreas Steffen | 2011-09-08 | 1 | -5/+18 | |
| | ||||||
* | moved pts_meas_algorithms_t to own header file | Andreas Steffen | 2011-09-08 | 2 | -5/+14 | |
| | ||||||
* | refactored PTS measurement algorithms | Andreas Steffen | 2011-09-08 | 2 | -10/+14 | |
| | ||||||
* | make imv_attestation plugin compile | Andreas Steffen | 2011-09-08 | 2 | -10/+10 | |
| | ||||||
* | shortened some type names and enforced encoding rules | Andreas Steffen | 2011-09-08 | 2 | -7/+9 | |
| | ||||||
* | Started implementing Notification Handshake and Send Message Functions | Sansar Choinyambuu | 2011-09-08 | 2 | -15/+406 | |
| | ||||||
* | Finalized State class implementations for Attestation IMV/C | Sansar Choinyambuu | 2011-09-08 | 4 | -4/+99 | |
| | ||||||
* | Modified the handling switch for Attributes reception on Attestation IMV/C | Sansar Choinyambuu | 2011-09-08 | 2 | -25/+17 | |
| | ||||||
* | Changes according to the new PTS Attributes addition | Sansar Choinyambuu | 2011-09-08 | 2 | -2/+109 | |
| | ||||||
* | changed DBG_IMC to DBG_IMV | Andreas Steffen | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | added support of INVALID_PARAMETER PA-Error | Andreas Steffen | 2011-09-08 | 2 | -1/+11 | |
| | ||||||
* | IMC/IMV directory change to imcvs | Andreas Steffen | 2011-09-08 | 2 | -8/+8 | |
| | ||||||
* | corrected typo | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| |