aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_attestation/imv_attestation_process.c
Commit message (Expand)AuthorAgeFilesLines
* imv-attestation: Fixed file hash measurementsAndreas Steffen2017-09-011-3/+12
* Refactoring to tpm_tss_quote_info objectAndreas Steffen2016-06-261-26/+11
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-141-4/+3
* libimcv: Allow pts_t.set_peer_public_value() to failMartin Willi2015-03-231-3/+3
* trusted_enumerate requires an additional argumentAndreas Steffen2015-01-211-1/+1
* Exempt TCG/SEG attributes from unsupported case statementAndreas Steffen2014-10-161-2/+5
* Register the reception of the AIK attributeAndreas Steffen2014-10-051-0/+1
* Merged libpts into libimcvAndreas Steffen2014-10-051-0/+563
* moved attestation plugins to libpts in order to resolve circular reference wi...Andreas Steffen2011-11-281-384/+0
* fixed memory leaksAndreas Steffen2011-11-281-3/+4
* refactored simple_evid_final attributeAndreas Steffen2011-11-281-56/+25
* refactored PCR functionalityAndreas Steffen2011-11-281-4/+3
* fixed double freeAndreas Steffen2011-11-281-1/+0
* fixed double freeAndreas Steffen2011-11-281-2/+0
* refactored simple component evidenceAndreas Steffen2011-11-281-130/+21
* finished refactoring functional componentsAndreas Steffen2011-11-281-3/+7
* Factored IMC/V Attestation build/process of Component Functional NameSansar Choinyambuu2011-11-281-39/+25
* component_hashes new table addedSansar Choinyambuu2011-11-281-1/+1
* object oriented approach to pts functional componentsAndreas Steffen2011-11-281-1/+1
* Print matching measurements of a component just onceSansar Choinyambuu2011-11-281-1/+1
* Using the database entries for generating Functional Component Evidence RequestsSansar Choinyambuu2011-11-281-87/+145
* Add/CheckOff/Check pending functional component evidence requestsSansar Choinyambuu2011-11-281-2/+10
* Implemented TPM_Quote2 on imc and constructing TPM_Quote_Info2 on imvSansar Choinyambuu2011-11-281-18/+22
* Defined functional components within ITA namespaceSansar Choinyambuu2011-11-281-32/+25
* Implemented matching of Optional PCR Composite field value when Hashing was d...Sansar Choinyambuu2011-11-281-6/+11
* added pts_file_type_namesAndreas Steffen2011-11-281-2/+2
* optimized handling of UNIX file metadataAndreas Steffen2011-11-281-10/+14
* shortened fieldnames of pts_file_metadata_t structAndreas Steffen2011-11-281-5/+5
* compacted file metadata debug outputAndreas Steffen2011-11-281-17/+11
* Copy just 20 bytes of pcr after valueSansar Choinyambuu2011-11-281-1/+1
* follow strongswan coding rulesSansar Choinyambuu2011-11-281-20/+36
* Modified some unnecessary todo statementSansar Choinyambuu2011-11-281-2/+2
* CosmeticsSansar Choinyambuu2011-11-281-4/+3
* Implemented creating and handling of Optional PCR Composite field in Simple E...Sansar Choinyambuu2011-11-281-7/+8
* Construct PCR Composite using information received in Simple Component Eviden...Sansar Choinyambuu2011-11-281-23/+24
* Used Openssl RSA_verify functionSansar Choinyambuu2011-11-281-3/+2
* Fixed calculate quote info function -> initialize PCR bit mask array with zeroesSansar Choinyambuu2011-11-281-14/+29
* Check if matching value configured with the received pcr after value in Simpl...Sansar Choinyambuu2011-11-281-4/+13
* deleted unnecessary debuggin statementSansar Choinyambuu2011-11-281-1/+0
* Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-281-10/+47
* added pts_dh_group_error_create() and pts_dh_nonce_error_create()Andreas Steffen2011-11-281-6/+4
* moved attribute processing to imv_attestation_processAndreas Steffen2011-11-281-0/+397