Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed double free | Andreas Steffen | 2011-11-28 | 1 | -2/+0 | |
| | ||||||
* | refactored simple component evidence | Andreas Steffen | 2011-11-28 | 7 | -356/+122 | |
| | ||||||
* | corrected debug groups | Andreas Steffen | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | improved log output of functional component names | Andreas Steffen | 2011-11-28 | 2 | -32/+11 | |
| | ||||||
* | finished refactoring functional components | Andreas Steffen | 2011-11-28 | 6 | -96/+83 | |
| | ||||||
* | adapted database entries | Andreas Steffen | 2011-11-28 | 2 | -15/+14 | |
| | ||||||
* | output component functional name | Andreas Steffen | 2011-11-28 | 1 | -20/+20 | |
| | ||||||
* | Factored IMC/V Attestation build/process of Component Functional Name | Sansar Choinyambuu | 2011-11-28 | 3 | -121/+102 | |
| | ||||||
* | component_hashes new table added | Sansar Choinyambuu | 2011-11-28 | 3 | -102/+30 | |
| | | | | | measurements added for tboot component create_comp_hash_enumerator modified accordingly | |||||
* | store functional components in database | Andreas Steffen | 2011-11-28 | 3 | -57/+88 | |
| | ||||||
* | object oriented approach to pts functional components | Andreas Steffen | 2011-11-28 | 3 | -34/+13 | |
| | ||||||
* | ignore attest executable | Andreas Steffen | 2011-11-28 | 1 | -0/+1 | |
| | ||||||
* | Changes due to new implementation of Request Functional Component Evidence ↵ | Sansar Choinyambuu | 2011-11-28 | 4 | -167/+185 | |
| | | | | attribute | |||||
* | Print matching measurements of a component just once | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | use chunk_from_hex function | Sansar Choinyambuu | 2011-11-28 | 1 | -73/+15 | |
| | ||||||
* | Using the database entries for generating Functional Component Evidence Requests | Sansar Choinyambuu | 2011-11-28 | 3 | -214/+304 | |
| | | | | 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 | 2 | -21/+31 | |
| | ||||||
* | Implemented tboot measurements checking (configure on imc) | Sansar Choinyambuu | 2011-11-28 | 2 | -15/+119 | |
| | ||||||
* | 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 imc_attestation_process | Andreas Steffen | 2011-11-28 | 1 | -12/+0 | |
| | ||||||
* | 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 | 2 | -166/+12 | |
| | ||||||
* | combine two algorithm checks | Andreas Steffen | 2011-11-28 | 1 | -6/+2 | |
| | ||||||
* | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 1 | -7/+158 | |
| | ||||||
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+4 | |
| | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+9 | |
| | | | | of Simple Component Evidences | |||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 2 | -3/+6 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+18 | |
| | | | | Implemented calculating session secrets | |||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+36 | |
| | ||||||
* | Implemented Diffie Hellman Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+3 | |
| | ||||||
* | 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 | 2 | -182/+115 | |
| | ||||||
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+181 | |
| | | | | implemented | |||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 3 | -170/+169 | |
| | | | | 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 | 2 | -8/+16 | |
| | | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used |