aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imc_attestation/imc_attestation_process.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring to tpm_tss_quote_info objectAndreas Steffen2016-06-261-14/+10
|
* libimcv: migrate pts to tpm_tssAndreas Steffen2016-06-221-6/+13
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-5/+5
|
* libimcv: Allow pts_t.set_peer_public_value() to failMartin Willi2015-03-231-2/+4
|
* libimcv: Allow pts_t.get_my_public_value() to failMartin Willi2015-03-231-1/+5
|
* Exempt TCG/SEG attributes from unsupported case statementAndreas Steffen2014-10-161-2/+6
|
* Merged libpts into libimcvAndreas Steffen2014-10-051-0/+476
|
* moved attestation plugins to libpts in order to resolve circular reference ↵Andreas Steffen2011-11-281-466/+0
| | | | with libimcv
* sub-component depth from pts database on component evidence requestSansar Choinyambuu2011-11-281-1/+1
| | | | | component hashes are entries in file_hashes table implemented verify function of tboot component
* fixed some more memory leaksAndreas Steffen2011-11-281-2/+0
|
* fixed memory leaksAndreas Steffen2011-11-281-3/+1
|
* refactored simple_evid_final attributeAndreas Steffen2011-11-281-9/+8
|
* renamed pts_req_func_comp_evid flagsAndreas Steffen2011-11-281-4/+4
|
* refactored PCR functionalityAndreas Steffen2011-11-281-21/+7
|
* refactored simple component evidenceAndreas Steffen2011-11-281-205/+39
|
* improved log output of functional component namesAndreas Steffen2011-11-281-12/+2
|
* finished refactoring functional componentsAndreas Steffen2011-11-281-29/+13
|
* Factored IMC/V Attestation build/process of Component Functional NameSansar Choinyambuu2011-11-281-78/+68
|
* Changes due to new implementation of Request Functional Component Evidence ↵Sansar Choinyambuu2011-11-281-136/+149
| | | | attribute
* use chunk_from_hex functionSansar Choinyambuu2011-11-281-73/+15
|
* Using the database entries for generating Functional Component Evidence RequestsSansar Choinyambuu2011-11-281-111/+111
| | | | Using database entries to match received component measurement hashes
* Implemented TPM_Quote2 on imc and constructing TPM_Quote_Info2 on imvSansar Choinyambuu2011-11-281-3/+9
|
* Implemented tboot measurements checking (configure on imc)Sansar Choinyambuu2011-11-281-13/+117
|
* Defined functional components within ITA namespaceSansar Choinyambuu2011-11-281-134/+132
| | | | Implemented handling of functional components evidence request/response
* Implemented matching of Optional PCR Composite field value when Hashing was ↵Sansar Choinyambuu2011-11-281-2/+5
| | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used
* follow strongswan coding rulesSansar Choinyambuu2011-11-281-20/+31
|
* Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-281-5/+5
| | | | | | Implemented Signature verification function to check TPM Quote Signature Implemented Handling of Simple Evidence Final attribute Fixed bug within tpm_quote function
* Loading AIK Blob from file configuredSansar Choinyambuu2011-11-281-11/+12
| | | | Finalized implementation of quote_tpm function
* Added parentesis for logical conditions of IF statement to get rid of the ↵Sansar Choinyambuu2011-11-281-1/+1
| | | | warning
* added pts_dh_group_error_create() and pts_dh_nonce_error_create()Andreas Steffen2011-11-281-15/+13
|
* moved attribute processing to imc_attestation_processAndreas Steffen2011-11-281-0/+611