Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Print matching measurements of a component just once | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | Using the database entries for generating Functional Component Evidence Requests | Sansar Choinyambuu | 2011-11-28 | 2 | -103/+193 | |
| | | | | Using database entries to match received component measurement hashes | |||||
* | Added component column in files table | Sansar Choinyambuu | 2011-11-28 | 2 | -5/+6 | |
| | | | | | Implemented enumerator getter for generating functional component evidence requests Implemented enumerator getter for component hashes | |||||
* | Added measurements for tboot PCR17 and PCR18 on Ubuntu 10.10 x86_64 | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+107 | |
| | ||||||
* | Modified reason strings | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+6 | |
| | ||||||
* | Add/CheckOff/Check pending functional component evidence requests | Sansar Choinyambuu | 2011-11-28 | 5 | -33/+147 | |
| | ||||||
* | Implemented TPM_Quote2 on imc and constructing TPM_Quote_Info2 on imv | Sansar Choinyambuu | 2011-11-28 | 1 | -18/+22 | |
| | ||||||
* | Implemented tboot measurements checking (configure on imc) | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | reordered options | Andreas Steffen | 2011-11-28 | 1 | -0/+2 | |
| | ||||||
* | implemented simple delete from database | Andreas Steffen | 2011-11-28 | 1 | -0/+1 | |
| | ||||||
* | add product and file entries to database | Andreas Steffen | 2011-11-28 | 1 | -2/+10 | |
| | ||||||
* | refactored attest database tool | Andreas Steffen | 2011-11-28 | 1 | -22/+7 | |
| | ||||||
* | get measurement hashes for a given file | Andreas Steffen | 2011-11-28 | 1 | -1/+5 | |
| | ||||||
* | list file measurement hashes | Andreas Steffen | 2011-11-28 | 1 | -0/+23 | |
| | ||||||
* | remove attest | Andreas Steffen | 2011-11-28 | 1 | -225/+0 | |
| | ||||||
* | ipsec attest lists data stored in an attestation database | Andreas Steffen | 2011-11-28 | 1 | -0/+225 | |
| | ||||||
* | added the IMV_ATTESTATION_STATE_NONCE_REQ state | Andreas Steffen | 2011-11-28 | 1 | -5/+159 | |
| | ||||||
* | moved attribute processing to imv_attestation_process | Andreas Steffen | 2011-11-28 | 1 | -2/+0 | |
| | ||||||
* | refactored DH group nonce exchange | Andreas Steffen | 2011-11-28 | 1 | -159/+6 | |
| | ||||||
* | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 1 | -7/+158 | |
| | ||||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+3 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+12 | |
| | | | | Implemented calculating session secrets | |||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+27 | |
| | ||||||
* | Began implementing handline of Functional Component Measuring attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -114/+0 | |
| | ||||||
* | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+114 | |
| | ||||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 2 | -36/+37 | |
| | | | | Implemented handling of functional components evidence request/response | |||||
* | reordered options | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | implemented simple delete from database | Andreas Steffen | 2011-11-28 | 2 | -3/+49 | |
| | ||||||
* | add product and file entries to database | Andreas Steffen | 2011-11-28 | 3 | -28/+115 | |
| | ||||||
* | Implemented matching of Optional PCR Composite field value when Hashing was ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -6/+11 | |
| | | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used | |||||
* | allow file and product selection in hash query | Andreas Steffen | 2011-11-28 | 1 | -2/+29 | |
| | ||||||
* | applied some database fixes | Andreas Steffen | 2011-11-28 | 1 | -15/+10 | |
| | ||||||
* | refactored attest database tool | Andreas Steffen | 2011-11-28 | 5 | -405/+708 | |
| | ||||||
* | fixed SQL queries | Andreas Steffen | 2011-11-28 | 1 | -11/+17 | |
| | ||||||
* | get measurement hashes for a given file | Andreas Steffen | 2011-11-28 | 2 | -9/+70 | |
| | ||||||
* | add directory prefix to file path | Andreas Steffen | 2011-11-28 | 1 | -19/+66 | |
| | ||||||
* | list file measurement hashes | Andreas Steffen | 2011-11-28 | 3 | -54/+211 | |
| | ||||||
* | remove attest | Andreas Steffen | 2011-11-28 | 1 | -225/+0 | |
| | ||||||
* | corrected copyright | Andreas Steffen | 2011-11-28 | 1 | -3/+2 | |
| | ||||||
* | ipsec attest lists data stored in an attestation database | Andreas Steffen | 2011-11-28 | 5 | -0/+598 | |
| | ||||||
* | Both D and T flags required to be set for PTS Component Measurement | Sansar Choinyambuu | 2011-11-28 | 1 | -8/+18 | |
| | | | | DH Finish is sent only when D flag is set in TPM_INIT phase | |||||
* | use D flag for PTS Protocol Capabilities | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+16 | |
| | ||||||
* | added measurements for Ubuntu 11.10 i686 | Andreas Steffen | 2011-11-28 | 1 | -0/+330 | |
| | ||||||
* | changed method name to create_file_meas_enumerator | Andreas Steffen | 2011-11-28 | 1 | -1/+2 | |
| | ||||||
* | added pts_file_type_names | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | optimized handling of UNIX file metadata | Andreas Steffen | 2011-11-28 | 1 | -10/+14 | |
| | ||||||
* | shortened fieldnames of pts_file_metadata_t struct | Andreas Steffen | 2011-11-28 | 1 | -5/+5 | |
| | ||||||
* | removed empty line | Andreas Steffen | 2011-11-28 | 1 | -1/+0 | |
| | ||||||
* | compacted file metadata debug output | Andreas Steffen | 2011-11-28 | 1 | -17/+11 | |
| | ||||||
* | Copy just 20 bytes of pcr after value | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| |