aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* changed method name to create_file_meas_enumeratorAndreas Steffen2011-11-281-1/+2
|
* 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
|
* removed empty lineAndreas Steffen2011-11-281-1/+0
|
* 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-287-53/+85
|
* Modified some unnecessary todo statementSansar Choinyambuu2011-11-283-6/+2
|
* CosmeticsSansar Choinyambuu2011-11-281-4/+3
|
* Implemented creating and handling of Optional PCR Composite field in Simple ↵Sansar Choinyambuu2011-11-281-7/+8
| | | | Evidence Final attribute
* Construct PCR Composite using information received in Simple Component ↵Sansar Choinyambuu2011-11-281-23/+24
| | | | Evidence attributes
* 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
| | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info
* Included hasher.hSansar Choinyambuu2011-11-281-0/+1
|
* fixed typo in reason stringsSansar Choinyambuu2011-11-281-3/+3
|
* Check if matching value configured with the received pcr after value in ↵Sansar Choinyambuu2011-11-281-4/+13
| | | | Simple Component Evidence
* deleted unnecessary debuggin statementSansar Choinyambuu2011-11-281-1/+0
|
* Modified reason stringsSansar Choinyambuu2011-11-281-3/+3
|
* Replaced static string path with Metadata requests retrieved from pts databaseSansar Choinyambuu2011-11-281-4/+16
|
* Added measurement and metadata columns to files tableSansar Choinyambuu2011-11-282-43/+88
| | | | | Added "/etc/tnc_config" file record for metadata request Modified files table entries with measurement flag set
* Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-282-15/+52
| | | | | | 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-282-21/+17
|
* moved building of attributes to imv_attestation_buildAndreas Steffen2011-11-284-177/+266
|
* moved commentsAndreas Steffen2011-11-281-23/+0
|
* added the IMV_ATTESTATION_STATE_NONCE_REQ stateAndreas Steffen2011-11-282-44/+38
|
* moved attribute processing to imc_attestation_processAndreas Steffen2011-11-284-630/+674
|
* aborting after fatal imv_attestation errorAndreas Steffen2011-11-282-9/+16
|
* moved attribute processing to imv_attestation_processAndreas Steffen2011-11-286-366/+489
|
* refactored DH group nonce exchangeAndreas Steffen2011-11-282-159/+100
|
* combine two algorithm checksAndreas Steffen2011-11-281-5/+2
|
* fixed setting of PTS DH groupAndreas Steffen2011-11-282-19/+21
|
* Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-282-17/+73
| | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵Sansar Choinyambuu2011-11-282-22/+43
| | | | Hellman secret calculation
* Fixed some memory leaksSansar Choinyambuu2011-11-282-2/+3
|
* Fixed freeing invalid memory issueSansar Choinyambuu2011-11-281-5/+6
|
* Implemented hasndling of Request Functional Component Evidence and creation ↵Sansar Choinyambuu2011-11-282-6/+200
| | | | of Simple Component Evidences
* Fixed memory leaksSansar Choinyambuu2011-11-282-93/+98
|
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-282-33/+212
| | | | Implemented calculating session secrets
* Replaced DH_NONCE state with TPM_INIT stateSansar Choinyambuu2011-11-281-1/+1
|
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-283-16/+133
|
* Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-282-0/+6
|
* Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-282-6/+171
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-282-7/+98
|
* File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-11-281-0/+2
| | | | implemented
* used request ID in message request outputAndreas Steffen2011-09-101-2/+2
|
* introduced a PA-TNC attribute managerAndreas Steffen2011-09-1014-205/+387
|
* define attr_info only onceAndreas Steffen2011-09-101-2/+1
|