Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imv-attestation: Fixed file hash measurements | Andreas Steffen | 2017-09-01 | 1 | -3/+12 |
| | | | | | | The introduction of file versions broke file hash measurements. This has been fixed by using a generic product versions having an empty package name. | ||||
* | Refactoring to tpm_tss_quote_info object | Andreas Steffen | 2016-06-26 | 1 | -26/+11 |
| | |||||
* | utils: Use chunk_equals_const() for all cryptographic purposes | Martin Willi | 2015-04-14 | 1 | -4/+3 |
| | |||||
* | libimcv: Allow pts_t.set_peer_public_value() to fail | Martin Willi | 2015-03-23 | 1 | -3/+3 |
| | |||||
* | trusted_enumerate requires an additional argument | Andreas Steffen | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Exempt TCG/SEG attributes from unsupported case statement | Andreas Steffen | 2014-10-16 | 1 | -2/+5 |
| | |||||
* | Register the reception of the AIK attribute | Andreas Steffen | 2014-10-05 | 1 | -0/+1 |
| | |||||
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 1 | -0/+563 |
| | |||||
* | moved attestation plugins to libpts in order to resolve circular reference ↵ | Andreas Steffen | 2011-11-28 | 1 | -384/+0 |
| | | | | with libimcv | ||||
* | fixed memory leaks | Andreas Steffen | 2011-11-28 | 1 | -3/+4 |
| | |||||
* | refactored simple_evid_final attribute | Andreas Steffen | 2011-11-28 | 1 | -56/+25 |
| | |||||
* | refactored PCR functionality | Andreas Steffen | 2011-11-28 | 1 | -4/+3 |
| | |||||
* | fixed double free | Andreas Steffen | 2011-11-28 | 1 | -1/+0 |
| | |||||
* | fixed double free | Andreas Steffen | 2011-11-28 | 1 | -2/+0 |
| | |||||
* | refactored simple component evidence | Andreas Steffen | 2011-11-28 | 1 | -130/+21 |
| | |||||
* | finished refactoring functional components | Andreas Steffen | 2011-11-28 | 1 | -3/+7 |
| | |||||
* | Factored IMC/V Attestation build/process of Component Functional Name | Sansar Choinyambuu | 2011-11-28 | 1 | -39/+25 |
| | |||||
* | component_hashes new table added | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | | | | | measurements added for tboot component create_comp_hash_enumerator modified accordingly | ||||
* | object oriented approach to pts functional components | Andreas Steffen | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -87/+145 |
| | | | | Using database entries to match received component measurement hashes | ||||
* | Add/CheckOff/Check pending functional component evidence requests | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+10 |
| | |||||
* | Implemented TPM_Quote2 on imc and constructing TPM_Quote_Info2 on imv | Sansar Choinyambuu | 2011-11-28 | 1 | -18/+22 |
| | |||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 1 | -32/+25 |
| | | | | Implemented handling of functional components evidence request/response | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | follow strongswan coding rules | Sansar Choinyambuu | 2011-11-28 | 1 | -20/+36 |
| | |||||
* | Modified some unnecessary todo statement | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+2 |
| | |||||
* | Cosmetics | Sansar Choinyambuu | 2011-11-28 | 1 | -4/+3 |
| | |||||
* | Implemented creating and handling of Optional PCR Composite field in Simple ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -7/+8 |
| | | | | Evidence Final attribute | ||||
* | Construct PCR Composite using information received in Simple Component ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -23/+24 |
| | | | | Evidence attributes | ||||
* | Used Openssl RSA_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+2 |
| | |||||
* | Fixed calculate quote info function -> initialize PCR bit mask array with zeroes | Sansar Choinyambuu | 2011-11-28 | 1 | -14/+29 |
| | | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info | ||||
* | Check if matching value configured with the received pcr after value in ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -4/+13 |
| | | | | Simple Component Evidence | ||||
* | deleted unnecessary debuggin statement | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+0 |
| | |||||
* | Implemented Quote Digest constructing function for IMV | Sansar Choinyambuu | 2011-11-28 | 1 | -10/+47 |
| | | | | | | Implemented Signature verification function to check TPM Quote Signature Implemented Handling of Simple Evidence Final attribute Fixed bug within tpm_quote function | ||||
* | added pts_dh_group_error_create() and pts_dh_nonce_error_create() | Andreas Steffen | 2011-11-28 | 1 | -6/+4 |
| | |||||
* | moved attribute processing to imv_attestation_process | Andreas Steffen | 2011-11-28 | 1 | -0/+397 |